/* GLH Blog Header — Frontend CSS v1.1.0 */
.glh-bh-wrap{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;width:100%;box-sizing:border-box;margin:0 0 24px;overflow:hidden;}
.glh-bh-topbar{padding:11px 20px;display:flex;align-items:center;justify-content:space-between;}
.glh-bh-logo{display:flex;align-items:center;gap:10px;text-decoration:none;}
.glh-bh-logo-mark{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.glh-bh-logo-mark svg{width:17px;height:17px;}
.glh-bh-logo-text{font-size:15px;font-weight:600;letter-spacing:.2px;}
.glh-bh-logo-img{max-height:32px;width:auto;display:block;object-fit:contain;}
.glh-bh-deco{width:90px;height:26px;border-radius:0 0 45px 45px;margin:0 auto;opacity:.15;position:relative;top:-4px;}
.glh-bh-hero{padding:4px 20px 26px;text-align:center;}
.glh-bh-badge{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:14px;}
.glh-bh-headline{font-size:1.7rem;font-weight:700;line-height:1.2;margin:0 0 10px;letter-spacing:-.4px;}
.glh-bh-subtext{font-size:14px;line-height:1.65;margin:0 0 20px;max-width:480px;margin-left:auto;margin-right:auto;}
.glh-bh-cats{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:4px;}
.glh-bh-cat-pill{display:inline-block;border:1px solid;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .15s,color .15s,border-color .15s;}
.glh-bh-ad-banner{margin:20px 0;text-align:center;}
.glh-ad-label{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;color:#999;margin-bottom:6px;background:#f5f5f5;padding:2px 8px;border-radius:3px;}
.glh-ad-img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:6px;}
@media(max-width:600px){.glh-bh-headline{font-size:1.4rem;}.glh-bh-topbar{padding:10px 14px;}.glh-bh-hero{padding:4px 14px 22px;}}


.glh-bh-ad-banner {
    margin: 24px 0;
    padding: 0;
    clear: both;
}

/* Professional ad card — matches screenshot design */
.glh-bh-ad-card {
    position: relative;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    padding: 20px 22px;
    margin: 28px 0;
    clear: both;
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    overflow: hidden;
}
.glh-ad-chip {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    background: rgba(255,255,255,.85);
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    border-radius: 6px;
    letter-spacing: .3px;
}
.glh-ad-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.glh-ad-text {
    flex: 1;
    min-width: 0;
}
.glh-ad-headline {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 8px;
}
.glh-ad-subtext {
    font-size: .85rem;
    color: #555;
    line-height: 1.55;
    margin-bottom: 14px;
}
.glh-ad-cta {
    display: inline-block;
    background: #1a237e;
    color: #fff !important;
    text-decoration: none !important;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: .85rem;
    font-weight: 700;
    transition: opacity .2s;
}
.glh-ad-cta:hover {
    opacity: .88;
}
.glh-ad-image {
    width: 140px;
    flex-shrink: 0;
}
.glh-ad-image img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    display: block;
}
.glh-ad-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #888;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 6px;
}
.glh-ad-img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
@media (max-width: 500px) {
    .glh-ad-inner { flex-direction: column; }
    .glh-ad-image { width: 100%; }
    .glh-ad-image img { height: 160px; object-fit: contain; }
    .glh-ad-headline { font-size: .95rem; }
}
/* ═══════════════════════════════════════════
   AD CAMPAIGN CAROUSEL
═══════════════════════════════════════════ */
.glh-ad-carousel{position:relative;margin:26px 0;clear:both;border-radius:14px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.08);background:#f4f6fb;}
.glh-ad-carousel .glh-ad-chip{position:absolute;top:10px;right:12px;z-index:5;font-size:11px;font-weight:700;color:#888;background:rgba(255,255,255,.9);border:1px solid #e0e0e0;padding:2px 8px;border-radius:6px;letter-spacing:.3px;}
.glh-ad-carousel-track{display:flex;transition:transform .45s ease;}
.glh-ad-slide{flex:0 0 100%;max-width:100%;}
.glh-ad-slide-link{display:flex;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;color:inherit;min-height:110px;}
.glh-ad-slide-link img{width:120px;height:90px;object-fit:cover;border-radius:10px;flex-shrink:0;}
.glh-ad-slide-caption{display:flex;flex-direction:column;gap:4px;}
.glh-ad-slide-caption strong{font-size:16px;color:#1a1a2e;}
.glh-ad-slide-caption span{font-size:13px;color:#888;}
.glh-ad-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:14px;color:#333;box-shadow:0 1px 6px rgba(0,0,0,.15);z-index:5;}
.glh-ad-prev{left:8px;} .glh-ad-next{right:8px;}
.glh-ad-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:5;}
.glh-ad-dot{width:7px;height:7px;border-radius:50%;background:rgba(0,0,0,.25);cursor:pointer;}
.glh-ad-dot.active{background:#1a1a2e;}
@media(max-width:520px){.glh-ad-slide-link{flex-direction:column;align-items:flex-start;padding:14px;}.glh-ad-slide-link img{width:100%;height:140px;}}

/* Full-width banner variant — used at the end of a single blog post.
   Shows the ad creative edge-to-edge (like a real banner ad) instead
   of the small thumbnail + caption layout used between feed posts. */
.glh-ad-carousel--single{margin:34px 0;border-radius:14px;}
.glh-ad-carousel--single .glh-ad-slide-link{display:block;padding:0;min-height:0;gap:0;}
.glh-ad-carousel--single .glh-ad-slide-link img{width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:0;display:block;}
.glh-ad-carousel--single .glh-ad-chip{top:14px;right:16px;}

/* ═══════════════════════════════════════════
   STAR RATINGS
═══════════════════════════════════════════ */
.glh-rate-box{margin:26px 0;padding:16px 18px;border-radius:10px;background:#f8faff;border:1px solid #e6ecfb;text-align:center;}
.glh-rate-label{margin:0 0 8px;font-size:13px;font-weight:600;color:#444;}
.glh-rate-stars{display:inline-flex;gap:4px;cursor:pointer;}
.glh-rate-star{font-size:26px;color:#d8dce8;transition:color .1s;}
.glh-rate-stars.glh-rate-done .glh-rate-star{cursor:default;}
.glh-rate-star.glh-hover{color:#f0b400;}
.glh-rate-thanks{display:block;margin-top:8px;font-size:12px;color:#22c55e;font-weight:600;}

.glh-rating-badge{display:flex;align-items:center;gap:5px;margin-top:8px;font-size:12px;}
.glh-rating-badge-stars{display:inline-flex;gap:1px;font-size:14px;}
.glh-star-full{color:#f0b400;} .glh-star-half{color:#f0b400;opacity:.5;} .glh-star-empty{color:#d8dce8;}
.glh-rating-badge-score{font-weight:700;color:#333;}
.glh-rating-badge-count{color:#999;}

/* ═══════════════════════════════════════════
   AUTHOR LOCATION MAP
═══════════════════════════════════════════ */
.glh-author-map-box{margin:26px 0;clear:both;}
.glh-author-map-label{font-size:13px;font-weight:600;color:#444;margin:0 0 8px;}
.glh-author-map-frame{border-radius:10px;overflow:hidden;box-shadow:0 1px 8px rgba(0,0,0,.12);}

/* ═══════════════════════════════════════════
   WHATSAPP CONTACT BUTTON
═══════════════════════════════════════════ */
.glh-bh-whatsapp-float{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 18px;
    border-radius:999px;
    box-shadow:0 4px 16px rgba(0,0,0,.25);
    font-weight:600;
    font-size:14px;
    text-decoration:none;
    line-height:1;
    transition:transform .15s ease, box-shadow .15s ease;
}
.glh-bh-whatsapp-float:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 20px rgba(0,0,0,.3);
    text-decoration:none;
}
.glh-bh-whatsapp-icon{display:inline-flex;align-items:center;}
.glh-bh-whatsapp-icon svg{display:block;}

.glh-bh-whatsapp-inline-wrap{margin:22px 0;text-align:center;}
.glh-bh-whatsapp-inline{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 22px;
    border-radius:8px;
    font-weight:600;
    font-size:15px;
    text-decoration:none;
    line-height:1;
}
.glh-bh-whatsapp-inline:hover{opacity:.92;text-decoration:none;}

@media (max-width:480px){
    .glh-bh-whatsapp-float{
        right:14px;
        bottom:14px;
        padding:12px;
        border-radius:50%;
    }
    .glh-bh-whatsapp-float .glh-bh-whatsapp-label{display:none;}
}

/* Post titles — light blue, clearly clickable, on the blog listing and
   single post page. These selectors are written to match (or exceed)
   GridBit's own specificity — the theme's style.css uses the exact
   selector ".gridbit-grid-post .gridbit-grid-post-title a" with
   !important, which beats a shorter selector even with !important of
   its own, so we match it precisely here rather than guessing. */
.gridbit-grid-post .gridbit-grid-post-title,
.gridbit-grid-post .gridbit-grid-post-title a,
.gridbit-grid-post-title,
.gridbit-grid-post-title a,
.post-title.entry-title,
.post-title.entry-title a,
.entry-title a {
    color:#3fa9f5 !important;
    text-decoration:none;
    transition:color .15s ease;
}
.gridbit-grid-post .gridbit-grid-post-title a:hover,
.gridbit-grid-post .gridbit-grid-post-title a:focus,
.gridbit-grid-post .gridbit-grid-post-title a:active,
.post-title.entry-title a:hover {
    color:#1c7fc4 !important;
    text-decoration:underline;
}

/* ── Author name — shown prominently wherever it appears ── */
.gridbit-grid-post-author a,
.gridbit-entry-meta-single-author a {
    font-weight:700;
    color:#1a1a1a;
    font-size:1.02em;
}
.comment-author .fn,
.comment-author .fn a {
    font-weight:700 !important;
    font-size:15.5px !important;
    color:#111 !important;
}

/* ── Comments area — frosted glass, rounded, breathing room ── */
#comments.comments-area {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(31,38,135,0.10);
    padding: 8px;
    margin-top: 28px;
}
#comments .comments-title {
    font-size: 1.15em;
    padding: 6px 10px 2px;
}
#comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments .comment-list .comment,
#comments .comment-list > li {
    background: rgba(255,255,255,0.65);
    border-radius: 14px;
    padding: 14px 16px;
    margin: 10px 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
#comments .comment-list ol.children {
    list-style: none;
    margin-left: 24px;
    padding: 0;
    border-left: 2px solid rgba(0,0,0,0.06);
}
#comments .comment-content {
    line-height: 1.55;
    color: #333;
}
#comments .comment-content.glh-bh-clamp {
    max-height: 132px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(180deg,#000 70%,transparent 100%);
    mask-image: linear-gradient(180deg,#000 70%,transparent 100%);
}
#comments .comment-content.glh-bh-clamp-open {
    max-height: none;
    -webkit-mask-image: none;
    mask-image: none;
}
.glh-bh-readmore {
    background: none;
    border: none;
    color: #3fa9f5;
    font-weight: 600;
    font-size: 13.5px;
    cursor: pointer;
    padding: 4px 0 0;
    display: inline-block;
}
.glh-bh-readmore:hover { text-decoration: underline; }

.glh-bh-react {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 12px;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.7);
    font-size: 13px;
    cursor: pointer;
    transition: transform .12s ease, background .12s ease;
}
.glh-bh-react:hover { background: #fff; }
.glh-bh-react.is-active { background: #fff3cd; transform: scale(1.06); }

#glh-bh-live-banner {
    background: linear-gradient(90deg,#3fa9f5,#6cc7ff);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 10px 14px;
    border-radius: 12px;
    margin: 6px 6px 14px;
    cursor: pointer;
    animation: glh-bh-live-in .25s ease;
}
@keyframes glh-bh-live-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Comment form — same frosted-glass treatment */
#respond {
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 18px;
    margin-top: 14px;
}
#respond .comment-form input[type=text],
#respond .comment-form input[type=email],
#respond .comment-form input[type=url],
#respond .comment-form textarea {
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
