/* ============================================================
   PMP Network — modern look & feel (ABC, 2026-09-07)
   Direction from the 8-model consensus brief: Inter, charcoal/red/light-gray palette,
   card grids, search-first hero, less clutter. Loaded after the theme + child styles.
   Remove this file's enqueue in functions.php to revert everything visual.
   ============================================================ */
:root{
  --pmp-dark:#1A1A1A; --pmp-red:#E63946; --pmp-red-dark:#c92f3c; --pmp-bg:#F8F8F8; --pmp-surface:#FFFFFF;
  --pmp-text:#2E2E2E; --pmp-muted:#6B7280; --pmp-line:#E5E7EB; --pmp-radius:12px;
  --pmp-shadow:0 2px 8px rgba(0,0,0,.08); --pmp-shadow-hover:0 8px 24px rgba(0,0,0,.12);
  --pmp-font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
/* ---------- base ---------- */
body.abc-modern{font-family:var(--pmp-font)!important;color:var(--pmp-text);background:var(--pmp-bg);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.abc-modern h1,body.abc-modern h2,body.abc-modern h3,body.abc-modern h4,body.abc-modern h5,body.abc-modern h6,
body.abc-modern .aa-featured-podcasts-heading,body.abc-modern .aa-pod-title{font-family:var(--pmp-font)!important;color:var(--pmp-dark);letter-spacing:-.01em}
body.abc-modern a{color:var(--pmp-red)}
body.abc-modern a:hover{color:var(--pmp-red-dark)}
body.abc-modern p{font-family:var(--pmp-font)}
body.abc-modern .btn,body.abc-modern .vc_btn3,body.abc-modern button,body.abc-modern input[type=submit],
body.abc-modern .wp-block-search__button{font-family:var(--pmp-font)}

/* ---------- top bar + nav ---------- */
body.abc-modern .aap-top-bar{background:var(--pmp-dark);border:0;padding:6px 0}
body.abc-modern .aap-top-bar p{font-size:13px;color:#cfcfcf;margin:0;letter-spacing:.01em}
body.abc-modern .aap-top-bar .fa{color:#fff}
body.abc-modern .aap-the-nav{background:#fff;box-shadow:0 1px 0 var(--pmp-line),0 6px 20px rgba(0,0,0,.04)}
body.abc-modern .aa-navigation-main>li>a{font-family:var(--pmp-font)!important;font-size:15px;font-weight:500;color:var(--pmp-dark);letter-spacing:0;padding:26px 14px}
body.abc-modern .aa-navigation-main>li>a:hover,body.abc-modern .aa-navigation-main>li.current-menu-item>a{color:var(--pmp-red)}
body.abc-modern .aa-navigation-main .sub-menu,body.abc-modern .aa-navigation-main .dropdown-menu{border:0;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.14);padding:8px 0}
body.abc-modern .aa-navigation-main .sub-menu a,body.abc-modern .aa-navigation-main .dropdown-menu a{font-family:var(--pmp-font)!important;font-size:14px;padding:9px 18px;color:var(--pmp-text)}
body.abc-modern .aa-navigation-main .sub-menu a:hover{background:var(--pmp-bg);color:var(--pmp-red)}
body.abc-modern .aap-logo img{max-height:64px}

/* ---------- hero (home) ---------- */
body.abc-modern .abc-hero{position:relative;min-height:520px;display:flex;align-items:center;background:var(--pmp-dark) url('https://pmpnetwork.com/wp-content/uploads/2026/09/pmp-hero-bg.jpg') center/cover no-repeat;color:#fff;overflow:hidden}
body.abc-modern .abc-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,26,26,.35) 0%,rgba(26,26,26,.55) 45%,rgba(26,26,26,.88) 100%)}
body.abc-modern .abc-hero .abc-hero-inner{position:relative;max-width:1180px;margin:0 auto;padding:72px 24px;width:100%;display:grid;grid-template-columns:1fr minmax(0,560px);gap:32px;align-items:center}
body.abc-modern .abc-hero h1{font-size:clamp(34px,4.6vw,56px);font-weight:800;line-height:1.08;color:#fff;margin:0 0 14px}
body.abc-modern .abc-hero h1 span{color:var(--pmp-red)}
body.abc-modern .abc-hero p.abc-lead{font-size:18px;line-height:1.55;color:#e6e6e6;margin:0 0 26px;max-width:560px}
body.abc-modern .abc-hero form{display:flex;background:#fff;border-radius:999px;padding:6px;box-shadow:0 10px 30px rgba(0,0,0,.35);max-width:560px}
body.abc-modern .abc-hero form input[type=search]{flex:1;border:0;outline:0;background:transparent;font:500 17px var(--pmp-font);padding:12px 20px;color:var(--pmp-dark);min-width:0}
body.abc-modern .abc-hero form button{border:0;border-radius:999px;background:var(--pmp-red);color:#fff;font:700 15px var(--pmp-font);letter-spacing:.04em;padding:0 26px;cursor:pointer;transition:background .15s}
body.abc-modern .abc-hero form button:hover{background:var(--pmp-red-dark)}
body.abc-modern .abc-hero .abc-hero-stats{display:flex;gap:28px;margin-top:26px;flex-wrap:wrap}
body.abc-modern .abc-hero .abc-hero-stats b{display:block;font-size:26px;font-weight:800;color:#fff;line-height:1}
body.abc-modern .abc-hero .abc-hero-stats span{font-size:13px;color:#cfcfcf;text-transform:uppercase;letter-spacing:.08em}
body.abc-modern .abc-hero .abc-hero-quick{position:relative;font-size:14px;color:#cfcfcf;margin-top:18px}
body.abc-modern .abc-hero .abc-hero-quick a{color:#fff;text-decoration:underline;text-underline-offset:3px;margin-right:14px}

/* ---------- sections ---------- */
body.abc-modern .abc-section{max-width:1180px;margin:0 auto;padding:56px 24px 8px}
body.abc-modern .abc-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}
body.abc-modern .abc-section-head h2{font-size:28px;font-weight:700;margin:0}
body.abc-modern .abc-section-head a{font-weight:600;font-size:15px}
body.abc-modern .abc-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px;list-style:none;padding:0;margin:0 0 24px}
body.abc-modern .abc-tile{display:flex;align-items:center;gap:16px;background:var(--pmp-dark);color:#fff;border-radius:var(--pmp-radius);padding:22px 22px;text-decoration:none;box-shadow:var(--pmp-shadow);transition:transform .15s,box-shadow .15s;min-height:88px}
body.abc-modern .abc-tile:hover{transform:translateY(-3px);box-shadow:var(--pmp-shadow-hover);color:#fff}
body.abc-modern .abc-tile i{font-size:24px;color:var(--pmp-red);width:34px;text-align:center}
body.abc-modern .abc-tile b{display:block;font-size:18px;font-weight:700;line-height:1.2}
body.abc-modern .abc-tile small{display:block;color:#cfcfcf;font-size:13px;margin-top:3px}
body.abc-modern .abc-tile.light{background:var(--pmp-surface);color:var(--pmp-dark);border:1px solid var(--pmp-line)}
body.abc-modern .abc-tile.light:hover{color:var(--pmp-dark)}
body.abc-modern .abc-tile.light small{color:var(--pmp-muted)}
body.abc-modern .abc-about{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:32px;display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:center;margin:16px 0 56px}
body.abc-modern .abc-about h2{font-size:24px;margin:0 0 10px}
body.abc-modern .abc-about p{margin:0 0 12px;color:var(--pmp-text)}
body.abc-modern .abc-about .abc-links a{display:inline-block;margin:6px 10px 0 0;font-weight:600}
body.abc-modern .abc-btn{display:inline-block;background:var(--pmp-red);color:#fff!important;border-radius:999px;padding:12px 24px;font:600 15px var(--pmp-font);text-decoration:none;transition:background .15s}
body.abc-modern .abc-btn:hover{background:var(--pmp-red-dark)}
body.abc-modern .abc-btn.ghost{background:transparent;color:var(--pmp-dark)!important;border:1.5px solid var(--pmp-dark)}
body.abc-modern .abc-btn.ghost:hover{background:var(--pmp-dark);color:#fff!important}

/* ---------- interview lists → card grid ---------- */
body.abc-modern .aa-intro-podcasts-wrapper{max-width:1180px;margin:0 auto;padding:0 24px}
body.abc-modern .aa-heading-with-border{margin:0 0 22px}
body.abc-modern .aa-heading-with-border hr{display:none}
body.abc-modern .aa-featured-podcasts-heading{font-size:28px;font-weight:700;text-align:left!important;margin:0}
body.abc-modern .aa-featured-pod-items-wrapper ul.list-unstyled{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin:0;padding:0}
body.abc-modern .aa-featured-pod-items-wrapper li{margin:0}
body.abc-modern .aa-featured-pod-item{height:100%}
body.abc-modern .aa-featured-pod-item>.row{margin:0;display:block}
body.abc-modern .aa-featured-pod-item>.row>.col-md-2{display:none}
body.abc-modern .aa-featured-pod-item>.row>.col-md-8{width:100%;padding:0;float:none}
body.abc-modern .aa-podcast-content{background:var(--pmp-surface);border-radius:var(--pmp-radius);box-shadow:var(--pmp-shadow);border:1px solid var(--pmp-line);padding:14px 16px;transition:transform .15s,box-shadow .15s;margin:0;height:100%}
body.abc-modern .aa-podcast-content:hover{transform:translateY(-3px);box-shadow:var(--pmp-shadow-hover)}
body.abc-modern .aa-podcast-content>.row{display:flex;align-items:center;gap:14px;margin:0}
body.abc-modern .aa-podcast-content>.row>[class*=col-]{padding:0;float:none;width:auto}
body.abc-modern .aa-podcast-content .aa-mini-col-5{flex:1;min-width:0}
body.abc-modern .aa-featured-podcast-image{width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--pmp-bg);flex:0 0 64px}
body.abc-modern .aa-featured-podcast-image img{width:100%;height:100%;object-fit:cover;display:block}
body.abc-modern .aa-pod-title{font-size:16px;font-weight:600;line-height:1.3;margin:0;color:var(--pmp-dark);white-space:normal}
body.abc-modern .aa-podcast-content a:hover .aa-pod-title{color:var(--pmp-red)}
body.abc-modern .aa-action-buttons{display:flex;justify-content:flex-end}
body.abc-modern .aa-icons-container-pod{display:flex;align-items:center;gap:8px}
body.abc-modern .aa-icons-container-pod a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--pmp-bg);color:var(--pmp-muted);transition:all .15s}
body.abc-modern .aa-icons-container-pod a:hover{background:var(--pmp-dark);color:#fff}
body.abc-modern .aa-icons-container-pod a span{display:contents}
body.abc-modern .aa-icons-container-pod .aa-play-icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:var(--pmp-red);color:#fff;margin:0;font-size:13px;padding-left:2px}
body.abc-modern .aa-icons-container-pod .aa-play-icon i{color:#fff}
body.abc-modern .aa-share-toggle{display:none}
body.abc-modern .aa-featured-pod-share-icons{display:none}
/* the theme's own "View more" buttons */
body.abc-modern .vc_btn3.vc_btn3-color-danger,body.abc-modern .vc_btn3.vc_btn3-color-danger.vc_btn3-style-classic{background:var(--pmp-red)!important;border-radius:999px!important;border:0!important;font:600 15px var(--pmp-font)!important;padding:12px 24px!important}
body.abc-modern .vc_btn3.vc_btn3-color-danger:hover{background:var(--pmp-red-dark)!important}

/* ---------- archive / category pages ---------- */
body.abc-modern .aa-page-intro h3,body.abc-modern .aa-page-intro h1{font-size:34px;font-weight:800;color:#fff}
body.abc-modern .aa-blog-index{background:var(--pmp-bg)}
body.abc-modern .aa-blog-index .aa-featured-pod-items-wrapper ul.list-unstyled{grid-template-columns:1fr}
body.abc-modern .pagination>li>a,body.abc-modern .page-numbers{border-radius:999px!important;border:1px solid var(--pmp-line)!important;color:var(--pmp-dark)!important;font-family:var(--pmp-font);margin:0 3px;padding:8px 14px}
body.abc-modern .pagination>li.active>a,body.abc-modern .page-numbers.current{background:var(--pmp-dark)!important;color:#fff!important;border-color:var(--pmp-dark)!important}

/* ---------- single interview ---------- */
body.abc-modern .aa-the-post-content{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:32px 36px;box-shadow:var(--pmp-shadow)}
body.abc-modern h1.aa-post-description{font-size:34px;line-height:1.15;font-weight:800;margin:0 0 6px}
body.abc-modern .aa-post-meta,body.abc-modern .entry-header .aa-podcast-cats{font-size:13px;color:var(--pmp-muted)}
body.abc-modern .abc-player-card{background:var(--pmp-dark);border-radius:var(--pmp-radius);padding:18px 20px;margin:18px 0 26px;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.18)}
body.abc-modern .abc-player-card .abc-player-label{display:flex;align-items:center;gap:10px;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#cfcfcf;margin-bottom:10px}
body.abc-modern .abc-player-card .abc-player-label i{color:var(--pmp-red)}
body.abc-modern .abc-player-card figure.wp-block-audio{margin:0}
body.abc-modern .abc-player-card audio{width:100%;display:block;border-radius:999px;background:#2b2b2b}
body.abc-modern .abc-player-card figcaption{display:none}
body.abc-modern .abc-player-card .abc-player-actions{margin-top:10px;font-size:13px}
body.abc-modern .abc-player-card .abc-player-actions a{color:#fff;text-decoration:underline;text-underline-offset:3px}
body.abc-modern .entry-content p.has-text-align-center strong{font-weight:600}
body.abc-modern .entry-content .wp-block-image img{border-radius:var(--pmp-radius)}
body.abc-modern .abc-lost-audio{background:#FFF6F6;border:1px solid #F5C2C7;color:#7a1f27;border-radius:10px;padding:14px 16px}
body.abc-modern .aa-share-post-links h3,body.abc-modern .aa-share-post-wrapper h3{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--pmp-muted)}
/* sidebar */
body.abc-modern .widget-area .widget,body.abc-modern .widget-area .wp-block-group,body.abc-modern aside .widget{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:18px 20px;margin-bottom:18px}
body.abc-modern .widget-area h2,body.abc-modern .widget-area .widget-title,body.abc-modern .widget-area .wp-block-heading{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:var(--pmp-muted);margin:0 0 10px;font-weight:600}
body.abc-modern .widget-area ul{list-style:none;padding:0;margin:0}
body.abc-modern .widget-area li{padding:6px 0;border-bottom:1px solid var(--pmp-line);font-size:15px}
body.abc-modern .widget-area li:last-child{border:0}
body.abc-modern .widget-area li a{color:var(--pmp-dark)}
body.abc-modern .widget-area li a:hover{color:var(--pmp-red)}
body.abc-modern .wp-block-archives,body.abc-modern .abc-hide{display:none!important}
body.abc-modern .wp-block-search__button{background:var(--pmp-dark);border:0;border-radius:999px;color:#fff;padding:8px 16px}
body.abc-modern .wp-block-search__input{border:1px solid var(--pmp-line);border-radius:999px;padding:8px 14px}
/* related */
body.abc-modern .aa-related-posts{background:var(--pmp-bg)}
body.abc-modern .aa-related-posts .aa-featured-podcasts-heading{text-align:center!important}
body.abc-modern .aa-related-post-item,body.abc-modern .aa-related-posts .item{border-radius:var(--pmp-radius);overflow:hidden;box-shadow:var(--pmp-shadow);background:#fff}

/* ---------- footer ---------- */
body.abc-modern footer.aa-podcast-footer-main,body.abc-modern .aa-podcasts-footer{background:var(--pmp-dark)!important;background-image:none!important;color:#d1d1d1}
body.abc-modern .aa-podcasts-footer:before,body.abc-modern .aa-podcast-footer-main:before{display:none!important}
body.abc-modern .aa-site-footer-title h2,body.abc-modern .aa-site-footer-title h3,body.abc-modern .aa-site-footer-title *{color:#fff;font-family:var(--pmp-font)!important}
body.abc-modern .aa-podcast-footer-section{padding:8px 0 24px}
body.abc-modern .aa-podcast-footer-section .col-md-4{padding:14px 20px}
body.abc-modern .aa-podcast-footer-section .fa{color:var(--pmp-red);font-size:22px}
body.abc-modern .aa-podcast-footer-section p,body.abc-modern .aa-podcast-footer-section a{color:#d1d1d1;font-size:15px;font-family:var(--pmp-font)}
body.abc-modern .aa-podcasts-newsletter-subs-form input[type=email],body.abc-modern .aa-podcasts-newsletter-subs-form input[type=text]{border-radius:999px;border:0;padding:12px 18px;font-family:var(--pmp-font)}
body.abc-modern .aa-podcasts-newsletter-subs-form .btn{border-radius:999px;background:var(--pmp-red);border:0;font:600 15px var(--pmp-font);padding:12px 22px}
body.abc-modern .aa-podcast-outro-footer{background:#111!important;color:#9a9a9a;font-size:13px}
body.abc-modern .aa-podcast-footer-icons .fa{background:transparent!important;border:1px solid #444;color:#fff}

/* ---------- generic cleanups ---------- */
body.abc-modern .aa-heading-with-border h3:after,body.abc-modern .aa-heading-with-border h2:after{display:none}
body.abc-modern hr{border-color:var(--pmp-line)}
body.abc-modern img{max-width:100%;height:auto}
body.abc-modern .wpb_text_column h6 a{font-family:var(--pmp-font)}

/* ---------- mobile ---------- */
@media (max-width:991px){
  body.abc-modern .abc-hero{background-image:url('https://pmpnetwork.com/wp-content/uploads/2026/09/pmp-hero-bg-mobile.jpg');min-height:0}
  body.abc-modern .abc-hero .abc-hero-inner{grid-template-columns:1fr;padding:56px 20px}
  body.abc-modern .abc-about{grid-template-columns:1fr;padding:24px}
  body.abc-modern .aa-the-post-content{padding:22px 18px}
  body.abc-modern h1.aa-post-description{font-size:28px}
}
@media (max-width:767px){
  body.abc-modern .aap-top-bar p{display:none}
  body.abc-modern .abc-section{padding:40px 16px 0}
  body.abc-modern .aa-intro-podcasts-wrapper{padding:0 16px}
  body.abc-modern .aa-featured-pod-items-wrapper ul.list-unstyled{grid-template-columns:1fr;gap:12px}
  body.abc-modern .aa-featured-podcast-image{width:56px;height:56px;flex-basis:56px}
  body.abc-modern .aa-icons-container-pod a{width:44px;height:44px}
  body.abc-modern .abc-hero h1{font-size:32px}
  body.abc-modern .abc-hero form{flex-direction:column;border-radius:16px;gap:6px}
  body.abc-modern .abc-hero form button{padding:14px}
  body.abc-modern .widget-area{display:none}
}

/* ---------- v2 fixes (2026-09-07 evening) ---------- */
/* the theme's header is position:fixed (153px desktop) and the home template wraps content in a 100vh clipped box */
body.abc-modern.page-template-template-home .aa-podcast-header-main{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;background:var(--pmp-bg)!important}
body.abc-modern .abc-hero{padding-top:153px}
body.abc-modern .vc_custom_abc_latest,body.abc-modern .vc_row.vc_custom_abc_latest{overflow:visible!important;height:auto!important}
body.abc-modern.page-template-template-home .aa-intro-podcasts-wrapper{padding-top:48px}
/* category / archive cards */
body.abc-modern .aa-page-intro h3,body.abc-modern .aa-page-intro h1,body.abc-modern .aa-page-intro h3 a{color:#fff!important;font-size:36px;font-weight:800}
body.abc-modern .aa-page-intro .aa-show-non-audio,body.abc-modern .aa-page-intro a{color:#fff!important}
body.abc-modern .aa-audio-archive-listings ul.list-unstyled{display:grid;grid-template-columns:1fr;gap:14px;margin:0;padding:0}
body.abc-modern .aa-archive-audio-item{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);box-shadow:var(--pmp-shadow);padding:14px 16px;transition:transform .15s,box-shadow .15s}
body.abc-modern .aa-archive-audio-item:hover{transform:translateY(-2px);box-shadow:var(--pmp-shadow-hover)}
body.abc-modern .aa-archive-audio-item>.row{display:flex;align-items:center;gap:16px;margin:0}
body.abc-modern .aa-archive-audio-item>.row>[class*=col-]{padding:0;float:none;width:auto}
body.abc-modern .aa-archive-audio-item>.row>.aa-mini-col-3{flex:0 0 72px;width:72px;height:72px;border-radius:12px;overflow:hidden;background:var(--pmp-bg);position:relative}
body.abc-modern .aa-archive-audio-item>.row>.aa-mini-col-3 img{width:100%;height:100%;object-fit:cover;display:block}
body.abc-modern .aa-audio-archive-time{display:none}
body.abc-modern .aa-archive-audio-item>.row>.aa-mini-col-9{flex:1;min-width:0}
body.abc-modern .aa-item-actions-n-description{border:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;margin:0}
body.abc-modern .aa-item-actions-n-description>.row{display:flex;align-items:center;margin:0;gap:12px}
body.abc-modern .aa-item-actions-n-description>.row>[class*=col-]{padding:0;float:none;width:auto}
body.abc-modern .aa-item-actions-n-description>.row>.aa-mini-col-7{flex:1;min-width:0}
body.abc-modern .aa-audio-bx-title{font-size:17px;font-weight:600;color:var(--pmp-dark);margin:0;line-height:1.3;white-space:normal}
body.abc-modern .aa-pod-item-main-link:hover .aa-audio-bx-title{color:var(--pmp-red)}
body.abc-modern .aa-audio-archive-body .widget-area h2{font-size:15px}
/* sidebar headings were huge */
body.abc-modern .widget-area h2.wp-block-heading,body.abc-modern .col-md-3 h2.wp-block-heading{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--pmp-muted);margin:22px 0 8px;font-weight:700}
body.abc-modern .col-md-3 ul{list-style:none;padding:0}
body.abc-modern .col-md-3 li{padding:5px 0;border-bottom:1px solid var(--pmp-line);font-size:15px}
body.abc-modern .col-md-3 li a{color:var(--pmp-dark)}
body.abc-modern .col-md-3 li a:hover{color:var(--pmp-red)}
@media (max-width:991px){ body.abc-modern .abc-hero{padding-top:120px} }
@media (max-width:767px){ body.abc-modern .abc-hero{padding-top:100px} body.abc-modern .aa-archive-audio-item>.row>.aa-mini-col-3{flex-basis:60px;width:60px;height:60px} }
/* v3 polish: category header */
body.abc-modern .aa-page-with-img-header .aa-cat-header-info h3{color:#fff!important;font-size:38px;font-weight:800;margin:0 0 8px}
body.abc-modern .aa-page-with-img-header .aa-cat-header-info h3 .fa{display:none}
body.abc-modern .aa-archive-pod-cat-img{display:none}
body.abc-modern .aa-audio-archive-cat .col-md-2{display:none}
body.abc-modern .aa-audio-archive-cat .col-md-6{width:100%;float:none}
body.abc-modern .aa-show-non-audios-link a{color:#cfcfcf!important;font-size:13px}
body.abc-modern .aa-page-with-img-header{padding:90px 0 60px;min-height:0}
@media (max-width:767px){ body.abc-modern .abc-hero{padding-top:140px} body.abc-modern .aa-page-with-img-header .aa-cat-header-info h3{font-size:28px} }
/* v4 accessibility: red text/buttons use the darker red (5.0:1 on white); bright red stays for large text + icons */
body.abc-modern a,body.abc-modern .abc-links a,body.abc-modern .abc-section-head a,body.abc-modern a[rel="category tag"],body.abc-modern .aa-navigation-main>li>a:hover,body.abc-modern .aa-navigation-main>li.current-menu-item>a,body.abc-modern .widget-area li a:hover,body.abc-modern .col-md-3 li a:hover{color:var(--pmp-red-dark)}
body.abc-modern .abc-btn,body.abc-modern .abc-hero form button,body.abc-modern .vc_btn3.vc_btn3-color-danger,body.abc-modern .vc_btn3.vc_btn3-color-danger.vc_btn3-style-classic,body.abc-modern .aa-podcasts-newsletter-subs-form .btn,body.abc-modern .aa-icons-container-pod .aa-play-icon{background:var(--pmp-red-dark)!important}
body.abc-modern .abc-btn:hover,body.abc-modern .abc-hero form button:hover,body.abc-modern .vc_btn3.vc_btn3-color-danger:hover{background:#a8242f!important}
body.abc-modern .aa-podcasts-newsletter-subs-form input::placeholder,body.abc-modern .abc-hero form input::placeholder{color:#6B7280;opacity:1}
/* v5 */
body.abc-modern .abc-btn.ghost{background:transparent!important;color:var(--pmp-dark)!important}
body.abc-modern .abc-btn.ghost:hover{background:var(--pmp-dark)!important;color:#fff!important}
body.abc-modern .mc4wp-form input::placeholder,body.abc-modern .mc4wp-form-fields input::placeholder,body.abc-modern input[name="EMAIL"]::placeholder{color:#5f6570!important;opacity:1!important}
/* v6: newsletter field text + placeholder (theme sets #989494 via vendor selectors) */
body.abc-modern input[name="EMAIL"]{color:#1a1a1a!important}
body.abc-modern input[name="EMAIL"]::-webkit-input-placeholder{color:#5f6570!important;opacity:1!important}
body.abc-modern input[name="EMAIL"]::-moz-placeholder{color:#5f6570!important;opacity:1!important}
body.abc-modern input[name="EMAIL"]::placeholder{color:#5f6570!important;opacity:1!important}

/* v7: sticky mini-player + meta line + intro */
body.abc-modern .abc-sticky{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;gap:14px;padding:10px 18px;background:var(--pmp-dark);color:#fff;box-shadow:0 -6px 24px rgba(0,0,0,.25);transform:translateY(110%);transition:transform .25s}
body.abc-modern .abc-sticky.on{transform:none}
body.abc-modern .abc-sticky-btn{width:44px;height:44px;border-radius:50%;border:0;background:var(--pmp-red-dark);color:#fff;font-size:16px;cursor:pointer;flex:0 0 44px;padding-left:2px}
body.abc-modern .abc-sticky-meta{min-width:0;flex:0 1 260px}
body.abc-modern .abc-sticky-title{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.abc-modern .abc-sticky-time{font-size:12px;color:#cfcfcf}
body.abc-modern .abc-sticky-bar{flex:1;height:8px;border-radius:999px;background:#3a3a3a;cursor:pointer;position:relative;overflow:hidden}
body.abc-modern .abc-sticky-fill{position:absolute;left:0;top:0;bottom:0;width:0;background:var(--pmp-red)}
body.abc-modern .abc-sticky-close{background:transparent;border:0;color:#cfcfcf;font-size:22px;line-height:1;cursor:pointer;padding:4px 8px}
body.abc-modern.single-post{padding-bottom:0}
body.abc-modern .abc-meta-line{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:14px;color:var(--pmp-muted);margin:4px 0 4px}
body.abc-modern .abc-meta-line span{display:inline-flex;align-items:center;gap:6px}
body.abc-modern .abc-meta-line i{color:var(--pmp-red-dark)}
body.abc-modern p.abc-intro{font-size:17px;line-height:1.65;color:var(--pmp-text);border-left:3px solid var(--pmp-red-dark);padding:4px 0 4px 16px;margin:8px 0 18px;text-align:left}
@media (max-width:767px){ body.abc-modern .abc-sticky{gap:10px;padding:8px 12px} body.abc-modern .abc-sticky-meta{flex-basis:150px} }

/* v8: hide the theme's 'Post' label banner on single posts (title lives in the card) */
body.abc-modern.single-post .aa-page-with-img-header .aa-page-intro h3,body.abc-modern.single-post .aa-page-with-img-header .aa-page-intro h1{display:none}
body.abc-modern.single-post .aa-page-with-img-header{min-height:0;padding:40px 0 40px}

/* ---------- v9: static pages (reviews, bio, contact, tribute pages, recent shows) ---------- */
body.abc-modern .aa-page-with-img-header{padding:110px 0 70px;min-height:0;position:relative}
body.abc-modern .aa-page-with-img-header .aa-page-intro h3,body.abc-modern .aa-page-with-img-header .aa-page-intro h1{color:#fff!important;font-size:44px;font-weight:800;letter-spacing:-.02em;text-shadow:0 2px 18px rgba(0,0,0,.45);margin:0}
body.abc-modern.page .aa-content-wrapper>.container{max-width:1180px}
body.abc-modern.page .entry-content,body.abc-modern.page .aa-the-page-content{font-size:17px;line-height:1.7}
body.abc-modern.page .entry-content h2,body.abc-modern.page .wpb_text_column h2{font-size:28px;margin:36px 0 12px}
body.abc-modern.page .entry-content h3,body.abc-modern.page .wpb_text_column h3{font-size:22px;margin:28px 0 10px}
body.abc-modern.page .entry-content h4,body.abc-modern.page .wpb_text_column h4{font-size:19px;margin:24px 0 8px}
body.abc-modern.page .wpb_text_column p{margin-bottom:14px}
body.abc-modern.page .wpb_text_column img,body.abc-modern.page .entry-content img{border-radius:10px}
/* long text pages: comfortable reading column */
body.abc-modern.page-id-3073 .wpb_text_column,body.abc-modern.page-id-3302 .wpb_text_column,body.abc-modern.page-id-3324 .wpb_text_column,body.abc-modern.page-id-3344 .wpb_text_column,body.abc-modern.page-id-3046 .wpb_text_column,body.abc-modern.page-id-3039 .wpb_text_column,body.abc-modern.page-id-3312 .wpb_text_column,body.abc-modern.page-id-3338 .wpb_text_column{max-width:820px;margin-left:auto;margin-right:auto}
/* review entries: card per heading block */
body.abc-modern .abc-toc{max-width:820px;margin:0 auto 28px;background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:16px 20px;box-shadow:var(--pmp-shadow)}
body.abc-modern .abc-toc summary{cursor:pointer;font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--pmp-muted)}
body.abc-modern .abc-toc ol{columns:2;column-gap:28px;margin:12px 0 0;padding-left:20px;font-size:15px}
body.abc-modern .abc-toc li{break-inside:avoid;padding:3px 0}
body.abc-modern .abc-toc a{color:var(--pmp-dark)}
body.abc-modern .abc-toc a:hover{color:var(--pmp-red-dark)}
/* Recent Shows: each show as a card */
body.abc-modern.page-id-4087 .wpb_text_column{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:22px 24px 18px;box-shadow:var(--pmp-shadow);margin-bottom:18px}
body.abc-modern.page-id-4087 .wpb_text_column h4,body.abc-modern.page-id-4087 .wpb_text_column h3{margin:0 0 4px;font-size:20px}
body.abc-modern.page-id-4087 .wpb_text_column p{margin:0 0 10px;color:var(--pmp-muted);font-size:15px}
body.abc-modern .mejs-container,body.abc-modern .wp-audio-shortcode{border-radius:999px!important;overflow:hidden;max-width:100%}
body.abc-modern .mejs-container .mejs-controls{background:var(--pmp-dark)!important;border-radius:999px}
body.abc-modern .mejs-controls .mejs-time-rail .mejs-time-current{background:var(--pmp-red)!important}
body.abc-modern .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#555!important}
/* tribute pages: centre column, players inline */
body.abc-modern .wpb_text_column audio{width:100%}
/* contact page */
body.abc-modern.page-id-856 .aa-contact-info-wrapper,body.abc-modern.page-id-856 .wpb_wrapper>h2{text-align:center}
body.abc-modern .wpcf7 input[type=text],body.abc-modern .wpcf7 input[type=email],body.abc-modern .wpcf7 input[type=tel],body.abc-modern .wpcf7 textarea{border:1px solid var(--pmp-line);border-radius:10px;padding:12px 14px;font-family:var(--pmp-font);width:100%;background:#fff}
body.abc-modern .wpcf7 input[type=submit]{background:var(--pmp-red-dark);color:#fff;border:0;border-radius:999px;padding:12px 26px;font:600 15px var(--pmp-font);cursor:pointer}
/* celebrity photos: even grid */
body.abc-modern.page-id-3359 .wpb_single_image img,body.abc-modern.page-id-3359 .wpb_text_column img{border-radius:10px;box-shadow:var(--pmp-shadow)}
/* 404 / search */
body.abc-modern.error404 .aa-page-intro h3{font-size:36px}
@media (max-width:767px){ body.abc-modern .aa-page-with-img-header{padding:90px 0 44px} body.abc-modern .aa-page-with-img-header .aa-page-intro h3{font-size:30px} body.abc-modern .abc-toc ol{columns:1} }

/* v10 */
body.abc-modern.page-id-856 .wpb_text_column h2,body.abc-modern.page-id-856 .wpb_wrapper>h2{text-align:center;margin-bottom:8px}
body.abc-modern.page .aa-content-wrapper{padding-top:8px}

/* ---------- ABC 2026-09-08 navigation redesign: chips, archive search, A-Z, lost recordings, footer nav ---------- */
body.abc-modern .abc-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
body.abc-modern .abc-chips a{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid var(--pmp-line);background:var(--pmp-surface);color:var(--pmp-dark);font:600 14px var(--pmp-font);text-decoration:none;line-height:1.2}
body.abc-modern .abc-chips a:hover{border-color:var(--pmp-red-dark);color:var(--pmp-red-dark)}
body.abc-modern .abc-chips a.is-active{background:var(--pmp-dark);color:#fff;border-color:var(--pmp-dark)}
body.abc-modern .abc-chips a .n{font-weight:500;color:var(--pmp-muted);font-size:12px}
body.abc-modern .abc-chips a.is-active .n{color:#cfcfcf}
body.abc-modern .abc-chips a .fa{font-size:13px}
body.abc-modern .abc-archive-intro{font-size:16px;color:var(--pmp-muted);margin:0 0 16px;max-width:760px;line-height:1.55}
body.abc-modern .abc-archive-search{display:flex;background:#fff;border:1px solid var(--pmp-line);border-radius:999px;padding:4px;max-width:520px;margin:0 0 18px;box-shadow:var(--pmp-shadow)}
body.abc-modern .abc-archive-search input{flex:1;border:0;outline:0;background:transparent;font:500 16px var(--pmp-font);padding:10px 18px;min-width:0;color:var(--pmp-dark);box-shadow:none;height:auto}
body.abc-modern .abc-archive-search input:focus-visible{outline:2px solid var(--pmp-red-dark);outline-offset:2px;border-radius:999px}
body.abc-modern .abc-archive-search button{border:0;border-radius:999px;background:var(--pmp-red-dark);color:#fff;font:700 14px var(--pmp-font);padding:0 22px;cursor:pointer}
body.abc-modern .abc-archive-search button:hover{background:var(--pmp-red-dark)}
/* A-Z index */
body.abc-modern .abc-az-bar{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 22px;position:sticky;top:0;background:var(--pmp-bg);padding:10px 0;z-index:5}
body.abc-modern .abc-az-bar a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--pmp-line);background:var(--pmp-surface);color:var(--pmp-dark);font-weight:700;text-decoration:none}
body.abc-modern .abc-az-bar a:hover{background:var(--pmp-dark);color:#fff}
body.abc-modern .abc-az-bar span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#b5b5b5;border:1px dashed var(--pmp-line)}
body.abc-modern .abc-az-letter{scroll-margin-top:200px;font-size:28px;font-weight:800;margin:26px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--pmp-red);display:flex;align-items:baseline;justify-content:space-between}
body.abc-modern .abc-az-top{font-size:13px;font-weight:600}
body.abc-modern .abc-az-list{columns:3;column-gap:28px;list-style:none;padding:0;margin:0}
body.abc-modern .abc-az-list li{break-inside:avoid;padding:6px 0;border-bottom:1px solid var(--pmp-line);font-size:15px}
body.abc-modern .abc-az-list li a{color:var(--pmp-dark);text-decoration:none}
body.abc-modern .abc-az-list li a b{font-weight:700}
body.abc-modern .abc-az-list li a:hover b{color:var(--pmp-red-dark)}
body.abc-modern .abc-az-list li .lost{font-size:11px;color:var(--pmp-muted);text-transform:uppercase;letter-spacing:.06em;margin-left:6px;white-space:nowrap}
/* Lost recordings */
body.abc-modern .abc-lost-appeal{background:var(--pmp-dark);color:#fff;border-radius:var(--pmp-radius);padding:26px 28px;margin:0 0 20px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center}
body.abc-modern .abc-lost-appeal h2{color:#fff;font-size:24px;margin:0 0 8px}
body.abc-modern .abc-lost-appeal p{color:#dedede;margin:0;font-size:15px;line-height:1.55}
body.abc-modern .abc-btn{display:inline-block;background:var(--pmp-red);color:#fff!important;font:700 15px var(--pmp-font);padding:12px 22px;border-radius:999px;text-decoration:none;white-space:nowrap}
body.abc-modern .abc-btn:hover{background:var(--pmp-red-dark);color:#fff}
body.abc-modern .abc-lost-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;list-style:none;padding:0;margin:0}
body.abc-modern .abc-lost-grid li{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:12px}
body.abc-modern .abc-lost-grid a{color:var(--pmp-dark);text-decoration:none;display:flex;gap:12px;align-items:center;width:100%}
body.abc-modern .abc-lost-grid img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex:0 0 56px;filter:grayscale(1);opacity:.85}
body.abc-modern .abc-lost-grid b{display:block;font-size:15px;line-height:1.25}
body.abc-modern .abc-lost-grid small{color:var(--pmp-muted);font-size:12px}
body.abc-modern .abc-lost-grid a:hover b{color:var(--pmp-red-dark)}
/* Footer link groups */
body.abc-modern .abc-footer-nav{background:#141414;border-top:1px solid #2a2a2a;padding:36px 0 14px}
body.abc-modern .abc-footer-nav .abc-footer-cols{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
body.abc-modern .abc-footer-nav h4{color:#fff;font:700 13px var(--pmp-font);letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px}
body.abc-modern .abc-footer-nav ul{list-style:none;padding:0;margin:0}
body.abc-modern .abc-footer-nav li{padding:4px 0}
body.abc-modern .abc-footer-nav a{color:#cfcfcf;font:500 14px var(--pmp-font);text-decoration:none}
body.abc-modern .abc-footer-nav a:hover{color:#fff;text-decoration:underline}
/* Contact page: book-a-guest block */
body.abc-modern .abc-book{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:24px 28px;margin:10px 0 30px}
body.abc-modern .abc-book h2{font-size:22px;margin:0 0 8px}
body.abc-modern .abc-book p{margin:0 0 8px;font-size:15px;line-height:1.55}
@media (max-width:900px){body.abc-modern .abc-footer-nav .abc-footer-cols{grid-template-columns:repeat(2,1fr)} body.abc-modern .abc-az-list{columns:2} body.abc-modern .abc-lost-appeal{grid-template-columns:1fr}}
@media (max-width:560px){body.abc-modern .abc-footer-nav .abc-footer-cols{grid-template-columns:1fr} body.abc-modern .abc-az-list{columns:1} body.abc-modern .abc-az-bar a,body.abc-modern .abc-az-bar span{width:30px;height:30px}}

/* ---------- ABC 2026-09-08 nav QA pass: grid blowout, dark-archive readability, mobile cards ---------- */
body.abc-modern .aa-audio-archive-listings ul.list-unstyled,body.abc-modern .aa-featured-pod-items-wrapper ul.list-unstyled{grid-template-columns:minmax(0,1fr)}
body.abc-modern .aa-featured-pod-items-wrapper ul.list-unstyled{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr))}
body.abc-modern .aa-audio-archive-listings ul.list-unstyled>li,body.abc-modern .aa-featured-pod-items-wrapper ul.list-unstyled>li{min-width:0}
body.abc-modern .aa-archive-audio-item .aa-mini-col-5,body.abc-modern .aa-archive-audio-item .aa-action-buttons,body.abc-modern .aa-archive-audio-item .aa-icons-container-pod,body.abc-modern .aa-podcast-content .aa-mini-col-4,body.abc-modern .aa-podcast-content .aa-action-buttons{width:auto!important;min-width:0;flex:0 0 auto}
body.abc-modern .aa-audio-bx-title,body.abc-modern .aa-pod-title{overflow-wrap:break-word}
body.abc-modern.page .vc_row.vc_row-fluid:not([data-vc-full-width]){margin-left:0;margin-right:0}
/* archive pages render inside the dark header wrapper: make our text and the sidebar readable there */
body.abc-modern .aa-page-with-img-header .abc-archive-intro{color:#d9d9d9}
body.abc-modern .aa-page-with-img-header .abc-archive-intro a{color:#ffb3b9;text-decoration:underline;text-underline-offset:3px}
body.abc-modern .aa-page-with-img-header .abc-az-bar{background:rgba(20,20,20,.94);border-radius:12px;padding:10px}
body.abc-modern .aa-page-with-img-header .abc-az-bar span{color:#666;border-color:#3a3a3a}
body.abc-modern .aa-page-with-img-header .abc-az-letter{color:#fff}
body.abc-modern .aa-page-with-img-header .abc-az-top{color:#ffb3b9}
body.abc-modern .aa-page-with-img-header .abc-az-list li{border-color:rgba(255,255,255,.14)}
body.abc-modern .aa-page-with-img-header .abc-az-list li a{color:#f2f2f2}
body.abc-modern .aa-page-with-img-header .abc-az-list li a:hover b{color:#ffb3b9}
body.abc-modern .aa-page-with-img-header .abc-az-list li .lost{color:#b9b9b9}
body.abc-modern .aa-page-with-img-header .col-md-3 li a{color:#e6e6e6}
body.abc-modern .aa-page-with-img-header .col-md-3 li{border-color:rgba(255,255,255,.14)}
body.abc-modern .aa-page-with-img-header .col-md-3 h2.wp-block-heading,body.abc-modern .aa-page-with-img-header .col-md-3 .widget-title{color:#bdbdbd}
body.abc-modern .aa-page-with-img-header .abc-lost-appeal{background:#fff;color:var(--pmp-dark)}
body.abc-modern .aa-page-with-img-header .abc-lost-appeal h2{color:var(--pmp-dark)}
body.abc-modern .aa-page-with-img-header .abc-lost-appeal p{color:#444}
body.abc-modern .aa-page-with-img-header .abc-chips a:not(.is-active){background:#fff}
@media (max-width:767px){
  body.abc-modern .aa-audio-archive-cat .col-md-6{width:100%;padding:0 16px}
  body.abc-modern .aa-cat-header-info h3{overflow-wrap:anywhere}
  body.abc-modern .aa-archive-audio-item>.row{gap:12px}
  body.abc-modern .aa-archive-audio-item{padding:12px}
}
@media (max-width:767px){ body.abc-modern .aa-cat-header-info{margin-top:0!important} body.abc-modern .aa-audio-archive-cat{margin-top:0!important} body.abc-modern .aa-page-with-img-header>.container{padding-bottom:18px} }
/* mobile card columns: icons had 28px side margins from the theme, starving the title */
@media (max-width:767px){ body.abc-modern .aa-icons-container-pod a,body.abc-modern .aa-icons-container-pod span{margin:0!important} body.abc-modern .aa-icons-container-pod{gap:8px} body.abc-modern .aa-item-actions-n-description>.row>.aa-mini-col-7{flex:1 1 auto;min-width:120px} body.abc-modern .aa-podcast-content .aa-mini-col-5{min-width:110px} }
/* home card padding: theme pads title + buttons 17-20px each side, leaving 73px for the name on phones */
@media (max-width:767px){ body.abc-modern .aa-podcast-content .aa-pod-title{padding:0 6px 0 0} body.abc-modern .aa-podcast-content .aa-action-buttons{padding:0} body.abc-modern .aa-podcast-content .aa-mini-col-5{min-width:0} body.abc-modern .aa-podcast-content>.row{gap:10px} }

/* ---------- ABC 2026-09-08 guest panel (bio / facts / highlights / since / related) ---------- */
body.abc-modern .abc-guest{margin:34px 0 10px;font-family:var(--pmp-font)}
body.abc-modern .abc-guest-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr);gap:26px;align-items:start}
body.abc-modern .abc-guest h2{font-size:26px;font-weight:800;margin:0 0 10px;color:var(--pmp-dark)}
body.abc-modern .abc-guest h3{font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--pmp-muted);margin:22px 0 10px;display:flex;align-items:center;gap:8px}
body.abc-modern .abc-guest h3 .fa{color:var(--pmp-red-dark);font-size:14px}
body.abc-modern .abc-guest p{font-size:16px;line-height:1.65;color:#2b2b2b;margin:0 0 10px}
body.abc-modern .abc-highlights{list-style:none;padding:0;margin:0}
body.abc-modern .abc-highlights li{position:relative;padding:6px 0 6px 22px;font-size:15.5px;line-height:1.5;border-bottom:1px solid var(--pmp-line)}
body.abc-modern .abc-highlights li:last-child{border:0}
body.abc-modern .abc-highlights li:before{content:"";position:absolute;left:4px;top:15px;width:8px;height:8px;border-radius:50%;background:var(--pmp-red)}
body.abc-modern .abc-quote{margin:18px 0 6px;padding:16px 20px;border-left:4px solid var(--pmp-red);background:var(--pmp-bg);border-radius:0 12px 12px 0;font-size:17px;line-height:1.5;font-style:italic;color:var(--pmp-dark)}
body.abc-modern .abc-quote cite{display:block;font-style:normal;font-size:13px;color:var(--pmp-muted);margin-top:8px}
body.abc-modern .abc-guest-facts{background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:18px 20px;box-shadow:var(--pmp-shadow)}
body.abc-modern .abc-guest-facts h3{margin-top:0}
body.abc-modern .abc-guest-facts ul{list-style:none;padding:0;margin:0}
body.abc-modern .abc-guest-facts li{padding:7px 0;border-bottom:1px solid var(--pmp-line);font-size:14.5px;line-height:1.45;color:#2b2b2b}
body.abc-modern .abc-guest-facts li:last-child{border:0}
body.abc-modern .abc-checked{font-size:12px;color:var(--pmp-muted);margin:12px 0 0;line-height:1.5}
body.abc-modern .abc-checked a{color:var(--pmp-muted);text-decoration:underline;text-underline-offset:2px}
body.abc-modern .abc-related{margin-top:26px;padding-top:6px}
body.abc-modern .abc-related ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}
body.abc-modern .abc-related li a{display:flex;align-items:center;gap:12px;background:var(--pmp-surface);border:1px solid var(--pmp-line);border-radius:var(--pmp-radius);padding:10px 12px;color:var(--pmp-dark);text-decoration:none;transition:transform .15s,box-shadow .15s}
body.abc-modern .abc-related li a:hover{transform:translateY(-2px);box-shadow:var(--pmp-shadow-hover)}
body.abc-modern .abc-related img{width:52px;height:52px;border-radius:10px;object-fit:cover;flex:0 0 52px}
body.abc-modern .abc-related b{display:block;font-size:14.5px;line-height:1.25}
body.abc-modern .abc-related small{color:var(--pmp-muted);font-size:12px}
body.abc-modern .abc-meta-line .abc-life{font-weight:600}
@media (max-width:900px){body.abc-modern .abc-guest-grid{grid-template-columns:1fr}}
/* pagination on dark archive pages was dark-on-dark */
body.abc-modern .aa-page-with-img-header .page-numbers,body.abc-modern .aa-audio-archive-body .page-numbers{background:#fff!important;color:var(--pmp-dark)!important;border-color:#fff!important;font-weight:600;min-width:38px;text-align:center;display:inline-block;line-height:1.2}
body.abc-modern .aa-page-with-img-header .page-numbers.current,body.abc-modern .aa-audio-archive-body .page-numbers.current{background:var(--pmp-red-dark)!important;color:#fff!important;border-color:var(--pmp-red-dark)!important}
body.abc-modern .aa-page-with-img-header .page-numbers.dots,body.abc-modern .aa-audio-archive-body .page-numbers.dots{background:transparent!important;color:#ddd!important;border-color:transparent!important}
body.abc-modern .aa-page-with-img-header a.page-numbers:hover{background:var(--pmp-red-dark)!important;color:#fff!important;border-color:var(--pmp-red-dark)!important}
body.abc-modern .aa-pagination-nums{margin:26px 0 10px}
/* h1 headers for SEO: archive/page titles were h3 */
body.abc-modern .aa-page-with-img-header .aa-cat-header-info h1{color:#fff!important;font-size:38px;font-weight:800;margin:0 0 8px;line-height:1.15}
body.abc-modern .aa-page-with-img-header .aa-cat-header-info h1 .fa{display:none}
body.abc-modern .aa-page-intro h1{margin:0}
@media (max-width:767px){ body.abc-modern .aa-page-with-img-header .aa-cat-header-info h1{font-size:28px;overflow-wrap:anywhere} body.abc-modern .aa-page-with-img-header .aa-page-intro h1{font-size:30px} }
/* links in body text underlined (axe link-in-text-block on the review pages) */
body.abc-modern .wpb_text_column p a:not(.abc-btn):not(.vc_btn3),body.abc-modern .entry-content p a:not(.abc-btn),body.abc-modern .abc-guest p a{text-decoration:underline;text-underline-offset:2px}
/* long bare URLs in legacy review text overflowed phones */
body.abc-modern .wpb_text_column a,body.abc-modern .entry-content a,body.abc-modern .wpb_text_column p{overflow-wrap:anywhere}
