@charset "UTF-8";
.no-sidebar-fullwidth {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.no-sidebar-fullwidth .row {
  margin-left: 0;
  margin-right: 0;
}
.no-sidebar-fullwidth .row .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.no-sidebar-fullwidth .row .col-12 .content-single-blog .short-description-post,
.no-sidebar-fullwidth .row .col-12 .content-single-blog .post-thumbnail,
.no-sidebar-fullwidth .row .col-12 .content-single-blog .post-meta {
  max-width: 1400px;
  margin: 0 auto;
}
.no-sidebar-fullwidth .row .col-12 .tags-share-single,
.no-sidebar-fullwidth .row .col-12 .post-navigation,
.no-sidebar-fullwidth .row .col-12 .related-posts,
.no-sidebar-fullwidth .row .col-12 .comments-area,
.no-sidebar-fullwidth .row .col-12 .leave-comments {
  max-width: 1400px;
  margin: 0 auto;
}
.no-sidebar-fullwidth .row .col-12 .related-posts {
  padding-bottom: 100px;
}

.content-single-blog .single-post-info {
  /* Khung tỷ lệ chuẩn 327x482, dùng cho mọi slide */
}
.content-single-blog .single-post-info .post-thumbnail {
  margin-bottom: 20px;
}
.content-single-blog .single-post-info .post-thumbnail img {
  width: 100%;
  display: block;
}
.content-single-blog .single-post-info img {
  max-width: 100%;
  height: auto;
}
.content-single-blog .single-post-info .short-description-post {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: var(--ninth-color);
  margin-bottom: 1rem !important;
}
.content-single-blog .single-post-info .post-meta {
  display: flex;
  gap: 24px;
  margin-bottom: 2.5rem !important;
  line-height: 1.875rem;
}
.content-single-blog .single-post-info .post-meta .date {
  color: var(--third-color);
  min-width: max-content;
}
.content-single-blog .single-post-info .post-meta .category {
  color: var(--primary-color);
  opacity: 80%;
}
.content-single-blog .single-post-info .post-meta * {
  font-size: 0.75rem;
}
.content-single-blog .single-post-info .t888-ratio-327x482 {
  aspect-ratio: 327/482;
  width: 100%;
}
.content-single-blog .single-post-info .t888-ratio-327x482 > img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cắt tràn để giữ tỷ lệ đồng nhất */
  display: block;
}

.no-sidebar-fullwidth .col-12 .content-single-blog .single-post-info .post-thumbnail {
  margin-bottom: 30px;
}

.post-detail-title {
  color: var(--third-color);
  margin-top: 10px;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-comment-detail {
  margin: 0;
  padding-bottom: 100px;
}
.blog-comment-detail .t888-heading {
  margin-bottom: 50px;
}
.blog-comment-detail .comment-list {
  padding: 0;
  margin-bottom: 0;
}
.blog-comment-detail .comment-list li {
  list-style-type: none;
  border-bottom: 1px solid var(--forth-color);
  margin-top: 50px;
}
.blog-comment-detail .comment-list > li:first-child {
  margin-top: 0;
}
.blog-comment-detail .comment-list .children {
  padding-left: 110px;
  padding-top: 0px;
}
.blog-comment-detail .comment-list .comment-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.blog-comment-detail .comment-list .comment-item .comment-left {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-avatar {
  width: 105px;
  height: 105px;
  overflow: hidden;
  background-color: #F9F9F9;
  margin-bottom: 40px;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details {
  display: flex;
  flex-direction: column;
  width: calc(100% - 135px);
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-author {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 20px;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-author a {
  color: inherit;
  text-decoration: none;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-author a:hover {
  text-decoration: underline;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-date {
  font-size: 0.75rem;
  line-height: 2.25rem;
  color: var(--third-color);
  margin-top: -10px;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: var(--primary-color);
  margin-top: 1rem;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-text p {
  white-space: normal;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-text p:last-child {
  margin-bottom: 40px;
}
.blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-text p:first-child {
  margin-top: 0;
}
.blog-comment-detail .comment-list .comment-item .comment-right {
  position: absolute;
  right: 0;
  top: 0;
}
.blog-comment-detail .comment-list .comment-item .comment-right .comment-reply a {
  font-size: 0.875rem;
  color: var(--primary-color);
  background: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--forth-color);
  display: block;
  transition: all 0.3s ease;
}
.blog-comment-detail .comment-list .comment-item .comment-right .comment-reply a:hover {
  background: var(--third-color);
  color: var(--secondary-color);
  border: 1px solid var(--third-color);
}
.blog-comment-detail .comment-list .trackback,
.blog-comment-detail .comment-list .pingback {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #555;
}
.blog-comment-detail .comment-list .trackback .comment-body a,
.blog-comment-detail .comment-list .pingback .comment-body a {
  color: #0073aa;
  text-decoration: none;
}
.blog-comment-detail .comment-list .trackback .comment-body a:hover,
.blog-comment-detail .comment-list .pingback .comment-body a:hover {
  text-decoration: underline;
}
.blog-comment-detail .comment-list .trackback .comment-body .edit-link,
.blog-comment-detail .comment-list .pingback .comment-body .edit-link {
  margin-left: 10px;
  font-size: 14px;
}
.blog-comment-detail .comment-list .trackback .comment-body .edit-link a,
.blog-comment-detail .comment-list .pingback .comment-body .edit-link a {
  color: var(--third-color);
  text-decoration: none;
}
.blog-comment-detail .comment-list .trackback .comment-body .edit-link a:hover,
.blog-comment-detail .comment-list .pingback .comment-body .edit-link a:hover {
  text-decoration: underline;
  color: #000;
}
.blog-comment-detail .comment-navigation {
  margin-top: 30px;
}

.no-comments {
  text-align: center;
  font-style: italic;
  margin-top: 20px;
  color: var(--third-color);
  margin-bottom: 100px;
  margin-top: 0px;
}

.leave-comments .comment-reply-title,
.comment-respond .comment-reply-title {
  display: none;
}
.leave-comments .comment-form,
.comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.leave-comments .comment-form .name-email-wrap,
.comment-respond .comment-form .name-email-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0 12px;
}
.leave-comments .comment-form .name-email-wrap p,
.comment-respond .comment-form .name-email-wrap p {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 456px;
  margin: 0;
  white-space: unset;
}
.leave-comments .comment-form .name-email-wrap p input,
.comment-respond .comment-form .name-email-wrap p input {
  width: 100%;
  border-radius: 0 !important;
}
.leave-comments .comment-form .name-email-wrap p input::placeholder,
.comment-respond .comment-form .name-email-wrap p input::placeholder {
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: var(--primary-color);
}
.leave-comments .comment-form .contact-message,
.comment-respond .comment-form .contact-message {
  order: 2;
  white-space: unset;
  margin: 0;
}
.leave-comments .comment-form .contact-message textarea,
.comment-respond .comment-form .contact-message textarea {
  width: 100%;
  height: 250px;
  padding: 15px 20px;
  background: var(--secondary-color);
  resize: none;
  border: 1px solid var(--forth-color);
  border-radius: 0 !important;
}
.leave-comments .comment-form .contact-message textarea::placeholder,
.comment-respond .comment-form .contact-message textarea::placeholder {
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: var(--primary-color);
}
.leave-comments .comment-form .form-submit,
.comment-respond .comment-form .form-submit {
  order: 3;
  margin-top: 30px;
  margin-bottom: 85px;
}
.leave-comments .comment-form .form-submit .submit-btn,
.comment-respond .comment-form .form-submit .submit-btn {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  padding: 9px 46px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 2rem;
}
.leave-comments .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .comment-form-cookies-consent {
  order: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.leave-comments .comment-form .comment-form-cookies-consent input[type=checkbox],
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0;
  border: 1px solid var(--forth-color);
  appearance: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.leave-comments .comment-form .comment-form-cookies-consent input[type=checkbox]:checked::after,
.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid var(--third-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.leave-comments .comment-form .comment-form-cookies-consent label,
.comment-respond .comment-form .comment-form-cookies-consent label {
  color: var(--ninth-color);
  font-size: 0.875rem;
  line-height: 24px;
  width: calc(100% - 32px);
}
.leave-comments .comment-form .comment-notes,
.comment-respond .comment-form .comment-notes {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2.25rem;
  color: var(--ninth-color);
  margin-top: 16px;
}
.leave-comments .comment-form .logged-in-as p,
.comment-respond .comment-form .logged-in-as p {
  margin-bottom: 30px;
  font-size: 0.875rem;
  line-height: 2.25rem;
  text-align: left;
  color: var(--primary-color);
}
.leave-comments .comment-form .logged-in-as p a:first-child,
.comment-respond .comment-form .logged-in-as p a:first-child {
  color: var(--third-color);
}

.comment-list .comment-respond .comment-reply-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}
.comment-list .comment-respond .comment-reply-title small {
  font-size: 1rem;
  margin-left: 10px;
}
.comment-list .comment-respond .comment-respond .comment-form {
  padding-top: 15px;
}
.comment-list .comment-respond .comment-form .form-submit {
  margin-bottom: 2rem;
}

.blog-comment-detail .comment-list .replying .comment-item .comment-left .comment-details .comment-text p:last-child {
  margin-bottom: 30px;
}

.detail-content-wrap,
.comment-list .comment-item .comment-text {
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.detail-content-wrap p,
.comment-list .comment-item .comment-text p {
  color: var(--ninth-color);
}
.detail-content-wrap a,
.comment-list .comment-item .comment-text a {
  text-decoration: underline;
}
.detail-content-wrap table,
.detail-content-wrap th,
.detail-content-wrap td,
.comment-list .comment-item .comment-text table,
.comment-list .comment-item .comment-text th,
.comment-list .comment-item .comment-text td {
  border: 1px solid var(--forth-color);
  border-collapse: collapse;
  padding: 10px;
}
.detail-content-wrap .aligncenter,
.comment-list .comment-item .comment-text .aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail-content-wrap .alignleft,
.comment-list .comment-item .comment-text .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.detail-content-wrap .alignright,
.comment-list .comment-item .comment-text .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.detail-content-wrap .wp-caption-text,
.comment-list .comment-item .comment-text .wp-caption-text {
  text-align: center;
  margin: 10px 0;
  font-size: 0.75rem;
}
.detail-content-wrap .alignnone,
.comment-list .comment-item .comment-text .alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail-content-wrap .wp-block-gallery > ul,
.comment-list .comment-item .comment-text .wp-block-gallery > ul {
  flex-basis: 100%;
}
.detail-content-wrap .wp-block-gallery > figcaption,
.comment-list .comment-item .comment-text .wp-block-gallery > figcaption {
  text-align: center;
}
.detail-content-wrap .wp-block-search,
.comment-list .comment-item .comment-text .wp-block-search {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.detail-content-wrap code,
.detail-content-wrap kbd,
.comment-list .comment-item .comment-text code,
.comment-list .comment-item .comment-text kbd {
  background: #f0f0f0;
  border-radius: 2px;
  color: var(--third-color);
  font-size: 14px;
  padding: 2px;
}
.detail-content-wrap blockquote,
.comment-list .comment-item .comment-text blockquote {
  background: rgba(184, 129, 102, 0.05);
  margin: 0;
  padding: 60px;
  color: var(--third-color);
  font-weight: 400;
  font-size: 20px;
  line-height: 26.66px;
  font-family: var(--font-philosopher);
  font-style: italic;
  display: flex;
  gap: 30px;
}
.detail-content-wrap blockquote::before,
.comment-list .comment-item .comment-text blockquote::before {
  content: "“";
  font-size: 60px;
  font-weight: 600;
  position: relative;
  top: 30px;
}
.detail-content-wrap .gallery-columns-2,
.comment-list .comment-item .comment-text .gallery-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-3,
.comment-list .comment-item .comment-text .gallery-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-4,
.comment-list .comment-item .comment-text .gallery-columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-5,
.comment-list .comment-item .comment-text .gallery-columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-6,
.comment-list .comment-item .comment-text .gallery-columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-7,
.comment-list .comment-item .comment-text .gallery-columns-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-8,
.comment-list .comment-item .comment-text .gallery-columns-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery-columns-9,
.comment-list .comment-item .comment-text .gallery-columns-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.detail-content-wrap .gallery .gallery-item,
.comment-list .comment-item .comment-text .gallery .gallery-item {
  display: block;
  text-align: center;
}
.detail-content-wrap .gallery .gallery-item .gallery-icon img,
.comment-list .comment-item .comment-text .gallery .gallery-item .gallery-icon img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.detail-content-wrap .gallery .gallery-item .gallery-caption,
.comment-list .comment-item .comment-text .gallery .gallery-item .gallery-caption {
  margin-top: 10px;
  font-size: 0.75rem;
  color: var(--ninth-color);
}
.detail-content-wrap .gallery .gallery-item .gallery-icon img:hover,
.comment-list .comment-item .comment-text .gallery .gallery-item .gallery-icon img:hover {
  transform: scale(1.1);
}
.detail-content-wrap img,
.comment-list .comment-item .comment-text img {
  display: block;
}
.detail-content-wrap .post-password-form input[type=submit],
.comment-list .comment-item .comment-text .post-password-form input[type=submit] {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.detail-content-wrap .post-password-form input[type=submit]:hover,
.comment-list .comment-item .comment-text .post-password-form input[type=submit]:hover {
  background-color: var(--third-color);
}

.comment-list .comment-item .comment-text ul li, .comment-list .comment-item .comment-text ol li {
  margin-top: 0px;
  border: unset;
}
.comment-list .comment-item .comment-text ul li {
  list-style: disc;
}
.comment-list .comment-item .comment-text ol li {
  list-style: decimal;
}

.single-post-info {
  margin-bottom: 2.5rem;
}

.tags-share-single {
  margin-bottom: 3.75rem !important;
  gap: 30px;
}

.post-tags {
  color: var(--primary-color);
}
.post-tags .post-tags-title {
  text-transform: uppercase;
  line-height: 2.25rem;
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.post-tags .post-tags-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--third-color);
}
.post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-tags .tags-list a {
  color: var(--ninth-color);
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--forth-color);
  transition: all 0.3s ease;
}
.post-tags .tags-list a:hover {
  background-color: var(--third-color);
  color: var(--secondary-color);
  border: 1px solid var(--third-color);
  opacity: 1;
}

.post-navigation {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid var(--forth-color);
  gap: 30px;
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .label {
  font-size: 0.75rem;
  color: var(--primary-color);
  opacity: 0.5;
  line-height: 2rem;
  display: block;
}
.post-navigation .navigation-title-post {
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: inline-block;
  font-family: var(--font-philosopher);
  font-weight: bold;
}
.post-navigation a.post-nav-link {
  text-decoration: none;
}
.post-navigation i {
  font-size: 0.75rem;
  vertical-align: middle;
}

.related-posts {
  margin-top: 100px !important;
  padding-bottom: 100px;
}
.related-posts .t888-heading {
  margin-bottom: 50px;
}
.related-posts .blog-grid {
  margin-bottom: 0;
}

.clearfix::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

input[type=submit] {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  padding: 9px 46px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}
.page-links .post-page-numbers.current {
  text-decoration: underline;
}

@media (max-width: 1599px) {
  .no-sidebar-fullwidth .row .col-12 .short-description-post,
  .no-sidebar-fullwidth .row .col-12 .post-meta,
  .no-sidebar-fullwidth .row .col-12 .post-thumbnail,
  .no-sidebar-fullwidth .row .col-12 .tags-share-single,
  .no-sidebar-fullwidth .row .col-12 .post-navigation,
  .no-sidebar-fullwidth .row .col-12 .related-posts,
  .no-sidebar-fullwidth .row .col-12 .blog-comment-detail,
  .no-sidebar-fullwidth .row .col-12 .leave-comments {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .no-sidebar-fullwidth .row .col-12 .content-single-blog .short-description-post,
  .no-sidebar-fullwidth .row .col-12 .content-single-blog .post-thumbnail,
  .no-sidebar-fullwidth .row .col-12 .content-single-blog .post-meta {
    max-width: 1232px;
  }
}
@media (max-width: 1024px) {
  .tags-share-single {
    margin-bottom: 40px !important;
  }
  .post-navigation {
    padding-bottom: 40px;
  }
  .related-posts {
    margin-top: 50px !important;
    padding-bottom: 50px;
  }
  .blog-comment-detail {
    padding-bottom: 50px;
  }
  .leave-comments .comment-form .form-submit {
    margin-bottom: 30px;
  }
  .single-post-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-comment-detail .comment-list .children {
    padding-left: 30px;
  }
  .post-tags {
    width: 100%;
  }
  .blog-comment-detail .comment-list .comment-item .comment-left .comment-avatar {
    width: 60px;
    height: 60px;
  }
  .blog-comment-detail .comment-list .comment-item .comment-left {
    gap: 15px;
  }
  .blog-comment-detail .comment-list .comment-item .comment-left .comment-details {
    width: calc(100% - 75px);
  }
  .leave-comments .comment-form .comment-notes {
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .detail-content-wrap .gallery-columns-2,
  .detail-content-wrap .gallery-columns-3,
  .detail-content-wrap .gallery-columns-4,
  .detail-content-wrap .gallery-columns-5,
  .detail-content-wrap .gallery-columns-6,
  .detail-content-wrap .gallery-columns-7,
  .detail-content-wrap .gallery-columns-8,
  .detail-content-wrap .gallery-columns-9 {
    grid-template-columns: 1fr;
  }
  .leave-comments .comment-form .name-email-wrap p {
    min-width: 100%;
  }
}
@media (max-width: 390px) {
  .blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-author {
    line-height: 21px;
  }
  .blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-date {
    font-size: 10px;
    line-height: 18px;
    margin-top: 0;
  }
  .blog-comment-detail .comment-list .comment-item .comment-right .comment-reply a {
    padding: 12px;
    font-size: 12px;
  }
  .blog-comment-detail .comment-list .comment-item .comment-left .comment-details .comment-text {
    margin-top: 6px;
  }
}

/*# sourceMappingURL=single-post.css.map */
