.post-container {
    position: relative;
    font-family: var(--font-body)
}

.post-header {
    margin-bottom: 2rem
}

.post-breadcrumb {
    margin: 1.5rem 0 1.25rem 0
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .875rem;
    color: var(--color-primary);
    font-weight: 600
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 15px
}

.breadcrumb-home svg {
    width: 1.1em;
    height: 1.1em;
    display: inline-block;
    transform: scale(1.35);
    position: relative;
    top: -1px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: .45em;
    height: .45em;
    border-style: solid;
    border-color: var(--color-primary);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: 0 .8em
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.post-title {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .45rem;
    color: var(--color-teks)
}

.post-excerpt p {
    color: var(--color-teks);
    font-family: var(--font-body);
    margin-top: .7rem;
    margin-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-meta {
    display: block;
    margin-bottom: 1rem;
    font-size: .75rem;
    color: #6b7280;
    font-family: var(--font-body)
}

.post-meta__date span {
    margin-right: .5rem
}

.post-header-meta-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-family: var(--font-body)
}

.post-tags__link {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 9999px;
    padding: .25rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    font-family: var(--font-body)
}

.post-share {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--color-primary)
}

.share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s, color .2s;
    color: var(--color-primary)
}

.share-item:hover {
    transform: translateY(-2px);
    color: var(--color-primary-dark)
}

.share-item-copied {
    position: absolute;
    bottom: -28px;
    right: -8px;
    font-size: .75rem;
    font-weight: 600;
    background-color: rgb(26 86 219 / .1);
    color: var(--color-primary);
    border-radius: 9999px;
    padding: 4px 8px;
    display: none;
    white-space: nowrap
}

.post-featured-image {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: visible
}

.post-featured-image__picture {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f0f0f0
}

.post-featured-image__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post-featured-image__caption {
    color: var(--color-secondary);
    position: relative;
    z-index: 3;
    font-size: .75rem;
    line-height: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.post-content {
    line-height: 1.7;
    font-size: 16px;
    font-family: var(--font-body);
    color: var(--color-teks)
}

.post-content p {
    margin-bottom: 1.5em;
    font-weight: 400
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #111
}

.post-content h1 {
    font-size: clamp(1.375rem, 1.2rem + 1vw, 1.625rem)
}

.post-content h2 {
    font-size: clamp(1.25rem, 1.1rem + 1vw, 1.5rem)
}

.post-content h3 {
    font-size: clamp(1.125rem, 1rem + 0.8vw, 1.375rem)
}

.post-content h4 {
    font-size: clamp(1rem, 0.9rem + 0.6vw, 1.25rem)
}

.post-content h5 {
    font-size: clamp(0.9375rem, 0.85rem + 0.5vw, 1.125rem)
}

.post-content h6 {
    font-size: clamp(0.875rem, 0.8rem + 0.4vw, 1rem)
}

.post-content a {
    color: var(--color-link);
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
    font-style: normal;
    text-decoration-line: underline;
    text-decoration-color: #ce490a;
    text-underline-offset: min(4px, .175em);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.post-content a :hover,
.post-content a :focus {
    color: var(--color-link-hover);
    text-decoration: underline
}

.post-content strong,
.post-content b {
    font-weight: 700
}

.post-content em,
.post-content i {
    font-style: italic
}

.post-content u {
    text-decoration: underline
}

.post-content s {
    text-decoration: line-through
}

.post-content blockquote {
    margin: 1.5em 0;
    padding: 1em;
    border-left: 4px solid var(--color-primary);
    background-color: #f7f7f7;
    color: #555;
    font-style: italic;
    border-radius: 5px
}

.post-content blockquote p :last-child {
    margin-bottom: 0;
    margin-top: 0
}

.post-content ul,
.post-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em
}

.post-content li {
    margin-bottom: .5em
}

.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
    margin-top: .5em;
    margin-bottom: .5em
}

.post-content ul {
    list-style: disc
}

.post-content ul ul {
    list-style: circle
}

.post-content ol {
    list-style: decimal
}

.post-content img,
.post-content video,
.post-content iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0;
}

.post-content hr {
    border: 0;
    height: 1px;
    background: var(--color-border);
    margin: 2em 0
}

.post-content code,
.post-content pre {
    font-family: "Courier New", Courier, monospace;
    background: #f0f0f0;
    padding: .1em .3em;
    border-radius: 4px
}

.post-content pre {
    padding: 1em;
    overflow-x: auto;
    white-space: pre-wrap
}

.wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    margin: 1.5em 0
}

.wp-block-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    font-size: .95rem;
    color: #334155;
    background-color: #fff
}

.wp-block-table th,
.wp-block-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid var(--color-border)
}

.wp-block-table thead th {
    background-color: #f0f5ff;
    color: #1e3a8a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: .5px;
    border-bottom: 2px solid var(--color-primary-light);
    position: sticky;
    top: 0;
    z-index: 1
}

.wp-block-table tbody tr :nth-of-type(even) {
    background-color: #f8fafc
}

.wp-block-table tbody tr :hover {
    background-color: #eef5ff
}

.wp-block-table tbody tr :last-child td {
    border-bottom: none
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    background-color: #000
}

.wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important
}

.wp-block-image img {
    border-radius: 5px
}

.wp-block-image :where(figcaption) {
    color: var(--color-secondary);
    font-size: .8rem;
    text-transform: none
}

.wp-block-image :where(figcaption):before {
    display: var(--caption-bdisplay, inline-block);
    width: 30px;
    height: .3em;
    margin-right: 7px;
    content: '';
    border-top: 1px solid
}

.post-content code,
.entry-content code {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    background-color: rgb(27 31 35 / .05);
    color: #c7254e;
    font-size: .9em;
    padding: .2em .4em;
    margin: 0 2px;
    border-radius: 6px
}

.post-content pre code,
.entry-content pre code {
    background-color: #fff0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    border-radius: 0
}

.post-content pre,
.entry-content pre {
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
    font-size: .95em;
    line-height: 1.6;
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 1.25em 1.5em;
    margin: 1.5em 0;
    border-radius: 8px;
    border: 1px solid #444;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto
}

.post-content pre::-webkit-scrollbar,
.entry-content pre::-webkit-scrollbar {
    height: 8px
}

.post-content pre::-webkit-scrollbar-track,
.entry-content pre::-webkit-scrollbar-track {
    background: #2d2d2d
}

.post-content pre::-webkit-scrollbar-thumb,
.entry-content pre::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 4px
}

.post-content pre::-webkit-scrollbar-thumb:hover,
.entry-content pre::-webkit-scrollbar-thumb:hover {
    background: #777
}

.zm-ad-runway {
    margin: 45px 0;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative
}

.zm-ad-runway::before {
    content: 'Advertisement';
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 11px;
    color: #7c7b7b;
    letter-spacing: 1px
}

.zm-ad-content {
    min-height: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.ad-between-sections {
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    max-width: 728px;
    position: relative
}

.ad-between-sections::before {
    content: "Advertisement";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 2px 8px;
    font-size: 11px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--color-border);
    border-radius: 4px
}

.content-section {
    position: relative;
    margin-bottom: 40px;
    transition: opacity 0.3s
}

.content-section.loading {
    opacity: .7;
    pointer-events: none
}

.post-footer {
    margin-top: 1.5rem
}

.section-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1a202c
}

.latest-news-list {
    list-style: none;
    padding-left: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem
}

.latest-news-list__item a {
    display: block;
    position: relative;
    padding-left: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    color: #1a202c
}

.latest-news-list__item a::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(50%);
    width: 10px;
    height: 10px;
    background: var(--color-primary);
    border-radius: 50%
}

.latest-news-list__item a:hover {
    color: var(--color-primary)
}

.related-tags-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 1rem
}

.related-tags-list__item a {
    display: block;
    background: #e6f2fe;
    border-radius: 9999px;
    padding: .25rem 1rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: .875rem;
    text-decoration: none;
    color: #00509d;
    transition: background .2s
}

.related-tags-list__item a:hover {
    background: rgb(26 86 219 / .2)
}

.post-author-box {
    border-bottom: 1px solid var(--color-border);
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1.5rem
}

.post-author-box__heading {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1
}

.post-author-box__heading span {
    background: #fff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-right: .75rem;
    z-index: 1
}

.post-author-box__heading::before {
    content: "";
    width: 100%;
    border-top: 1px solid var(--color-border);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0
}

.post-author-box__container {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.post-author-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex: 1
}

.post-author-info__avatar {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: #e5e7eb;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.post-author-info__avatar img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.post-author-info__desc {
    flex: 1;
    padding-left: .75rem;
    font-weight: 600;
    min-width: 0;
    margin-top: 2px
}

.post-author-info__desc .label {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    color: var(--color-secondary)
}

.post-author-info__desc a,
.post-author-info__desc span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -3px;
    color: #040404
}

.post-author-info__desc a:hover {
    color: var(--color-primary)
}

.related-posts-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #1a202c
}

.related-posts-container {
    display: flex;
    flex-direction: column;
    margin-left: -1rem;
    margin-right: -1rem
}

.related-post-item {
    margin-bottom: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    display: block
}

.related-post-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 1.5rem;
    background: #f0f0f0
}

.related-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.related-post-content {
    display: flex;
    flex-direction: column;
    padding: 4px 0rem;
    position: relative
}

.related-post-content .related-post-title {
    margin-top: -5px;
    margin-bottom: 8px;
    order: 1
}

.related-post-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    display: block
}

.related-post-title a {
    color: inherit;
    text-decoration: none
}

.related-post-title a:hover {
    color: var(--color-primary)
}

.related-post-excerpt {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: .875rem;
    line-height: 1.5;
    color: var(--color-secondary);
    order: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.related-post-meta {
    margin-top: -4px;
    order: 3;
    display: flex;
    column-gap: .5rem
}

.related-post-category {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--color-primary);
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.related-post-category:hover {
    text-decoration: underline
}

.pagination {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-border)
}

.navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .4rem;
    margin-bottom: 2.5rem
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-weight: 600;
    border: 1.5px solid var(--color-border);
    border-radius: 50%;
    background: #fff;
    color: var(--color-primary);
    transition: all 0.18s cubic-bezier(.4, 0, .2, 1);
    width: 2.3em;
    height: 2.3em;
    min-width: 38px;
    min-height: 38px;
    font-size: 1.08rem
}

.page-numbers:not(.dots):not(.current):hover {
    border-color: var(--color-primary);
    background: #f0f8ff;
    transform: translateY(-2px) scale(1.07);
    box-shadow: 0 2px 6px rgb(26 86 219 / .08)
}

.page-numbers.current {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    cursor: default
}

.page-numbers.dots {
    border: none;
    background: #fff0;
    pointer-events: none
}

.post-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    padding: 12px 16px;
    margin: 30px 0;
    border: 1px solid var(--color-border);
    border-radius: 12px;
    background-color: #f8f9fa
}

.pagination-group-left {
    display: flex;
    align-items: center;
    gap: 12px
}

.pagination-label {
    font-size: 16px;
    font-weight: 600;
    color: #333
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px
}

.page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.2s;
    border: 1px solid var(--color-primary-light);
    color: var(--color-primary-light);
    background-color: #fff0
}

.page-number :hover {
    background-color: #dbeafe
}

.page-number.current {
    background-color: var(--color-primary-light);
    color: #fff;
    border-color: var(--color-primary-light)
}

.show-all-button {
    text-decoration: none !important;
    padding: 8px 20px;
    border: 1px solid #adb5bd;
    color: #495057;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.2s
}

.show-all-button :hover {
    background-color: #f1f3f5;
    border-color: #868e96
}

.in-article-ad {
    margin-bottom: 5px;
}

/* ========== RESPONSIVE EMBEDS (Gutenberg) ========== */

/* 0) Reset dasar: iframe melebar penuh dan tidak overflow */
.post-content iframe,
.post-content .wp-block-embed__wrapper > iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  border: 0;
}

/* 1) Video landscape (YouTube, Vimeo, Dailymotion) → 16:9 */
.post-content iframe[src*="youtube.com"],
.post-content iframe[src*="youtu.be"],
.post-content iframe[src*="vimeo.com"],
.post-content iframe[src*="dailymotion.com"],
.post-content .wp-block-embed.is-type-video iframe {
  aspect-ratio: 16 / 9;
  height: auto !important;
}

/* 2) Video/short vertical (TikTok, Reels, Shorts) → 9:16 */
.post-content iframe[src*="tiktok.com"],
.post-content iframe[src*="/reel/"],
.post-content iframe[src*="/shorts/"] {
  aspect-ratio: 9 / 16;
  height: auto !important;
}

/* 3) Embed yang atur tinggi via JS (Instagram, X/Twitter, FB, Spotify, dll)
      Kuncinya: jangan paksa tinggi fixed, biarkan mereka membesar sendiri */
.post-content iframe[src*="instagram.com"],
.post-content iframe[src*="twitter.com"],
.post-content iframe[src*="facebook.com"],
.post-content iframe[src*="open.spotify.com"],
.post-content iframe[src*="snackcdn.com"] {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* 4) Bungkus Gutenberg tetap fluid */
.post-content .wp-block-embed,
.post-content .wp-block-embed__wrapper {
  max-width: 100% !important;
}

/* 5) Fallback untuk browser tanpa support aspect-ratio */
@supports not (aspect-ratio: 1 / 1) {
  /* teknik intrinsic ratio 16:9 */
  .post-content .wp-block-embed.is-type-video,
  .post-content iframe[src*="youtube.com"],
  .post-content iframe[src*="youtu.be"],
  .post-content iframe[src*="vimeo.com"],
  .post-content iframe[src*="dailymotion.com"] {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    height: 0 !important;
  }
  .post-content .wp-block-embed.is-type-video iframe,
  .post-content iframe[src*="youtube.com"],
  .post-content iframe[src*="youtu.be"],
  .post-content iframe[src*="vimeo.com"],
  .post-content iframe[src*="dailymotion.com"] {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* 6) Opsional: cegah iframe super-pendek saat skrip embed belum selesai */
.post-content iframe {
  min-height: 320px; /* silakan sesuaikan/hapus jika tidak perlu */
}

/* Baris 2 kolom: share (kiri) + CTA (kanan) */
.post-share-row{
  display: grid;
  grid-template-columns: 1fr auto; /* share fleksibel, CTA tetap mepet kanan */
  align-items: center;
  gap: 12px;
  margin-top: 12px; /* sesuaikan kalau perlu */
}

/* Biarkan blok share kamu tetap seperti biasa */
.post-share-row .post-share[data-location="bottom"]{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* aman kalau ikon share banyak */
  justify-self: start;
}

/* CTA “Ikuti di Google News” berdiri sendiri di kanan */
.post-share-row .gn-cta{
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: var(--color-teks);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.post-share-row .gn-cta:hover{
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transform: translateY(-1px);
}
.post-share-row .gn-cta img{
  width: 18px; height: 18px; display: block;
}


@media (min-width:1024px) {
    .post-author-box__container {
        flex-direction: row
    }
    .post-author-info {
        margin-right: 2rem;
        flex: 0 1 auto;
        min-width: 0;
        max-width: calc(50% - 1rem)
    }
    .post-author-info:last-child {
        margin-right: 0
    }
    .related-posts-container {
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0
    }
    .related-post-item {
        width: calc(50% - .75rem);
        margin-left: 0;
        margin-right: 1.5rem
    }
    .related-post-item:nth-child(even) {
        margin-right: 0
    }
    .post-featured-image {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:768px) {
    .related-post-image {
        margin-left: -16px;
        margin-right: -16px;
        aspect-ratio: 2/1
    }
    .related-post-content {
        padding-left: 0;
        padding-right: 0
    }
    .post-title {
        line-height: 1.625
    }
    figcaption.post-featured-image__caption {
        padding-left: 1rem
    }
    .wp-block-image :where(figcaption) {
        font-size: .7rem;
        line-height: 1rem
    }
    .zm-ad-runway {
        height: 540px;
        background-color: #f9f9f9;
        padding: 5px 0;
        display: block
    }
    .zm-ad-sticky-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 5px
    }
    .zm-ad-content {
        min-height: 320px;
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
    .zm-ad-runway::after {
        content: 'Continue Reading Below';
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        color: #7c7b7b;
        letter-spacing: 1px;
        margin: 0
    }
}

@media (max-width:480px) {
    .pagination-group-left {
        flex-grow: 1
    }
    .pagination-group-right {
        flex-basis: 100%;
        text-align: right
    }
    .page-number {
        width: 30px;
        height: 30px;
        font-size: 14px
    }
    .show-all-button {
        padding: 7px 17px
        text-decoration: none !important;
    }
}