/* === CALAMAR POST PRO v4 === */
:root {
  --cb:  #5c3919;
  --cb2: #42280e;
  --cb3: #705d49;
  --cg:  #b49a61;
  --cg2: #d4b97a;
  --cl:  #faf8f4;
}

/* ── PROGRESS BAR ─────────────────────────── */
#cpp-progress {
  position: fixed; top: 0; left: 0;
  width: 100%; height: 3px; z-index: 99999;
  pointer-events: none;
  background: rgba(92,57,25,.1);
}
#cpp-progress-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--cb2), var(--cg), var(--cg2));
  transition: width .12s linear;
}

/* ── PAGE TITLE — FEATURED IMAGE REDISEÑO ─── */

/* Ocultar el overlay original del tema */
.single-post .page-title.blog-featured-title .title-overlay {
  display: none !important;
}

/* Contenedor principal del hero */
.single-post .page-title.blog-featured-title {
    position: relative;
    overflow: hidden;
    min-height: 660px;
}

/* La imagen de fondo del tema permanece, pero ajustamos su posición */
.single-post .page-title.blog-featured-title {
    position: relative;
    overflow: hidden;
}

/* capa de fondo */
.single-post .page-title.blog-featured-title .title-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat;
}

/* Gradiente marrón desde la izquierda, como en la imagen de referencia */
.single-post .page-title.blog-featured-title::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: 
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.8) 0px,
            rgba(0, 0, 0, 0.6) 80px,
            rgba(0, 0, 0, 0) 140px
        ),
        linear-gradient(
            270deg,
            #00000000 -10%,
            #0f0800 39%
        );
}

/* Texto PLATENSE enorme abajo — en el ::before del .page-title (no del inner) */
.single-post .page-title.blog-featured-title .page-title-inner {
  position: relative;
  z-index: 2;
  overflow: visible;
}

/* Layout: textos alineados a la izquierda abajo */
.single-post .page-title.blog-featured-title .page-title-inner.flex-row {
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding-bottom: 48px;
}

.single-post .page-title.blog-featured-title .page-title-inner .flex-col {
    text-align: left !important;
    align-items: flex-start !important;
    max-width: 55%;
    margin: 0 80px;
}

/* Fecha del post — pequeña, encima de la categoría */
.cpp-hero-date {
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: rgba(255,255,255,.75);
  margin-bottom: 6px;
  display: block;
}

/* H1 — estilo bold condensado como en la referencia */
.single-post .page-title.blog-featured-title h1.entry-title {
    font-family: "Calamar", sans-serif !important;
    font-size: clamp(2rem, 5vw, 3.2rem) !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .5) !important;
    margin-top: 8px !important;
}

/* PLATENSE abajo — enorme, outline blanco semitransparente */
.single-post .page-title.blog-featured-title .page-title-inner::after {
    content: 'PLATENSE';
    position: absolute;
    left: 29.2%;
    bottom: -30px;
    transform: translateX(-50%);
    font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
    font-size: clamp(60px, 14vw, 150px);
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .18);
    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 1;
    text-shadow: none;
}

/* Ocultar el ::before del inner (el que tenía PLATENSE en el diseño viejo) */
.single-post .page-title-inner::before {
  display: none !important;
}

/* Ocultar divider y meta debajo del h1 en el hero */
.single-post .page-title.blog-featured-title .entry-divider,
.single-post .page-title.blog-featured-title .entry-meta {
  display: none !important;
}

/* Categoría badge — mantener igual */
.single-post .page-title.blog-featured-title h6.entry-category {
  order: -1;
}

/* Palabra PLATENSE — ahora manejada por el nuevo hero CSS arriba */
.single-post .page-title-inner {
  position: relative;
  overflow: hidden;
}

/* ★ CAMPEÓN ★ encima del título */
.single-post .page-title-inner .entry-category {
  position: relative; z-index: 2;
}
.cpp-campeon-badge {
    bottom: 50%;
    display: block;
    text-align: center;
    font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .4em;
    color: var(--cg);
    margin-bottom: 28px;
    text-shadow: 0 0 16px rgba(180, 154, 97, .7);
    animation: cppStarPulse 2.8s ease-in-out infinite;
    position: absolute;
    left: 0px;
    top: 40%;
    transform: translateY(-100%) rotate(270deg);
}
@keyframes cppStarPulse {
  0%,100% { opacity:.75; text-shadow: 0 0 8px rgba(180,154,97,.4); }
  50%      { opacity:1;   text-shadow: 0 0 24px rgba(212,185,122,.9); }
}

/* H1 */
.single-post h1.entry-title {
  font-family: 'Calamar', 'Crimson Pro', Georgia, serif !important;
  font-size: clamp(2rem, 5.5vw, 4rem) !important;
  line-height: 1.06 !important;
  font-style: italic !important;
  font-weight: 600 !important;
  text-shadow: 0 2px 4px rgba(10,4,1,.6), 0 6px 28px rgba(10,4,1,.4) !important;
}

/* Categoría badge */
.single-post h6.entry-category.is-xsmall a {
    background: var(--cg) !important;
    color: white;
    padding: 4px 14px !important;
    border-radius: 4px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
}

/* ── TICKER ────────────────────────────────── */
#cpp-ticker {
  background: var(--cb2);
  border-top: 2px solid var(--cg);
  border-bottom: 1px solid rgba(180,154,97,.2);
  box-shadow: 0 2px 16px rgba(0,0,0,.2);
}
.cpp-ticker-inner {
  display: flex; align-items: center;
  height: 44px; padding: 0 16px; gap: 12px;
  max-width: 100%;
}
.cpp-ticker-badge {
  display: flex; align-items: center; gap: 7px;
  background: var(--cg); color: var(--cb2);
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 10px; font-weight: 800;
  letter-spacing: .14em; padding: 5px 12px;
  border-radius: 4px; white-space: nowrap; flex-shrink: 0;
}
.cpp-ticker-badge svg { animation: cppDot 1.6s ease-in-out infinite; }
@keyframes cppDot { 0%,100%{opacity:1}50%{opacity:.3} }

.cpp-ticker-scroll {
  flex: 1; overflow: hidden; position: relative;
}
.cpp-ticker-scroll::before,
.cpp-ticker-scroll::after {
  content: ''; position: absolute; top: 0; height: 100%;
  width: 48px; z-index: 2; pointer-events: none;
}
.cpp-ticker-scroll::before { left:0; background: linear-gradient(to right, var(--cb2), transparent); }
.cpp-ticker-scroll::after  { right:0;background: linear-gradient(to left,  var(--cb2), transparent); }

#cpp-ticker-track {
  display: flex; white-space: nowrap; will-change: transform;
  color: rgba(255,255,255,.6); font-size: 13px;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
}
.cpp-ti {
  display: inline-flex; align-items: center; gap: 8px;
  padding-right: 30px;
  color: rgba(255,255,255,.88); font-size: 13px;
  font-weight: 300; text-decoration: none;
  white-space: nowrap; transition: color .2s;
}
.cpp-ti:hover { color: var(--cg2); }
.cpp-ti-cat {
  background: rgba(180,154,97,.18); color: var(--cg);
  font-size: 9px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 2px 7px; border-radius: 3px; flex-shrink: 0;
}
.cpp-ti-sep { color: var(--cg); opacity: .3; padding-right: 30px; font-size: 8px; }

.cpp-ticker-controls { display: flex; gap: 4px; flex-shrink: 0; }
.cpp-ticker-controls button { background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); color: var(--cg); width: 20px; height: 20px; border-radius: 5px; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; transition: background .2s; margin-bottom: 0; }
.cpp-ticker-controls button:hover { background: rgba(180,154,97,.22); }

/* ── CONTENIDO ─────────────────────────────── */
.single-post .entry-content {
    color: #2c1a0a !important;
    font-family: 'Gotham', 'Inter Tight', Arial, sans-serif !important;
    font-weight: 100 !important;
}
.single-post .entry-content > p:first-of-type {
  font-size: 19px !important;
  color: var(--cb) !important;
  font-weight: 400 !important;
  border-left: 4px solid var(--cg);
  padding: 12px 0 12px 20px;
  background: linear-gradient(90deg, rgba(180,154,97,.07), transparent 80%);
  border-radius: 0 8px 8px 0;
  margin-bottom: 28px !important;
}
.single-post .entry-content strong,
.single-post .entry-content b {
  color: var(--cb) !important; font-weight: 700 !important;
}
.single-post .entry-content img {
    /* display: block !important; */
    /* width: 100% !important; */
    /* max-width: 100% !important; */
    /* height: auto !important; */
    /* border-radius: 10px !important; */
    /* margin: 28px 0 !important; */
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18) !important;
}
.cpp-dropcap {
    float: left;
    font-family: 'Calamar', 'Crimson Pro', Georgia, serif;
    font-size: 4.2em;
    line-height: .8;
    font-style: italic;
    font-weight: 600;
    color: var(--cb);
    margin: 5px 8px -4px 0;
    margin-right: 20px;
}

/* ── SHARE BLOCK (reemplaza .blog-share) ────── */
/* Ocultar original */
.single-post .blog-share { display: none !important; }

.cpp-share-block {
  position: relative;
  overflow: hidden;
  margin: 40px 0 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cb3) 0%, var(--cb2) 60%, #3d2210 100%);
  border: 1px solid rgba(180,154,97,.2);
  padding: 30px 24px 28px;
}

/* CALAMAR de fondo — SOLO texto outline semitransparente */
.cpp-share-bg-word {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: clamp(48px, 14vw, 120px);
  font-weight: 900;
  letter-spacing: .06em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px rgba(180,154,97,.12);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  line-height: 1;
}

.cpp-share-header {
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 22px;
}
.cpp-share-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cg), transparent);
  opacity: .35;
}
.cpp-share-title-wrap {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: .22em; color: var(--cg);
  white-space: nowrap;
}
.cpp-star {
  color: var(--cg);
  font-size: 14px;
  animation: cppStarPulse 2.5s ease-in-out infinite;
  display: inline-block;
}
.cpp-share-btns {
  position: relative; z-index: 1;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}

/* ── BOTONES COMPARTIR (compartidos por share-block y bar) ── */
.cpp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 50px;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 13px; font-weight: 600;
  text-decoration: none; color: #fff;
  border: none; cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  transition: transform .2s, filter .2s, opacity .2s;
  white-space: nowrap; letter-spacing: .02em;
}
.cpp-btn:hover { transform: translateY(-2px); filter: brightness(1.1); color: #fff; }
.cpp-btn svg   { flex-shrink: 0; }
.cpp-wa,
.cpp-fb,
.cpp-tw,
.cpp-tg,
.cpp-copy {
    background: var(--cb);
}

/* HOVER */
.cpp-wa:hover   { background: #25D366; }
.cpp-fb:hover   { background: #1877F2; }
.cpp-tw:hover   { background: #111111; }
.cpp-tg:hover   { background: #2CA5E0; }
.cpp-copy:hover { background: #27ae60; }

/* estado copiado */
.cpp-copy.cpp-copied {
    background: #27ae60 !important;
}

/* ── TOOLBAR VERTICAL (derecha, fija) ───────── */
#cpp-bar {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 9800;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  /* estado inicial: fuera a la derecha */
  transform: translateY(-50%) translateX(90px);
  transition: transform .45s cubic-bezier(.34,1.1,.64,1), opacity .35s ease;
}
.cpp-bar-hidden {
  transform: translateY(-50%) translateX(90px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.cpp-bar-visible {
  transform: translateY(-50%) translateX(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.cpp-bar-bg-word { display: none; }

/* Etiqueta COMPARTIR — vertical, sobre la píldora */
.cpp-bar-brand {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 9px; font-weight: 800;
  letter-spacing: .26em; color: var(--cg);
  opacity: .6; white-space: nowrap;
  margin-bottom: 2px;
}

/* Píldora principal */
.cpp-bar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: var(--cb2);
  border: 1px solid rgba(180,154,97,.3);
  border-radius: 999px;
  padding: 12px 8px;
  box-shadow: 0 6px 32px rgba(0,0,0,.4);
  /* SIN overflow hidden — los tooltips necesitan salir */
  overflow: visible;
}

/* Botón individual — círculo de color */
.cpp-bar-inner .cpp-btn {
  width: 40px; height: 40px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform .2s, filter .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
margin: 0; }
}
.cpp-bar-inner .cpp-btn span { display: none; }
.cpp-bar-inner .cpp-btn svg  { width: 18px; height: 18px; flex-shrink: 0; }
.cpp-bar-inner .cpp-btn:hover {
  transform: scale(1.15);
  filter: brightness(1.1);
  box-shadow: 0 4px 16px rgba(0,0,0,.35);
}

/* Tooltip — aparece a la IZQUIERDA del botón */
.cpp-bar-inner .cpp-btn::before {
  content: attr(data-tip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--cb3);
  color: #fff;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 11px; font-weight: 500;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  z-index: 1;
}
/* Flecha del tooltip */
.cpp-bar-inner .cpp-btn::after {
  content: '';
  position: absolute;
  right: calc(100% + 3px);
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--cb3);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.cpp-bar-inner .cpp-btn:hover::before,
.cpp-bar-inner .cpp-btn:hover::after { opacity: 1; }

/* Divisor */
.cpp-bar-divider {
  width: 24px; height: 1px;
  background: rgba(180,154,97,.25);
  flex-shrink: 0;
}

/* Botón cerrar — más chico, al fondo */
.cpp-bar-close {
  width: 32px; height: 32px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.45);
  border-radius: 50%; cursor: pointer;
  font-size: 11px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s, transform .2s;
  position: relative;
margin: 0;
}
.cpp-bar-close::before {
  content: attr(data-tip);
  position: absolute;
  right: calc(100% + 12px);
  top: 50%; transform: translateY(-50%);
  background: var(--cb3); color: #fff;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 11px; padding: 5px 10px;
  border-radius: 6px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .18s;
}
.cpp-bar-close:hover {
  background: rgba(255,255,255,.18);
  color: #fff;
  transform: scale(1.1);
}
.cpp-bar-close:hover::before { opacity: 1; }

/* ── NAV PREV/NEXT ──────────────────────────── */
.single-post #nav-below .flex-row.next-prev-nav { display: none !important; }

#cpp-nav {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin: 32px 0 20px;
}
.cpp-nav-card {
  display: flex; text-decoration: none;
  border-radius: 10px; overflow: hidden;
  background: #fff;
  border: 1px solid rgba(92,57,25,.08);
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  transition: transform .25s, box-shadow .25s;
  min-height: 88px;
}
.cpp-nav-card:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(0,0,0,.15); }
.cpp-nav-prev       { flex-direction: row; }
.cpp-nav-next       { flex-direction: row-reverse; }
.cpp-nav-thumb {
  width: 100px; flex-shrink: 0;
  object-fit: cover; display: block;
}
.cpp-nav-ph {
  width: 100px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cb2), var(--cb));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--cg); opacity: .5;
}
.cpp-nav-body {
  flex: 1; padding: 12px 16px;
  display: flex; flex-direction: column; justify-content: center; gap: 4px;
}
.cpp-nav-dir {
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 9px; font-weight: 800;
  letter-spacing: .18em; color: var(--cg);
  display: flex; align-items: center; gap: 4px; text-transform: uppercase;
}
.cpp-nav-title {
  font-family: 'Calamar', 'Crimson Pro', Georgia, serif;
  font-size: 15px; font-weight: 600; font-style: italic;
  color: var(--cb2); line-height: 1.25; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.cpp-nav-cat {
  font-size: 10px; color: #aaa;
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
}

/* Meta */
.single-post footer.entry-meta {
  background: var(--cl); border: 1px solid rgba(92,57,25,.1);
  border-radius: 10px; padding: 14px 20px !important;
  font-size: 13px !important; color: #888 !important; margin-top: 28px !important;
}
.single-post footer.entry-meta a { color: var(--cb) !important; font-weight: 600; }

/* ── YOUTUBE PIP ────────────────────────────── */
#cpp-yt-pip {
    position: fixed;
    bottom: 78px;
    right: 108px;
    width: 400px;
    z-index: 9700;
    background: var(--cb3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 44px rgba(0, 0, 0, .5);
    border: 1px solid rgba(180, 154, 97, .22);
    transition: transform .35s cubic-bezier(.34, 1.1, .64, 1), opacity .3s;
}
.cpp-yt-btns button { margin-bottom: 0; line-height: 1.6; }
.cpp-yt-hidden  { transform: translateY(20px) scale(.95); opacity: 0; pointer-events: none; }
.cpp-yt-visible { transform: translateY(0) scale(1);      opacity: 1; pointer-events: auto; }

.cpp-yt-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    gap: 8px;
    background: linear-gradient(90deg, #5c4228, #3a2010);
    border-bottom: 1px solid rgba(180, 154, 97, .18);
}
.cpp-yt-label {
  font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
  font-size: 11px; font-weight: 600; color: var(--cg);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1;
}
.cpp-yt-btns { display: flex; gap: 6px; flex-shrink: 0; }
.cpp-yt-btns button {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7); padding: 3px 8px;
  border-radius: 4px; cursor: pointer; font-size: 11px;
  transition: background .2s;
}
.cpp-yt-btns button:hover { background: rgba(255,255,255,.22); color: #fff; }
.cpp-yt-body { position: relative; padding-top: 56.25%; }
#cpp-yt-frame {
  position: absolute; inset: 0;
  width: 100%; height: 100%; border: none;
}

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1920px) {
  #cpp-bar { right: 10px; }
  .cpp-bar-inner .cpp-btn { width: 36px; height: 36px; }
.single-post .entry-content > p:first-of-type {
    font-size: 16px !important; }
.single-post .page-title.blog-featured-title::after {
    background-image: linear-gradient(270deg, #00000000 -10%, #0f0800 60%);
}
.single-post .page-title.blog-featured-title .page-title-inner::after {
    content: 'PLATENSE';
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);

    font-family: 'Gotham', 'Inter Tight', Arial, sans-serif;
    font-size: clamp(60px, 14vw, 120px);
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;

    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .18);

    pointer-events: none;
    user-select: none;
    line-height: 1;
    z-index: 1;
    text-shadow: none;
}
}
@media (max-width: 849px) {
  #cpp-bar { display: none !important; }
  #cpp-nav { grid-template-columns: 1fr; }
    .cpp-campeon-badge {
        font-size: 9px;
        letter-spacing: .2em;
        bottom: 20px;
        width: 100%;
        left: 0;
        transform: none;
        text-align: center;
        top: inherit;
    }
    #cpp-nav {
        padding: 15px;
    }
#cpp-ticker {
    display: none !important;
}
  /* Hero responsive */
  .single-post .page-title.blog-featured-title .page-title-inner .flex-col {
        max-width: 90%;
        margin: auto;
    }
         .single-post .page-title.blog-featured-title::after {
        background-image: linear-gradient(179deg, #0000007d 20%, #000000ba 70%);
        border-top: 0;
    }
      .single-post .page-title.blog-featured-title .page-title-inner::after {
        left: 50% !important;
    }
}
@media (max-width: 768px) {
.single-post .page-title.blog-featured-title {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    padding-top: 0 !important;
}
h6.entry-category.is-xsmall {
        margin-top: 12px;
        margin-bottom: 40px;
    }
.single-post .page-title.blog-featured-title .title-bg {
    background-size: cover !important;
    background-position: center !important;
    height: auto !important;
}
  .cpp-share-btns .cpp-btn span { display: none; }
  .cpp-share-btns .cpp-btn { padding: 12px; border-radius: 50%; width: 48px; height: 48px; justify-content: center; gap: 0; }
  .cpp-ticker-controls { display: none; }
  #cpp-yt-pip { width: calc(100vw - 30px); right: 15px; }
}
