.post_banner .head {
  max-width: 105.7rem;
  padding-bottom: 0.5%;
}
.post_banner .head h1 {
  font-size: 6.2rem;
  line-height: 1.09677419;
  text-transform: unset;
}
.post_banner .metas {
  margin-top: 3.5rem;
}
.post_banner .metas ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3.9rem;
}
.page_banner::after{
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7),rgba(0,0,0,0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.post_banner .content{
  z-index: 9;
}
.post_banner .metas li {
  display: flex;
  align-items: center;
  font-size: 1.556rem;
  font-weight: 500;
  gap: 0.8rem;
}
.post_banner .metas li::before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  display: inline-block;
  opacity: 0.3;
  margin-right: 1.7rem;
}
.post_banner .metas li:first-child::before {
  display: none;
}
.post_banner .metas li .icon {
  width: 2rem;
  height: 2rem;
}
.post_banner .metas .name .icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  font-size: 1.556rem;
  font-weight: 500;
  color: #0a1628;
  background-color: var(--primary);
  margin-right: 0.4rem;
}
.post_main {
  color: #0a1628;
  padding: 7.4rem 0 11.2rem;
}
.post_main .lt {
  flex: 1;
  width: 100%;
  max-width: 93.7rem;
}
.post_main.fullwidth .lt{
  width: 100%;
  max-width: 100%;
  flex: unset;
}
.post_main.fullwidth .post_sidebar{
  display: none;
}
.post_main .postdetail {
  font-size: 1.878rem;
  line-height: 1.81043663;
  color: #3a3a4a;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3.286rem;
  line-height: 1.5;
  font-weight: 700;
  color: #0a1628;
  font-family: 'Segoe UI', sans-serif;
  margin: 3.9rem 0 1.8rem;
}
.post_main .postdetail h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #0a1628;
  font-family: 'Segoe UI', sans-serif;
  margin: 2rem 0;
}
.post_main .postdetail p {
  hyphens: auto;
  margin: 1rem 0;
}
.post_main .postdetail p + p {
  margin-top: 3.4rem;
}
.post_main .postdetail p:not(:has(strong)) + p:has(strong) {
  margin-top: 1.8rem;
}
.post_main .postdetail strong {
  font-weight: 500;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  object-fit: cover;
  margin: 3.6rem 0 3.9rem;
}
.post_main .postdetail ul {
  margin: 3rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ul li::before {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 1.4rem;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 1rem;
}
.post_main .postdetail ol {
  counter-reset: num;
  margin: 3rem 0;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail ol li + li {
  margin-top: 1rem;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-quote {
  background-color: #f9f6ef;
  border-left: 0.4rem solid var(--primary);
  border-radius: 0 1.2rem 1.2rem 0;
  padding: 3.1rem 4rem 3.2rem;
  margin: 4rem 0 6.1rem;
}
.post_main .postdetail .wp-block-quote p {
  font-size: 2.112rem;
  line-height: 3.35rem;
  font-weight: 500;
  color: #0a1628;
  margin: 0;
}
.post_main .postdetail .wp-block-quote strong {
  display: block;
  font-size: 1.643rem;
  color: #666666;
  font-weight: 400;
  margin-top: 4.8rem;
}
.post_main .postdetail .nums {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem -2px 4.4rem;
  gap: 2rem 2.9755579%;
}
.post_main .postdetail .nums .wp-block-column {
  flex: 1;
  border-radius: 1rem;
  border: 1px solid #e8eaed;
  background-color: #f7f8fa;
  text-align: center;
  padding: 3.6rem 2rem 3.3rem;
}
.post_main .postdetail .nums strong {
  font-size: 4.05rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  color: var(--secondary);
  font-family: 'Segoe UI', sans-serif;
}
.post_main .postdetail .nums p {
  font-size: 1.645rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase;
  max-width: 13rem;
  margin: 0.5rem auto 0;
}
.post_main .tags-box {
  border-top: 1px solid #e8eaed;
  margin-top: 5.4rem;
  padding-top: 3.3rem;
}
.post_main .tags-box span {
  font-size: 1.696rem;
  font-weight: 700;
}
.post_main .tags-box .tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.post_main .tags-box .tags span {
  margin-right: 1rem;
  margin-top: 0.6rem;
}
.post_main .tags-box .tags a {
  display: block;
  font-size: 1.575rem;
  color: #3a3a4a;
  transition: all 0.3s;
  border-radius: 0.4rem;
  background-color: #f0f2f5;
  padding: 0.7rem 2.8rem 0.7rem 1.7rem;
}
.post_main .tags-box .tags a:hover {
  background-color: var(--primary);
  color: var(--title);
}
.post_main .tags-box .share {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 2.4rem;
}
.post_main .tags-box .share span {
  margin-right: 1.6rem;
  margin-top: 0.8rem;
}
.post_main .tags-box .share .social {
  gap: 1.1rem;
}
.post_main .tags-box .share .social a {
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid #d5d8dc;
  background-color: transparent;
}
.post_main .tags-box .share .social a::after {
  filter: unset;
}
.post_main .tags-box .share .social a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.post_main .tags-box .share .social a:hover::after {
  filter: contrast(0) brightness(0);
}
.post_main .tags-box .share .facebook a::after {
  background-image: url(../img/facebook2.svg);
}
.post_main .tags-box .share .twitter a::after {
  background-image: url(../img/twitter2.svg);
}
.post_main .tags-box .share .link a::after {
  background-image: url(../img/link2.svg);
}
.post_main .tags-box .share .link {
  position: relative;
}
.post_main .tags-box .share .link .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  margin-bottom: 0.5rem;
}
.post_main .tags-box .share .link .tooltip.show {
  opacity: 1;
}
.post_main .tags-box .share .linkedin a::after {
  background-image: url(../img/linkedin2.svg);
}
.post_main .post_sidebar {
  width: 27.77777778%;
  min-width: 30rem;
  padding-top: 1rem;
  position: sticky;
  top: 12rem;
}
.post_main .post_sidebar .pt_table {
  border-radius: 1.2rem;
  border: 1px solid #e8eaed;
  background-color: #f7f8fa;
  padding: 8% 6.5% 11.5% 8%;
}
.post_main .post_sidebar .pt_table .title {
  font-size: 1.76rem;
  font-weight: 700;
  color: #0a1628;
  text-transform: uppercase;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 2.2rem;
  letter-spacing: 0.09rem;
}
.post_main .post_sidebar .pt_table .post_menu {
  max-width: 28rem;
  margin-top: 2.3rem;
}
.post_main .post_sidebar .pt_table .post_menu li + li {
  margin-top: 1.3rem;
}
.post_main .post_sidebar .pt_table .post_menu a {
  font-size: 1.643rem;
  line-height: 1.972rem;
  color: #3a3a4a;
  vertical-align: top;
  transition: all 0.3s;
}
.post_main .post_sidebar .pt_table .post_menu a:hover {
  color: var(--primary);
}
.post_main .post_sidebar .pt_pd {
  text-align: center;
  color: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  margin-top: 3.2rem;
  padding: 7.75% 5% 8.25%;
}
.post_main .post_sidebar .pt_pd .subtitle {
  font-size: 1.291rem;
  font-weight: 700;
  color: #f5a623;
  text-transform: uppercase;
  letter-spacing: 0.17rem;
}
.post_main .post_sidebar .pt_pd .img {
  width: 60%;
  max-width: 16rem;
  --h: 100%;
  margin: 1.1rem auto 0;
}
.post_main .post_sidebar .pt_pd .title {
  font-size: 2.112rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
.post_main .post_sidebar .pt_pd .desc {
  font-size: 1.643rem;
  line-height: 2.65rem;
  opacity: 0.74;
  max-width: 29rem;
  margin: 1.5rem auto 0;
  font-weight: 300;
  letter-spacing: 0.011rem;
}
.post_main .post_sidebar .pt_pd .btn {
  margin-top: 2.5rem;
  line-height: 4.6rem;
  font-size: 1.526rem;
  padding: 0 3rem;
  min-width: unset;
  letter-spacing: 0.06rem;
}
.post_main .post_sidebar .pt_subscribe {
  margin-top: 3.2rem;
}
.post_main .post_sidebar .pt_subscribe form {
  border-radius: 1.2rem;
  border: 1px solid #e8dfc8;
  background-image: linear-gradient(to right bottom, #f9f6ef 14%, #f5f0e5 85%);
  display: grid;
  gap: 1.1rem;
  padding: 8% 10% 8.25%;
}
.post_main .post_sidebar .pt_subscribe .syedittext {
  padding-bottom: 1rem;
}
.post_main .post_sidebar .pt_subscribe .syedittext strong {
  font-size: 1.878rem;
  font-weight: 700;
}
.post_main .post_sidebar .pt_subscribe .syedittext p {
  font-size: 1.643rem;
  line-height: 2.65rem;
  color: #666666;
  max-width: 28rem;
  margin-top: 1.2rem;
}
.post_main .post_sidebar .pt_subscribe input {
  display: block;
  width: 100%;
  border-radius: var(--btn_radius);
  border: 1px solid #d5d0c2;
  background-color: #fff;
  font-size: 1.526rem;
  color: #0a1628;
  height: 4.7rem;
  padding: 0 2rem;
  transition: all 0.2s;
}
.post_main .post_sidebar .pt_subscribe input:focus {
  border-color: var(--primary);
}
.post_main .post_sidebar .pt_subscribe input[type=submit] {
  background-color: var(--primary);
  border-color: var(--primary);
  height: 4.5rem;
  text-align: center;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
.post_main .post_sidebar .pt_subscribe input[type=submit]:hover {
  background-color: transparent;
  color: var(--primary);
}
.page_blog .syedittext {
  padding-bottom: 0.6rem;
}

/* ========== Damage Guide Shortcode ========== */
.postdetail .guide-section {
  margin: 0 auto;
  padding: 7.2rem 0;
  color: #1f2933;
}
/* Layout: sidebar + content */
.postdetail .guide-section.guide-layout {
  display: grid;
  grid-template-columns: 28rem 1fr;
  gap: 0;
  padding: 0;
}
.postdetail .guide-section .guide-content {
  padding: 4rem 3.6rem;
  min-width: 0;
}
.postdetail .guide-section .section-header {
  margin-bottom: 3.6rem;
  padding-left: 1.8rem;
  border-left: 0.5rem solid #1f5f99;
}
.postdetail .guide-section .eyebrow {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  color: #1f5f99;
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.postdetail .guide-section .section-header h2 {
  font-size: 3.4rem;
  margin: 0 0 0.8rem;
  color: #102a43;
}
.postdetail .guide-section .section-header p {
  color: #5b6470;
  max-width: 72rem;
  line-height: 1.7;
  margin: 0;
}
.postdetail .guide-section .case-grid {
  display: grid;
  gap: 2.8rem;
}
.postdetail .guide-section .damage-card {
  display: grid;
  grid-template-columns: 36% 64%;
  background: #ffffff;
  border: 1px solid #dfe7f1;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 1.2rem 3.4rem rgba(16, 42, 67, 0.07);
  transition: box-shadow 0.3s, transform 0.3s;
}
.postdetail .guide-section .damage-card:hover {
  box-shadow: 0 1.6rem 4rem rgba(16, 42, 67, 0.1);
  transform: translateY(-0.2rem);
}
.postdetail .guide-section .damage-image {
  background: #f4f6f8;
  position: relative;
  min-height: 36rem;
  overflow: hidden;
}
.postdetail .guide-section .damage-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  border-radius: 0;
  background: #f4f6f8;
  padding: 2rem;
  object-fit: cover;
}
.postdetail .guide-section .damage-image a.image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.postdetail .guide-section .damage-image .damage-swiper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 7.2rem;
  width: 100%;
  height: auto;
}
.postdetail .guide-section .damage-image .damage-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f8;
}
.postdetail .guide-section .damage-image .damage-swiper .swiper-slide img {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  border-radius: 0;
  background: #f4f6f8;
  padding: 2rem 2rem 1rem;
  object-fit: cover;
}
.postdetail .guide-section .damage-image .swiper-pagination {
  bottom: 0.8rem;
}
.postdetail .guide-section .damage-image .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  background: #c5cdd8;
  opacity: 1;
  transition: all 0.3s;
}
.postdetail .guide-section .damage-image .swiper-pagination-bullet-active {
  background: #1f5f99;
  width: 2rem;
  border-radius: 0.4rem;
}
/* damage-swiper-thumbs */
.postdetail .guide-section .damage-swiper-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9.5rem;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid #eaedf1;
  box-sizing: border-box;
  z-index: 2;
}
.postdetail .guide-section .damage-swiper-thumbs .swiper-wrapper {
  display: flex;
  height: 100%;
  gap: 0.6rem;
}
.postdetail .guide-section .damage-swiper-thumbs .swiper-slide {
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 2px solid transparent;
  opacity: 0.5;
  transition: opacity 0.3s, border-color 0.3s, transform 0.3s;
}
.postdetail .guide-section .damage-swiper-thumbs .swiper-slide:hover {
  opacity: 0.85;
  transform: scale(1.05);
}
.postdetail .guide-section .damage-swiper-thumbs .swiper-slide-thumb-active {
  border-color: #1f5f99;
  opacity: 1;
  transform: scale(1);
}
.postdetail .guide-section .damage-swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.postdetail .guide-section .damage-content {
  padding: 3rem 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.postdetail .guide-section .case-topline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.postdetail .guide-section .case-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  height: 3.6rem;
  padding: 0 1.2rem;
  border-radius: 1rem;
  color: #ffffff;
  background: linear-gradient(135deg, #1f5f99, #0b3d73);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.02rem;
  box-shadow: 0 0.4rem 1.2rem rgba(31, 95, 153, 0.25);
}
.postdetail .guide-section .area-badge {
  display: inline-flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.2rem;
  border-radius: 99.9rem;
  background: #eef4fa;
  color: #1f5f99;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}
.postdetail .guide-section .damage-content h3 {
  font-size: 2.4rem;
  margin: 0 0 1.8rem;
  color: #111827;
  font-weight: 700;
  line-height: 1.25;
}
.postdetail .guide-section .cn-title {
  color: #6b7280;
  margin: -1.2rem 0 1.8rem;
  font-size: 1.5rem;
}
.postdetail .guide-section .info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
}
.postdetail .guide-section .info-block {
  padding: 1.8rem;
  border-right: 1px solid #e5e7eb;
}
.postdetail .guide-section .info-block:last-child {
  border-right: none;
}
.postdetail .guide-section .info-block h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #344054;
  margin: 0 0 1rem;
  letter-spacing: 0.04rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.2rem;
}
.postdetail .guide-section .info-block h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.3rem;
  height: 1.2rem;
  background: #1f5f99;
  border-radius: 0.2rem;
}
.postdetail .guide-section .info-block p {
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
  font-size: 1.4rem;
}
.postdetail .guide-section .liability {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  font-weight: 900;
  margin-top: 0.6rem;
}
.postdetail .guide-section .liability.quality {
  background: #fff1f0;
  color: #b42318;
  border: 1px solid #ffd6d1;
}
.postdetail .guide-section .liability.usage {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.postdetail .guide-section .action-block {
  margin-top: 2rem;
  padding: 1.8rem 2rem;
  background: #f8fafc;
  border: 1px solid #dbe4ee;
  border-radius: 1.6rem;
}
.postdetail .guide-section .action-block h4 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #157347;
  margin: 0 0 0.9rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
.postdetail .guide-section .action-block p {
  line-height: 1.7;
  color: #475467;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
}
.postdetail .guide-section .action-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.postdetail .guide-section .action-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 99.9rem;
  background: #ffffff;
  border: 1px solid #ccd8e4;
  color: #344054;
  font-size: 1.2rem;
  font-weight: 800;
}

/* -- Sidebar -- */
.postdetail .guide-section .damage-sidebar {
  position: sticky;
  top: 2rem;
  align-self: start;
  padding: 3rem 2.2rem;
  background: #ffffff;
  border-right: 1px solid #e1e7ef;
}
.postdetail .guide-section .sidebar-title {
  margin: 0 0 2rem;
  font-size: 2rem;
  font-weight: 800;
  color: #1f2933;
  line-height: 1.25;
}
.postdetail .guide-section .sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.postdetail .guide-section .nav-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 5.6rem;
  padding: 1rem 1.4rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #8b9199;
  transition: all 0.2s ease;
}
.postdetail .guide-section .nav-item:hover {
  background: #f1f5f9;
  color: #1f5f99;
}
.postdetail .guide-section .nav-item.active {
  color: #ffffff;
  background: linear-gradient(135deg, #0050a4, #063f86);
  box-shadow: 0 0.8rem 2rem rgba(0, 80, 164, 0.24);
}
.postdetail .guide-section .nav-icon {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}
.postdetail .guide-section .nav-icon svg {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
}
.postdetail .guide-section .nav-text strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: 700;
  color: #374151;
}
.postdetail .guide-section .nav-item.active .nav-text strong,
.postdetail .guide-section .nav-item.active .nav-icon {
  color: #ffffff;
}
.postdetail .guide-section .sidebar-divider {
  height: 1px;
  background: #d9e2ec;
  margin: 2.2rem 0;
}
.postdetail .guide-section .liability-box {
  padding: 1.8rem 1.6rem;
  border: 1px solid #d8e2ec;
  border-radius: 1.4rem;
  background: #fbfdff;
}
.postdetail .guide-section .liability-box h4 {
  margin: 0 0 1.4rem;
  font-size: 1.7rem;
  font-weight: 800;
  color: #374151;
}
.postdetail .guide-section .legend-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #4b5563;
}
.postdetail .guide-section .legend-item:last-child {
  margin-bottom: 0;
}
.postdetail .guide-section .legend-color {
  width: 2rem;
  height: 1.1rem;
  border-radius: 0.3rem;
  flex: 0 0 2rem;
}
.postdetail .guide-section .legend-color.red-bg { background: #e53935; }
.postdetail .guide-section .legend-color.blue-bg { background: #064c96; }

/* -- Category Divider -- */
.postdetail .guide-section .category-group {
  margin-bottom: 3.6rem;
}
.postdetail .guide-section .category-divider {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2.4rem;
  padding: 1.6rem 2rem;
  background: linear-gradient(135deg, #f0f6fc 0%, #e8f0fa 100%);
  border-radius: 1.2rem;
  border-left: 0.4rem solid #1f5f99;
}
.postdetail .guide-section .category-icon {
  width: 3.8rem;
  height: 3.8rem;
  flex: 0 0 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f5f99;
}
.postdetail .guide-section .category-icon svg {
  width: 3.8rem;
  height: 3.8rem;
  display: block;
}
.postdetail .guide-section .category-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #061f45;
  margin: 0;
}

/* ========== Partner Commitment Shortcode ========== */
.postdetail .partner-commitment {
  font-family: Arial, Helvetica, sans-serif;
  color: #0b1f3a;
  line-height: 1.65;
  max-width: 118rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: #ffffff;
}
.postdetail .partner-commitment .nexxus-hero {
  position: relative;
  border-radius: 1.8rem;
  overflow: hidden;
  background: linear-gradient(120deg, #061f45 0%, #0057b8 100%);
  color: #ffffff;
  padding: 8rem 6rem;
  margin-bottom: 6rem;
}
.postdetail .partner-commitment .nexxus-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("hero-image-url.jpg") center/cover no-repeat;
  opacity: 0.28;
}
.postdetail .partner-commitment .nexxus-hero-content {
  position: relative;
  z-index: 2;
  max-width: 72rem;
}
.postdetail .partner-commitment .nexxus-hero h1 {
  font-size: 4.6rem;
  line-height: 1.15;
  margin: 0 0 1.8rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
}
.postdetail .partner-commitment .nexxus-hero p {
  font-size: 1.9rem;
  margin: 0;
  color: #eaf2ff;
}
.postdetail .partner-commitment .nexxus-section-title {
  text-align: center;
  margin-bottom: 3.6rem;
}
.postdetail .partner-commitment .nexxus-section-title h2 {
  font-size: 3.4rem;
  margin: 0 0 1.2rem;
  color: #061f45;
}
.postdetail .partner-commitment .nexxus-section-title p {
  max-width: 76rem;
  margin: 0 auto;
  color: #5b6b82;
  font-size: 1.7rem;
}
.postdetail .partner-commitment .support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 7rem;
}
.postdetail .partner-commitment .support-card {
  background: #f6f9fd;
  border: 1px solid #e5edf7;
  border-radius: 1.6rem;
  padding: 2.8rem 2.2rem;
  text-align: center;
  transition: all 0.25s ease;
}
.postdetail .partner-commitment .support-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.2rem 3rem rgba(0, 45, 110, 0.12);
}
.postdetail .partner-commitment .support-icon {
  width: 5.4rem;
  height: 5.4rem;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: #0057b8;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
.postdetail .partner-commitment .support-card h3 {
  font-size: 1.8rem;
  margin: 0;
  color: #061f45;
}
.postdetail .partner-commitment .commitment-item {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4.4rem;
  align-items: center;
  margin-bottom: 7rem;
  padding-bottom: 7rem;
  border-bottom: 1px solid #e8edf4;
}
.postdetail .partner-commitment .commitment-item:nth-child(even) {
  grid-template-columns: 1.15fr 1fr;
}
.postdetail .partner-commitment .commitment-item:nth-child(even) .commitment-image {
  order: 2;
}
.postdetail .partner-commitment .commitment-item:last-child {
  border-bottom: none;
  margin-bottom: 3rem;
  padding-bottom: 0;
}
.postdetail .partner-commitment .commitment-image {
  min-height: 32rem;
  border-radius: 1.8rem;
  overflow: hidden;
  background: #edf3fa;
}
.postdetail .partner-commitment .commitment-image img {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
  display: block;
  margin: 0;
  border-radius: 0;
}
.postdetail .partner-commitment .commitment-content .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  background: #ffc72c;
  color: #061f45;
  font-weight: 800;
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
}
.postdetail .partner-commitment .commitment-content h2 {
  font-size: 3rem;
  margin: 0 0 0.8rem;
  color: #061f45;
}
.postdetail .partner-commitment .commitment-content h4 {
  font-size: 1.7rem;
  margin: 0 0 1.8rem;
  color: #0057b8;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.postdetail .partner-commitment .commitment-content p {
  color: #52657d;
  font-size: 1.65rem;
  margin: 0 0 1.4rem;
  line-height: 1.7;
}
.postdetail .partner-commitment .final-cta {
  background: linear-gradient(120deg, #061f45 0%, #004ca8 100%);
  color: #ffffff;
  border-radius: 2rem;
  padding: 5.8rem 5rem;
  text-align: center;
  margin-top: 3rem;
}
.postdetail .partner-commitment .final-cta h2 {
  font-size: 3.4rem;
  margin: 0 0 1.6rem;
  color: #ffffff;
}
.postdetail .partner-commitment .final-cta p {
  max-width: 76rem;
  margin: 0 auto 2.8rem;
  color: #e4efff;
  font-size: 1.7rem;
}
.postdetail .partner-commitment .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.postdetail .partner-commitment .cta-button {
  display: inline-block;
  padding: 1.4rem 2.8rem;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
  font-size: 1.6rem;
}
.postdetail .partner-commitment .cta-button.primary {
  background: #ffc72c;
  color: #061f45;
}
.postdetail .partner-commitment .cta-button.secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.55);
}
.postdetail .partner-commitment .cta-button:hover {
  transform: translateY(-0.2rem);
  opacity: 0.9;
}

/* ========== Responsive: Damage Guide + Partner Commitment ========== */
@media screen and (max-width: 900px) {
  .postdetail .guide-section.guide-layout {
    grid-template-columns: 1fr;
  }
  .postdetail .guide-section .damage-sidebar {
    position: static;
    border-right: none;
    border-bottom: 1px solid #e1e7ef;
    padding: 2rem 1.6rem;
  }
  .postdetail .guide-section .sidebar-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .postdetail .guide-section .nav-item {
    min-height: 5rem;
    padding: 0.8rem 1.2rem;
  }
  .postdetail .guide-section .guide-content {
    padding: 2.4rem 1.6rem;
  }
  .postdetail .partner-commitment .support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .postdetail .partner-commitment .commitment-item,
  .postdetail .partner-commitment .commitment-item:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
  .postdetail .partner-commitment .commitment-item:nth-child(even) .commitment-image {
    order: 0;
  }
  .postdetail .partner-commitment .nexxus-hero {
    padding: 5rem 2.5rem;
  }
  .postdetail .partner-commitment .nexxus-hero h1 {
    font-size: 3.2rem;
  }
  .postdetail .partner-commitment .nexxus-hero p {
    font-size: 1.6rem;
  }
  .postdetail .partner-commitment .nexxus-section-title h2 {
    font-size: 2.6rem;
  }
  .postdetail .partner-commitment .nexxus-section-title p {
    font-size: 1.5rem;
  }
  .postdetail .partner-commitment .commitment-content h2 {
    font-size: 2.4rem;
  }
  .postdetail .partner-commitment .commitment-content h4 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .postdetail .partner-commitment .commitment-content p {
    font-size: 1.5rem;
  }
  .postdetail .partner-commitment .commitment-image {
    min-height: 24rem;
  }
  .postdetail .partner-commitment .commitment-image img {
    min-height: 24rem;
  }
  .postdetail .partner-commitment .final-cta {
    padding: 4rem 2.5rem;
    border-radius: 1.4rem;
  }
  .postdetail .partner-commitment .final-cta h2 {
    font-size: 2.6rem;
  }
  .postdetail .partner-commitment .final-cta p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  /* -- Damage Guide mobile -- */
  .postdetail .guide-section {
    padding: 3rem 1.6rem;
  }
  .postdetail .guide-section .guide-content {
    padding: 2rem 0rem;
  }
  .postdetail .guide-section .damage-sidebar {
    padding: 1.6rem 0rem;
  }
  .postdetail .guide-section .sidebar-nav {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .postdetail .guide-section .nav-item {
    min-height: 4.4rem;
    padding: 0.6rem 1rem;
    gap: 1rem;
  }
  .postdetail .guide-section .nav-icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
  }
  .postdetail .guide-section .nav-icon svg {
    width: 3rem;
    height: 3rem;
  }
  .postdetail .guide-section .nav-text strong {
    font-size: 1.3rem;
  }
  .postdetail .guide-section .sidebar-title {
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
  }
  .postdetail .guide-section .category-divider {
    padding: 1.2rem 1.4rem;
    gap: 1rem;
  }
  .postdetail .guide-section .category-icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
  }
  .postdetail .guide-section .category-icon svg {
    width: 3rem;
    height: 3rem;
  }
  .postdetail .guide-section .category-title {
    font-size: 1.8rem;
  }
  .postdetail .guide-section .section-header {
    margin-bottom: 2.4rem;
    border-left-width: 4px;
    padding-left: 1.4rem;
  }
  .postdetail .guide-section .section-header h2 {
    font-size: 2.2rem;
  }
  .postdetail .guide-section .section-header p {
    font-size: 1.4rem;
  }
  .postdetail .guide-section .case-grid {
    gap: 2rem;
  }
  .postdetail .guide-section .damage-card {
    grid-template-columns: 1fr;
    border-radius: 1.2rem;
  }
  .postdetail .guide-section .damage-image {
    min-height: 22rem;
  }
  .postdetail .guide-section .damage-image > img,
  .postdetail .guide-section .damage-image .damage-swiper .swiper-slide img {
    height: auto;
    padding: 1.2rem 1.2rem 0.8rem;
  }
  .postdetail .guide-section .damage-image .damage-swiper {
    bottom: 5.8rem;
  }
  .postdetail .guide-section .damage-swiper-thumbs {
    height: 5.8rem;
    padding: 0.6rem 0.8rem;
  }
  .postdetail .guide-section .damage-content {
    padding: 2rem 1.8rem;
  }
  .postdetail .guide-section .case-topline {
    margin-bottom: 1rem;
  }
  .postdetail .guide-section .case-number {
    font-size: 1.8rem;
    min-width: 4rem;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 0.8rem;
  }
  .postdetail .guide-section .area-badge {
    font-size: 1.1rem;
    height: 2.6rem;
    padding: 0 1rem;
  }
  .postdetail .guide-section .damage-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .postdetail .guide-section .cn-title {
    font-size: 1.3rem;
    margin: -0.8rem 0 1.4rem;
  }
  .postdetail .guide-section .info-list {
    grid-template-columns: 1fr;
    border-top: none;
    border-bottom: none;
  }
  .postdetail .guide-section .info-block {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.2rem 0;
  }
  .postdetail .guide-section .info-block:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .postdetail .guide-section .info-block h4 {
    font-size: 1.1rem;
    padding-left: 1rem;
  }
  .postdetail .guide-section .info-block h4::before {
    width: 0.25rem;
    height: 1rem;
  }
  .postdetail .guide-section .info-block p {
    font-size: 1.35rem;
    line-height: 1.6;
  }
  .postdetail .guide-section .liability {
    font-size: 1.2rem;
    padding: 0.7rem 1.2rem;
  }
  .postdetail .guide-section .action-block {
    margin-top: 1.6rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1rem;
  }
  .postdetail .guide-section .action-block h4 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .postdetail .guide-section .action-block p {
    font-size: 1.35rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .postdetail .guide-section .action-tags {
    gap: 0.8rem;
  }
  .postdetail .guide-section .action-tags span {
    font-size: 1.15rem;
    padding: 0.5rem 1rem;
  }
  /* -- Partner Commitment mobile -- */
  .postdetail .partner-commitment {
    padding: 2rem 1.6rem;
  }
  .postdetail .partner-commitment .nexxus-hero {
    padding: 4rem 2rem;
    border-radius: 1.2rem;
    margin-bottom: 3rem;
  }
  .postdetail .partner-commitment .nexxus-hero h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .postdetail .partner-commitment .nexxus-hero p {
    font-size: 1.4rem;
  }
  .postdetail .partner-commitment .nexxus-section-title {
    margin-bottom: 2.4rem;
  }
  .postdetail .partner-commitment .nexxus-section-title h2 {
    font-size: 2.2rem;
  }
  .postdetail .partner-commitment .nexxus-section-title p {
    font-size: 1.4rem;
  }
  .postdetail .partner-commitment .support-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
  .postdetail .partner-commitment .support-card {
    padding: 2rem 1.4rem;
    border-radius: 1.2rem;
  }
  .postdetail .partner-commitment .support-icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .postdetail .partner-commitment .support-card h3 {
    font-size: 1.4rem;
  }
  .postdetail .partner-commitment .commitment-item,
  .postdetail .partner-commitment .commitment-item:nth-child(even) {
    gap: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
  .postdetail .partner-commitment .commitment-image {
    min-height: 20rem;
    border-radius: 1.2rem;
  }
  .postdetail .partner-commitment .commitment-image img {
    min-height: 20rem;
  }
  .postdetail .partner-commitment .commitment-content .number {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .postdetail .partner-commitment .commitment-content h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .postdetail .partner-commitment .commitment-content h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .postdetail .partner-commitment .commitment-content p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .postdetail .partner-commitment .final-cta {
    padding: 3rem 2rem;
    border-radius: 1.2rem;
    margin-top: 2rem;
  }
  .postdetail .partner-commitment .final-cta h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .postdetail .partner-commitment .final-cta p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .postdetail .partner-commitment .cta-buttons {
    gap: 1.2rem;
    flex-direction: column;
    align-items: center;
  }
  .postdetail .partner-commitment .cta-button {
    padding: 1.2rem 2.4rem;
    font-size: 1.4rem;
    width: 100%;
    max-width: 26rem;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .postdetail .partner-commitment .support-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .postdetail .partner-commitment .support-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 1.6rem 1.8rem;
    gap: 1.4rem;
  }
  .postdetail .partner-commitment .support-icon {
    margin: 0;
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
    flex-shrink: 0;
  }
  .postdetail .partner-commitment .support-card h3 {
    font-size: 1.4rem;
  }
  .postdetail .partner-commitment .nexxus-hero h1 {
    font-size: 2.2rem;
  }
  .postdetail .partner-commitment .commitment-content h2 {
    font-size: 1.8rem;
  }
  .postdetail .guide-section .damage-content h3 {
    font-size: 1.7rem;
  }
  .postdetail .guide-section .damage-image {
    min-height: 18rem;
  }
  .postdetail .guide-section .damage-image > img,
  .postdetail .guide-section .damage-image .damage-swiper .swiper-slide img {
    min-height: unset;
    height: auto;
  }
  .postdetail .guide-section .damage-image .damage-swiper {
    bottom: 5rem;
  }
  .postdetail .guide-section .damage-swiper-thumbs {
    height: 5rem;
    padding: 0.5rem 0.6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_banner .head h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_banner .head h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .post_banner .flex .head {
    max-width: unset;
  }
  .post_banner .flex .head h1 {
    font-size: 22px;
    line-height: 1.3;
    max-width: 500px;
  }
  .post_banner .metas {
    margin-top: 20px;
  }
  .post_banner .metas ul {
    gap: 10px 20px;
  }
  .post_banner .metas li {
    gap: 10px;
    font-size: 14px;
  }
  .post_banner .metas li::before {
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
  .post_banner .metas li .icon {
    width: 16px;
    height: 16px;
  }
  .post_banner .metas .name .icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
    margin-right: 0;
  }
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .flex {
    gap: 30px;
    flex-direction: column;
  }
  .post_main .post_sidebar {
    width: 100%;
    position: static;
    padding: 0;
    min-width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .post_main .post_sidebar .pt_table {
    padding: 20px;
    border-radius: 10px;
  }
  .post_main .post_sidebar .pt_table .title {
    font-size: 16px;
    padding-bottom: 10px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar .pt_table .post_menu {
    max-width: unset;
  }
  .post_main .post_sidebar .pt_table .post_menu li + li {
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_table .post_menu a {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .post_sidebar .pt_pd {
    border-radius: 10px;
    margin: 0;
    padding: 20px;
    order: 3;
  }
  .post_main .post_sidebar .pt_pd .subtitle {
    font-size: 12px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar .pt_pd .img {
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_pd .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_pd .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: unset;
  }
  .post_main .post_sidebar .pt_pd .btn {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: unset;
    padding: 0 20px;
    margin-top: 20px;
  }
  .post_main .post_sidebar .pt_subscribe {
    margin: 0;
  }
  .post_main .post_sidebar .pt_subscribe form {
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    gap: 10px;
  }
  .post_main .post_sidebar .pt_subscribe .syedittext {
    padding: 0;
  }
  .post_main .post_sidebar .pt_subscribe .syedittext strong {
    font-size: 16px;
  }
  .post_main .post_sidebar .pt_subscribe .syedittext p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .post_main .post_sidebar .pt_subscribe input,
  .post_main .post_sidebar .pt_subscribe input[type=submit] {
    font-size: 14px;
    padding: 0 20px;
    height: 46px;
    letter-spacing: unset;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 20px 0 14px;
    letter-spacing: unset;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    margin: 14px 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail p + p {
    margin-top: 10px;
  }
  .post_main .postdetail p:not(:has(strong)) + p:has(strong) {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    border-radius: 10px;
    margin: 30px 0;
  }
  .post_main .postdetail ul {
    margin: 14px 0;
  }
  .post_main .postdetail ul li + li {
    margin-top: 10px;
  }
  .post_main .postdetail ul li {
    padding-left: 25px;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ol {
    margin: 14px 0;
  }
  .post_main .postdetail ol li + li {
    margin-top: 10px;
  }
  .post_main .postdetail ol li {
    padding-left: 25px;
  }
  .post_main .postdetail .wp-block-quote {
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    padding: 20px;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .postdetail .wp-block-quote strong {
    font-size: 14px;
    margin-top: 20px;
  }
  .post_main .postdetail .nums {
    margin: 30px 0;
    gap: 16px;
  }
  .post_main .postdetail .nums .wp-block-column {
    padding: 20px;
  }
  .post_main .postdetail .nums strong {
    font-size: 24px;
  }
  .post_main .postdetail .nums p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .post_main .tags-box {
    padding-top: 20px;
    margin-top: 30px;
  }
  .post_main .tags-box span {
    font-size: 15px;
  }
  .post_main .tags-box .tags {
    gap: 10px;
  }
  .post_main .tags-box .tags span {
    margin-right: 5px;
    margin-top: 5px;
  }
  .post_main .tags-box .tags a {
    font-size: 14px;
    padding: 5px 12px;
  }
  .post_main .tags-box .share {
    gap: 15px;
    margin-top: 20px;
  }
  .post_main .tags-box .share span {
    margin-top: 10px;
    margin-right: 0;
  }
  .post_main .tags-box .share .social {
    gap: 10px;
  }
  .post_main .tags-box .share .social a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .postdetail .nums {
    display: grid;
  }
  .post_main .post_sidebar {
    grid-template-columns: 1fr;
  }
}
