#post-detail {
  padding-bottom: 80px;
}
#post-detail #post-header-area {
  margin-bottom: 60px;
}
#post-detail #post-header-area .post-header {
  overflow: hidden;
  background-color: #1F2D4C;
  position: relative;
}
#post-detail #post-header-area .post-header .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#post-detail #post-header-area .post-header .post-title-wrapper {
  padding: 130px 0 20px;
  min-height: 320px;
}
#post-detail #post-header-area .post-header .post-title {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  width: 100%;
  text-align: center;
}
#post-detail #post-header-area .post-header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1;
  background: url('../../imgs/form-pattern-sol.png') no-repeat center / cover;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
}
#post-detail #post-header-area .post-header::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1;
  background: url('../../imgs/form-pattern-sag.png') no-repeat center / cover;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
}
#post-detail #post-header-area .breadcrumbs {
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}
#post-detail #post-header-area .breadcrumbs ul {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}
#post-detail #post-header-area .breadcrumbs ul li span,
#post-detail #post-header-area .breadcrumbs ul li a {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  white-space: nowrap;
}
#post-detail #post-header-area .breadcrumbs ul li.current-page span {
  font-weight: 600;
}
#post-detail #post-header-area .breadcrumbs ul li svg {
  color: var(--primary-color);
}
#post-detail .main-row {
  --gutter-x: 32px;
  --gutter-x2: -32px;
}
#post-detail .main-row .row {
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail .post-main .post-thumb {
  margin-bottom: 32px;
  max-width: 100%;
  height: auto;
}
#post-detail .post-main .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#post-detail .post-main .post-content {
  font-size: 16px;
  color: var(--body-text-color);
  /**
            * Default WISIWYG Editor Styles
            */
}
#post-detail .post-main .post-content #ez-toc-container ul,
#post-detail .post-main .post-content #ez-toc-container ol {
  margin: 0;
}
#post-detail .post-main .post-content iframe {
  max-width: 100%;
  display: block;
}
#post-detail .post-main .post-content p,
#post-detail .post-main .post-content ul,
#post-detail .post-main .post-content ol {
  margin: 24px 0;
}
#post-detail .post-main .post-content h1 {
  font-size: 32px;
}
#post-detail .post-main .post-content h2 {
  font-size: 28px;
}
#post-detail .post-main .post-content h3 {
  font-size: 24px;
}
#post-detail .post-main .post-content h4 {
  font-size: 20px;
}
#post-detail .post-main .post-content h5 {
  font-size: 18px;
}
#post-detail .post-main .post-content h1,
#post-detail .post-main .post-content h2,
#post-detail .post-main .post-content h3,
#post-detail .post-main .post-content h4,
#post-detail .post-main .post-content h5 {
  margin: 12px 0;
  line-height: 1.2;
  font-weight: bold;
  color: var(--body-title-color);
}
#post-detail .post-main .post-content br,
#post-detail .post-main .post-content strong {
  font-weight: bold;
}
#post-detail .post-main .post-content ol {
  list-style: decimal !important;
  padding-left: 24px;
}
#post-detail .post-main .post-content ul {
  padding-left: 24px;
  list-style: disc !important;
}
#post-detail .post-main .post-content a img,
#post-detail .post-main .post-content p img {
  margin-bottom: 24px;
}
#post-detail .post-main .post-content a {
  color: var(--primary-color);
  font-weight: 600;
}
#post-detail .post-main .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#post-detail .post-main .post-content table {
  border-collapse: collapse;
  margin-bottom: 24px;
  border: 1px solid var(--body-text-color);
  color: var(--body-text-color);
  width: 100%;
}
#post-detail .post-main .post-content table tr {
  border: 1px solid var(--body-text-color);
  width: 100%;
}
#post-detail .post-main .post-content table th,
#post-detail .post-main .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid var(--body-text-color);
}
#post-detail .post-main .post-content .figure.img-full img {
  width: 100%;
}
#post-detail .post-main .post-content .gallery,
#post-detail .post-main .post-content .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#post-detail .post-main .post-content .gallery .gallery-item,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item,
#post-detail .post-main .post-content .gallery .wp-block-image,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
#post-detail .post-main .post-content .gallery .gallery-item a,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item a,
#post-detail .post-main .post-content .gallery .wp-block-image a,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image a {
  display: block;
}
#post-detail .post-main .post-content .gallery .gallery-item a img,
#post-detail .post-main .post-content .wp-block-gallery .gallery-item a img,
#post-detail .post-main .post-content .gallery .wp-block-image a img,
#post-detail .post-main .post-content .wp-block-gallery .wp-block-image a img {
  border: none;
  margin: 0 !important;
  display: block;
}
#post-detail .post-main .post-content .alignleft,
#post-detail .post-main .post-content img.alignleft {
  margin-right: 16px;
  display: inline;
  float: left;
}
#post-detail .post-main .post-content .alignright,
#post-detail .post-main .post-content img.alignright {
  margin-left: 16px;
  display: inline;
  float: right;
}
#post-detail .post-main .post-content .alignnone,
#post-detail .post-main .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-main .post-content .aligncenter,
#post-detail .post-main .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#post-detail .alignleft,
#post-detail .wp-block-image .alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
#post-detail .alignright,
#post-detail .wp-block-image .alignright {
  float: right;
  margin: 0 0 24px 24px;
}
#post-detail .aligncenter,
#post-detail .wp-block-image .aligncenter {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
#post-detail .alignnone {
  display: block;
  margin-bottom: 24px;
}
#post-detail .has-text-align-left {
  text-align: left;
}
#post-detail .has-text-align-center {
  text-align: center;
}
#post-detail .has-text-align-right {
  text-align: right;
}
#post-detail .has-text-align-justify {
  text-align: justify;
}
#post-detail .alignwide {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#post-detail .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#post-detail .wp-caption,
#post-detail .wp-block-image figcaption,
#post-detail .gallery-caption {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  color: #777;
}
#post-detail .screen-reader-text {
  position: absolute;
  left: -9999px;
}
#post-detail .screen-reader-text:focus {
  left: 5px;
  top: 5px;
  z-index: 99999;
  padding: 10px 15px;
  background: #fff;
}
#post-detail .sticky {
  position: relative;
}
#post-detail .bypostauthor {
  display: block;
}
#post-detail .rank-math-list-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
#post-detail .rank-math-question {
  background-color: #ffffff;
  margin: 0 !important;
  padding: 15px 20px !important;
  cursor: pointer;
  font-size: 17px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
#post-detail .rank-math-question:hover {
  background-color: #f8f9fa;
}
#post-detail .rank-math-question::after {
  content: '\276F';
  font-size: 14px;
  transition: transform 0.3s ease;
  color: #000;
}
#post-detail .rank-math-question.active::after {
  transform: rotate(90 deg);
}
#post-detail .rank-math-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background-color: #fff;
}
#post-detail .rank-math-answer p {
  padding: 15px 20px;
  margin: 0;
  line-height: 1.6;
  color: #555;
  border-top: 1px solid #f0f0f0;
}
#post-detail .rank-math-answer.show {
  padding-bottom: 10px;
}
#post-detail .page-text-area {
  text-align: center;
  padding: 120px 0;
}
#post-detail .page-text-area .section-title {
  margin-bottom: 20px;
}
#post-detail .page-text-area .section-text {
  margin-bottom: 40px;
}
.archive-page .archive-area {
  --gutter-x: 12px;
  --gutter-x2: -12px;
}
.archive-page .archive-area .gen-col-mb {
  margin-bottom: 24px;
}
.page-author .author-thumb {
  margin: 0 auto 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#related-articles {
  margin-top: 80px;
}
#related-articles .section-title-area {
  margin-bottom: 40px;
}
#related-articles .articles-slider-area {
  overflow: hidden;
}
#related-articles .swiper-wrapper {
  align-items: stretch;
}
#related-articles .swiper-slide {
  height: auto;
  display: flex;
}
#related-articles .swiper-slide > * {
  width: 100%;
}
#related-articles .owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}
#related-articles .owl-dots .owl-dot {
  margin: 0;
  min-height: 20px;
}
#related-articles .owl-dots .owl-dot span {
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#related-articles .owl-dots .owl-dot.active span {
  background-color: var(--secondary-color);
}
.post-card {
  background-color: #EDEFF1;
  flex: 1;
  padding: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  position: relative;
}
.post-card .card-thumb {
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.post-card .card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.post-card .card-text-area {
  padding: 16px 8px;
}
.post-card .card-text-area .card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--body-title-color);
  line-height: 1.2;
  margin-bottom: 8px;
}
.post-card .card-text-area .card-text {
  color: var(--body-text-color);
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card:hover .card-thumb img {
  scale: 1.1;
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: var(--primary-color);
}
.pagination ul li.active span,
.pagination ul li.active a {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-text-color);
  font-size: 16px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar-area .sidebar-form-area {
  background-color: var(--bg-color);
  padding: 40px 24px 32px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area form {
  position: relative;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form .input-area {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
#sidebar-area .sidebar-form-area form .input-area .form-in {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
  color: var(--body-text-color);
  border: 2px solid #fff;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  font-family: var(--main-font);
}
#sidebar-area .sidebar-form-area form .input-area .form-in::placeholder {
  color: #555555;
  font-family: var(--main-font);
}
#sidebar-area .sidebar-form-area form .input-area textarea.form-in {
  padding: 20px;
  height: 160px;
  resize: none;
}
#sidebar-area .sidebar-form-area form .file-label {
  background: #FFFFFF24;
  border: 1px dashed #FFFFFF;
  border-radius: 10px;
  position: relative;
  height: 52px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
#sidebar-area .sidebar-form-area form .file-label span {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#sidebar-area .sidebar-form-area form .file-label::after {
  content: "+";
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#sidebar-area .sidebar-form-area form .file-label input {
  display: none;
}
#sidebar-area .sidebar-form-area form .file-label:hover {
  border-color: var(--third-color);
}
#sidebar-area .sidebar-form-area form .button-area {
  position: relative;
}
#sidebar-area .sidebar-form-area form .form-button {
  border: none;
  cursor: pointer;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-family: var(--main-font);
  width: 100%;
  background-color: var(--primary-color);
  -webkit-appearance: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#sidebar-area .sidebar-form-area form .form-button:hover {
  background-color: var(--primary-hover-color);
}
@media (max-width: 1441.98px) {
  #post-detail .main-row {
    --gutter-x: 16px;
    --gutter-x2: -16px;
  }
  #post-detail #post-header-area {
    margin-bottom: 64px;
  }
  #post-detail #post-header-area .post-header .post-title-wrapper {
    min-height: 280px;
  }
  #post-detail #post-header-area .post-header .post-title {
    font-size: 36px;
  }
  #post-detail #post-header-area .post-header .breadcrumbs ul li span,
  #post-detail #post-header-area .post-header .breadcrumbs ul li a {
    font-size: 16px;
  }
  #post-detail .page-text-area {
    padding: 80px 0;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 30px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 15px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 52px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 52px;
  }
}
@media (max-width: 1199.98px) {
  #post-detail #post-header-area .post-header .post-title-wrapper {
    padding: 100px 0 20px;
    min-height: 240px;
  }
  #post-detail #post-header-area .post-header .post-title {
    font-size: 32px;
  }
  #sidebar-area .sidebar-form-area .form-title-area {
    margin-bottom: 20px;
  }
  #sidebar-area .sidebar-form-area form .input-area {
    margin-bottom: 10px;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 48px;
  }
  #sidebar-area .sidebar-form-area form .form-button {
    height: 48px;
  }
}
@media (max-width: 991.98px) {
  #post-detail {
    padding-bottom: 60px;
  }
  #post-detail #post-header-area {
    margin-bottom: 40px;
  }
  #post-detail #post-header-area .post-header .post-title {
    font-size: 28px;
  }
  #post-detail #post-header-area .breadcrumbs ul li span,
  #post-detail #post-header-area .breadcrumbs ul li a {
    font-size: 14px;
  }
  #post-detail .page-text-area {
    padding: 60px 0;
  }
  .pagination ul li {
    margin-right: 5px;
  }
  .pagination ul li span,
  .pagination ul li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  #sidebar-area {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  #post-detail {
    padding-bottom: 40px;
  }
  #post-detail #post-header-area .post-header .post-title-wrapper {
    min-height: 200px;
  }
  #post-detail #post-header-area .post-header .post-title {
    font-size: 24px;
  }
  #post-detail .post-main .post-content {
    font-size: 14px;
  }
  #post-detail .post-main .post-content h1 {
    font-size: 28px;
  }
  #post-detail .post-main .post-content h2 {
    font-size: 24px;
  }
  #post-detail .post-main .post-content h3 {
    font-size: 20px;
  }
  #post-detail .post-main .post-content h4 {
    font-size: 18px;
  }
  #post-detail .post-main .post-content h5 {
    font-size: 16px;
  }
  #post-detail .post-main .post-content p,
  #post-detail .post-main .post-content ul,
  #post-detail .post-main .post-content ol {
    margin: 15px 0;
  }
  #post-detail .post-main .post-content .gallery,
  #post-detail .post-main .post-content .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  #post-detail .alignleft,
  #post-detail .alignright,
  #post-detail .wp-block-image .alignleft,
  #post-detail .wp-block-image .alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  #post-detail .alignwide,
  #post-detail .alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #post-detail .page-text-area {
    padding: 30px 0;
  }
  #sidebar-area .sidebar-form-area form .input-area .form-in {
    height: 44px;
  }
}
