/*
Theme Name: Prime Legal Guide Editorial v1.5
Theme URI: https://primelegalguide.com/
Author: Prime Legal Guide
Description: Premium editorial legal WordPress theme with image-rich homepage, automatic internal links, related posts and distinct external link styling.
Version: 2.0.0
Text Domain: prime-legal-guide-editorial
*/

:root{
  --navy:#102f49;
  --navy2:#0c253a;
  --gold:#c99435;
  --cream:#f5efe4;
  --paper:#fff;
  --ink:#17344a;
  --muted:#6a6d70;
  --line:#e4ded3;
  --soft:#fbf7ef;
}
*{box-sizing:border-box}
html{max-width:100%;overflow-x:hidden}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;max-width:100%;overflow-x:hidden}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy2);color:#fff;font-size:11px;padding:8px 0;text-align:center;letter-spacing:.2px}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.admin-bar .site-header{top:32px}
.header-inner{height:74px;display:grid;grid-template-columns:250px 1fr 330px;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-icon{width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,#d5a244,#b77d1d);display:grid;place-items:center;color:white;font-family:Georgia,serif;font-size:18px;font-weight:700}
.brand-name{font-family:Georgia,serif;font-size:20px;font-weight:700;letter-spacing:.5px}
.main-nav{display:flex;justify-content:center;gap:24px;font-size:12px;font-weight:700}
.main-nav a{text-decoration:none}
.header-search{height:40px;border:1px solid var(--line);display:flex;border-radius:4px;overflow:hidden}
.header-search input{flex:1;border:0;outline:0;padding:0 13px;font-size:12px}
.header-search button{width:44px;border:0;background:var(--gold);color:white;font-weight:800}
.hero{background:var(--cream)}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:520px}
.hero-copy{padding:60px 42px 58px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#53616c;margin-bottom:12px}
.hero h1{font:700 60px/.94 Georgia,serif;margin:0 0 20px;color:var(--navy)}
.hero p{font-size:15px;line-height:1.65;color:#5d6469;max-width:560px}
.btn-row{display:flex;gap:12px;margin:22px 0}
.btn{display:inline-flex;padding:12px 18px;border-radius:3px;text-decoration:none;font-size:12px;font-weight:800}
.btn-gold{background:var(--gold);color:white}
.btn-light{background:white;border:1px solid #cfc6b7}
.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:8px;font-size:10px;color:#776d61}
.hero-image{min-height:520px;background:linear-gradient(rgba(12,37,58,.08),rgba(12,37,58,.08)),url("screenshot.png") center 17%/cover no-repeat}

.section{padding:46px 0}
.section.alt{background:var(--soft)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.section-head h2{font:700 38px Georgia,serif;margin:0;color:var(--navy)}
.section-head p{margin:7px 0 0;color:#71777a;font-size:12px}
.section-head a{font-size:11px;font-weight:800;text-decoration:none}
.featured-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.featured-grid article{position:relative;overflow:hidden;background:#f4f4f4;min-height:330px}
.featured-grid img{width:100%;height:330px;object-fit:cover;transition:transform .35s}
.featured-grid article:hover img{transform:scale(1.035)}

.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.cat-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;text-decoration:none;min-height:116px;position:relative}
.cat-icon{width:35px;height:35px;border-radius:50%;background:#f5e8c8;color:var(--gold);display:grid;place-items:center;margin-bottom:14px}
.cat-card strong{font:700 16px Georgia,serif;display:block}
.cat-card .arrow{position:absolute;right:12px;bottom:12px;width:25px;height:25px;border-radius:50%;background:#f3eee5;display:grid;place-items:center}

.article-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.article-mini{display:grid;grid-template-columns:84px 1fr;gap:10px}
.article-mini img{width:84px;height:72px;object-fit:cover}
.article-mini h3{font:700 15px/1.1 Georgia,serif;margin:0 0 7px}
.article-mini p{font-size:10px;line-height:1.35;color:#74787a}
.article-mini a{text-decoration:none}

.focus-grid{display:grid;grid-template-columns:1.45fr .85fr .85fr;grid-template-rows:1fr 1fr;gap:10px;min-height:390px}
.focus-card{position:relative;overflow:hidden;background:#ddd}
.focus-card:first-child{grid-row:1/3}
.focus-card img{width:100%;height:100%;object-fit:cover}
.focus-overlay{position:absolute;left:0;right:0;bottom:0;padding:22px;background:linear-gradient(transparent,rgba(9,28,43,.9));color:#fff}
.focus-overlay .tag{display:inline-block;background:#d7a143;color:white;font-size:9px;padding:4px 7px;margin-bottom:7px}
.focus-overlay h3{font:700 24px/1.05 Georgia,serif;margin:0}
.focus-card:not(:first-child) .focus-overlay h3{font-size:18px}

.guides-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.guide-card img{width:100%;height:250px;object-fit:cover}
.guide-card h3{font:700 18px Georgia,serif;margin:9px 0 0}
.guide-card a{text-decoration:none}

.topics-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.topic-image{position:relative;height:120px;overflow:hidden}
.topic-image img{width:100%;height:100%;object-fit:cover}
.topic-image span{position:absolute;left:7px;bottom:7px;background:rgba(16,47,73,.88);color:white;padding:5px 7px;font-size:9px}

.extra-image-section{background:#fff;padding:40px 0}
.extra-image-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px}
.extra-image-card{position:relative;height:250px;overflow:hidden}
.extra-image-card:first-child{height:514px;grid-row:span 2}
.extra-image-card img{width:100%;height:100%;object-fit:cover}
.extra-image-card .caption{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(transparent,rgba(13,38,57,.9));color:white}
.extra-image-card .caption h3{font:700 20px Georgia,serif;margin:0}
.extra-image-card:first-child .caption h3{font-size:28px}

.site-footer{background:var(--navy2);color:#fff;padding:45px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.footer-brand p{font-size:12px;line-height:1.6;color:#d3dce1;max-width:360px}
.footer-col h4{font:700 15px Georgia,serif;margin:0 0 14px}
.footer-col a{display:block;color:#dce3e7;text-decoration:none;font-size:11px;margin:8px 0}
.newsletter{display:flex;height:38px}
.newsletter input{flex:1;border:0;padding:0 12px}
.newsletter button{width:44px;background:var(--gold);border:0;color:white}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:16px;font-size:9px;color:#b8c3c9;display:flex;justify-content:space-between}

.single-shell{width:min(900px,calc(100% - 40px));margin:40px auto;background:#fff}
.single-title{font:700 48px/1 Georgia,serif;color:var(--navy);margin:0 0 15px}
.single-meta{font-size:11px;color:#7c8284;margin-bottom:20px}
.single-featured{width:100%;max-height:520px;object-fit:cover;border:1px solid var(--line);box-shadow:0 12px 28px rgba(0,0,0,.08);margin-bottom:28px}
.entry-content{font-size:16px;line-height:1.75;color:#2f3a41}
.entry-content>*{max-width:100%;box-sizing:border-box}
.entry-content p,.entry-content li,.entry-content a{overflow-wrap:anywhere;word-break:normal}
.entry-content img{max-width:100%;height:auto}
.entry-content h2,.entry-content h3{font-family:Georgia,serif;color:var(--navy)}
.entry-content a{color:#c38a28;text-decoration:underline;text-underline-offset:3px}
.entry-content a[href^="http"]:not([href*="primelegalguide.com"]){color:#0b7da8!important}
.entry-content a[href^="http"]:not([href*="primelegalguide.com"])::after{content:" ↗";font-size:.8em}

.inline-related{margin:28px 0;padding:16px;border-left:4px solid var(--gold);background:#faf5ea}
.inline-related strong{display:block;font:700 16px Georgia,serif;margin-bottom:9px}
.inline-related a{display:block;color:#b67f22!important;text-decoration:none!important;margin:6px 0}

.related-posts{margin-top:40px;border-top:1px solid var(--line);padding-top:22px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.related-card{border:1px solid var(--line);padding:9px;background:#fff}
.related-card img{width:100%;height:130px;object-fit:cover}
.related-card h3{font:700 16px/1.15 Georgia,serif;margin:8px 0}

@media(max-width:1000px){
  .header-inner{grid-template-columns:220px 1fr 240px}
  .main-nav{gap:14px}
  .featured-grid{grid-template-columns:repeat(3,1fr)}
  .categories-grid{grid-template-columns:repeat(3,1fr)}
  .guides-grid{grid-template-columns:repeat(2,1fr)}
  .topics-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .wrap{width:min(100% - 24px,1180px)}
  .header-inner{display:flex;height:66px}
  .main-nav{display:none}
  .header-search{margin-left:auto;width:190px}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{padding:42px 0}
  .hero h1{font-size:46px}
  .hero-image{min-height:330px}
  .featured-grid,.categories-grid,.article-strip,.guides-grid,.topics-grid,.related-grid{grid-template-columns:1fr}
  .focus-grid,.extra-image-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .focus-card:first-child,.extra-image-card:first-child{grid-row:auto;height:280px}
  .focus-card,.extra-image-card{height:250px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}


/* v1.1 — homepage post click / permalink fix */
.featured-grid article,
.article-mini,
.focus-card,
.guide-card,
.extra-image-card,
.topic-image{
  position:relative;
}
.featured-grid article > a,
.focus-card > a,
.guide-card > a,
.extra-image-card > a,
.topic-image{
  display:block;
  width:100%;
  height:100%;
  position:relative;
  z-index:3;
  cursor:pointer;
}
.article-mini a,
.article-mini h3 a{
  position:relative;
  z-index:4;
  cursor:pointer;
}
.featured-grid article::after,
.focus-card::after,
.extra-image-card::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}
.featured-grid article:hover,
.focus-card:hover,
.guide-card:hover,
.extra-image-card:hover,
.topic-image:hover{
  outline:2px solid rgba(201,148,53,.28);
  outline-offset:2px;
}


/* v1.4 — reliable custom category page */
.plg-category-page{min-height:520px}
.plg-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.plg-category-card{border:1px solid var(--line);padding:10px;background:#fff;border-radius:6px}
.plg-category-card>a{display:block;text-decoration:none}
.plg-category-card img{width:100%;height:240px;object-fit:cover}
.plg-category-card h3{font:700 22px/1.08 Georgia,serif;color:var(--navy);margin:12px 0 7px}
.plg-category-card p{font-size:12px;line-height:1.45;color:#6a6d70;margin:0 0 10px}
.plg-read-more{font-size:10px;font-weight:800;color:var(--gold)}
.plg-pagination{display:flex;gap:8px;margin-top:28px}
.plg-pagination a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);text-decoration:none;border-radius:4px}
.plg-pagination a.active{background:var(--gold);color:#fff;border-color:var(--gold)}
.plg-empty{padding:50px 0}
.plg-empty h3{font:700 26px Georgia,serif;color:var(--navy)}
@media(max-width:800px){.plg-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.plg-category-grid{grid-template-columns:1fr}}


/* =========================================================
   v1.6 — Premium single post card + image border/shadow
   ========================================================= */
.single-shell{
  width:min(900px,calc(100% - 40px))!important;
  margin:42px auto!important;
  background:#ffffff!important;
  border:1px solid #e8dfd0!important;
  border-radius:12px!important;
  padding:34px 38px 40px!important;
  box-shadow:0 18px 46px rgba(16,47,73,.10)!important;
  overflow:visible!important;
}

.single-featured,
.single-shell .entry-content > figure img,
.single-shell .entry-content > p > img,
.single-shell .entry-content img{
  border:1px solid #d8c7a7!important;
  border-radius:9px!important;
  box-shadow:0 12px 28px rgba(16,47,73,.14)!important;
}

.single-shell .entry-content img{
  margin-top:14px!important;
  margin-bottom:22px!important;
}

/* Keep ordinary inline content clean */
.single-shell .entry-content p,
.single-shell .entry-content li{
  color:#2f3a41!important;
}

/* Inline related links inside all posts */
.plg-inline-related{
  margin:30px 0!important;
  padding:18px!important;
  border:1px solid #dfd1b8!important;
  border-left:4px solid var(--gold)!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,#fffaf0,#fbf5e9)!important;
  box-shadow:0 8px 22px rgba(16,47,73,.07)!important;
}
.plg-inline-related-title{
  display:block!important;
  margin:0 0 12px!important;
  font:700 17px Georgia,serif!important;
  color:var(--navy)!important;
}
.plg-inline-related-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:9px!important;
}
.entry-content .plg-inline-related-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:11px 12px!important;
  background:#fff!important;
  border:1px solid #eadfcd!important;
  border-radius:6px!important;
  color:#b77f20!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.entry-content .plg-inline-related-link:hover{
  border-color:var(--gold)!important;
  background:#fffdf8!important;
}
.plg-inline-related-link b{
  color:var(--gold)!important;
  font-size:17px!important;
}

/* Bottom related posts: premium cards */
.related-posts{
  margin-top:42px!important;
  border-top:2px solid #e6dccb!important;
  padding-top:24px!important;
}
.related-grid{
  gap:16px!important;
}
.related-card{
  border:1px solid #e1d8ca!important;
  border-radius:8px!important;
  padding:10px!important;
  background:#fff!important;
  box-shadow:0 8px 20px rgba(16,47,73,.08)!important;
  text-decoration:none!important;
}
.related-card img{
  border-radius:6px!important;
  border:1px solid #dfd4c3!important;
  box-shadow:0 6px 14px rgba(16,47,73,.08)!important;
}
.related-card h3{
  color:var(--navy)!important;
}

/* internal vs external link colors */
.entry-content a{
  color:#bd8423!important;
  text-underline-offset:3px!important;
}
.entry-content a[href^="http"]:not([href*="primelegalguide.com"]){
  color:#0982a7!important;
}
.entry-content a[href^="http"]:not([href*="primelegalguide.com"])::after{
  content:" ↗";
  font-size:.8em;
}

@media(max-width:700px){
  .single-shell{
    width:min(100% - 18px,900px)!important;
    padding:22px 18px 28px!important;
  }
  .plg-inline-related-grid{
    grid-template-columns:1fr!important;
  }
}


/* v1.7 reliability marker for inline related boxes */
.plg-inline-related::before{
  content:"MORE FROM PRIME LEGAL GUIDE";
  display:block;
  margin-bottom:6px;
  color:#9c6b1b;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.3px;
}


/* =========================================================
   v1.8 — Modern Premium Footer
   ========================================================= */
.plg-premium-footer{
  position:relative;
  overflow:hidden;
  margin-top:0;
  background:
    radial-gradient(circle at 8% 0%,rgba(201,148,53,.12),transparent 30%),
    radial-gradient(circle at 92% 18%,rgba(26,67,95,.20),transparent 30%),
    linear-gradient(180deg,#0c2a40 0%,#071f31 100%);
  color:#fff;
  border-top:1px solid rgba(201,148,53,.38);
}
.plg-footer-accent{
  height:3px;
  background:linear-gradient(90deg,transparent 0%,#c99435 16%,#e2b65a 50%,#c99435 84%,transparent 100%);
}
.plg-footer-grid{
  display:grid;
  grid-template-columns:1.35fr .8fr .85fr .8fr 1.35fr;
  gap:34px;
  padding:52px 0 40px;
}
.plg-footer-brand{
  padding-right:10px;
}
.plg-footer-logo{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none!important;
  margin-bottom:18px;
}
.plg-footer-logo-mark{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#e1ad49,#b77d1d);
  color:#fff;
  font-size:21px;
  box-shadow:0 8px 22px rgba(201,148,53,.22);
}
.plg-footer-logo-text{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.plg-footer-logo-text strong{
  font:700 19px Georgia,serif;
  letter-spacing:.4px;
  color:#fff;
}
.plg-footer-logo-text small{
  font-size:7px;
  letter-spacing:1.7px;
  color:#d6b675;
}
.plg-footer-brand p{
  max-width:300px;
  margin:0 0 18px;
  color:#c7d4dc;
  font-size:12px;
  line-height:1.65;
}
.plg-footer-socials{
  display:flex;
  gap:8px;
}
.plg-footer-socials a{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.04);
  color:#e8bd69!important;
  text-decoration:none!important;
  font-size:11px;
  font-weight:800;
  transition:.22s ease;
}
.plg-footer-socials a:hover{
  background:#c99435;
  border-color:#c99435;
  color:#071f31!important;
  transform:translateY(-2px);
}
.plg-footer-col{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.plg-footer-col h3{
  position:relative;
  margin:3px 0 16px;
  padding-bottom:10px;
  color:#fff;
  font:700 16px Georgia,serif;
}
.plg-footer-col h3:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:30px;
  height:2px;
  background:#c99435;
}
.plg-footer-col a{
  color:#cad6dd!important;
  text-decoration:none!important;
  font-size:11px;
  line-height:1.35;
  transition:.2s ease;
}
.plg-footer-col a:hover{
  color:#e5ba65!important;
  transform:translateX(3px);
}
.plg-footer-newsletter{
  position:relative;
  padding:23px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:10px;
  background:
    linear-gradient(145deg,rgba(201,148,53,.08),rgba(255,255,255,.025)),
    rgba(5,24,37,.55);
  box-shadow:0 18px 38px rgba(0,0,0,.14);
}
.plg-footer-kicker{
  display:block;
  color:#dca74c;
  font-size:8px;
  font-weight:800;
  letter-spacing:1.7px;
  margin-bottom:8px;
}
.plg-footer-newsletter h3{
  color:#fff;
  font:700 22px/1.12 Georgia,serif;
  margin:0 0 9px;
}
.plg-footer-newsletter p{
  margin:0 0 16px;
  color:#becbd2;
  font-size:11px;
  line-height:1.5;
}
.plg-footer-form{
  height:42px;
  display:flex;
  border-radius:5px;
  overflow:hidden;
  background:#fff;
}
.plg-footer-form input{
  flex:1;
  min-width:0;
  border:0;
  outline:0;
  padding:0 13px;
  font-size:11px;
  color:#22313c;
}
.plg-footer-form button{
  width:45px;
  border:0;
  background:#c99435;
  color:#fff;
  cursor:pointer;
  font-size:18px;
}
.plg-footer-trust{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:12px;
  color:#9fb1bc;
  font-size:8px;
}
.plg-footer-bottom{
  min-height:64px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#8ea2ae;
  font-size:9px;
}
.plg-footer-bottom-links{
  display:flex;
  gap:16px;
}
.plg-footer-bottom-links a{
  color:#b9c7ce!important;
  text-decoration:none!important;
}
.plg-footer-bottom-links a:hover{
  color:#e2b65a!important;
}

@media(max-width:1050px){
  .plg-footer-grid{
    grid-template-columns:1.25fr repeat(3,1fr);
  }
  .plg-footer-newsletter{
    grid-column:1/-1;
  }
}
@media(max-width:720px){
  .plg-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:28px 22px;
    padding:40px 0 30px;
  }
  .plg-footer-brand,
  .plg-footer-newsletter{
    grid-column:1/-1;
  }
}
@media(max-width:480px){
  .plg-footer-grid{
    grid-template-columns:1fr;
  }
  .plg-footer-brand,
  .plg-footer-newsletter{
    grid-column:auto;
  }
  .plg-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:15px 0;
    gap:8px;
  }
}


/* =========================================================
   v1.9 — restore bottom Related Posts reliably
   ========================================================= */
.plg-bottom-related{
  margin-top:44px!important;
  padding-top:26px!important;
  border-top:2px solid #e6dccb!important;
}
.plg-bottom-related-head{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-bottom:16px!important;
}
.plg-bottom-related-head h2{
  margin:0!important;
  color:var(--navy)!important;
  font:700 30px Georgia,serif!important;
}
.plg-bottom-related-head a{
  color:var(--gold)!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:800!important;
}
.plg-bottom-related-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.plg-bottom-related-card{
  display:block!important;
  background:#fff!important;
  border:1px solid #e1d8ca!important;
  border-radius:9px!important;
  padding:10px!important;
  box-shadow:0 8px 20px rgba(16,47,73,.08)!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.plg-bottom-related-card img{
  width:100%!important;
  height:145px!important;
  object-fit:cover!important;
  border-radius:6px!important;
  border:1px solid #dfd4c3!important;
}
.plg-bottom-related-card .plg-related-cat{
  display:block!important;
  margin-top:9px!important;
  color:var(--gold)!important;
  font-size:8px!important;
  font-weight:800!important;
  letter-spacing:1px!important;
  text-transform:uppercase!important;
}
.plg-bottom-related-card h3{
  margin:6px 0 8px!important;
  color:var(--navy)!important;
  font:700 16px/1.18 Georgia,serif!important;
}
.plg-bottom-related-card .plg-read{
  color:#b77f20!important;
  font-size:10px!important;
  font-weight:800!important;
}
@media(max-width:700px){
  .plg-bottom-related-grid{
    grid-template-columns:1fr!important;
  }
}

/* v2.0 remove top blue strip */
.topbar{display:none!important;height:0!important;padding:0!important;margin:0!important;border:0!important;}
