body.blog > .site-header { display: none !important; }
.blog-search-logo{height:64px;width:auto;object-fit:contain;opacity:.8}
.blog-search-logo-text{font-family:'Poppins',sans-serif;font-weight:800;font-size:2rem;letter-spacing:6px;color:rgba(255,255,255,.65)}
.blog-search-results-empty{width:100%;color:rgba(255,255,255,.35);font-size:13px;text-align:center}
.blog-search-results-loading{padding:40px;color:rgba(255,255,255,.25);font-size:14px}
.th-search-result{padding:8px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.th-search-result-header{padding:32px;font-size:14px;text-align:center}
.th-search-result-list{padding:6px 0}
.th-search-result-thumb{width:52px;height:36px;object-fit:cover;border-radius:6px;flex-shrink:0}
.th-search-result-info{flex:1;min-width:0}
.th-search-result-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.th-search-result-excerpt{font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.blog-hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: transparent; transition: background 0.4s, box-shadow 0.4s, padding 0.4s; padding: 12px 0; }
.blog-hdr.scrolled { background: rgba(10,10,12,.95) !important; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(0,0,0,.3); padding: 8px 0; }
.blog-hdr .header-inner { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.blog-hdr .site-branding { flex-shrink: 0; text-align: left; display: flex; align-items: center; }
.blog-hdr .site-branding a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.blog-hdr .site-logo-img { width: auto; object-fit: contain; display: block; transition: all 0.3s ease; }
@media (min-width: 769px) { .blog-hdr.scrolled .site-logo-img { height: 40px !important; } }
.blog-hdr .site-logo-text { font-family: 'Poppins', sans-serif; font-weight: 700; letter-spacing: 2px; line-height: 1.1; }
.blog-hdr .site-logo-sub { font-family: var(--th-font-body); font-weight: 500; font-size: 0.6rem; letter-spacing: 3px; margin-top: 4px; }
.blog-hdr.scrolled .site-logo-sub { opacity: 0; max-height: 0; overflow: hidden; margin-top: 0; }
.blog-hdr-pill { display: flex; align-items: center; gap: 12px; background: rgba(15,15,15,.65); backdrop-filter: blur(24px); border-radius: 999px; padding: 5px 8px 5px 18px; height: 48px; transition: background 0.4s; }
.blog-hdr.scrolled .blog-hdr-pill { background: rgba(15,15,15,.85); box-shadow: 0 4px 20px rgba(0,0,0,.3); }
.blog-hdr-search { display: flex; align-items: center; gap: 8px; }
.blog-hdr-search svg { color: rgba(255,255,255,.45); }
.blog-hdr-search input { background: transparent; border: none; outline: none; color: #fff; font-family: var(--th-font-body); font-size: .82rem; width: 130px; transition: width 0.3s; }
.blog-hdr-search input::placeholder { color: rgba(255,255,255,.35); }
.blog-hdr-search:focus-within svg { color: var(--th-color-gold); }
.blog-hdr-search:focus-within input { width: 190px; }
.blog-hdr-div { width: 1px; height: 16px; background: rgba(255,255,255,.12); }
.blog-hdr-socials { display: flex; align-items: center; gap: 10px; }
.blog-hdr-socials a { color: rgba(255,255,255,.6); display: inline-flex; align-items: center; justify-content: center; transition: color 0.2s; }
.blog-hdr-socials a:hover { color: var(--th-color-gold); }
.blog-hdr-link { font-family: var(--th-font-body); font-size: .7rem; font-weight: 600; color: #000; background: #fff; padding: 7px 14px; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .8px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.blog-hdr-link:hover { background: var(--th-color-gold); color: #fff; }
.blog-hdr-mobile { display: none; }
.blog-hdr-lupa { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: #fff; transition: color .25s; align-items: center; justify-content: center; }
.blog-hdr-lupa:hover { color: var(--th-color-gold); }
@media (max-width: 768px) {
    .blog-hdr-pill { display: none !important; }
    .blog-hdr-mobile { display: flex !important; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; }
    .blog-hdr .header-inner { padding: 0 0 0 6px !important; gap: 0 !important; align-items: center; justify-content: space-between; }
    .blog-hdr .site-logo-img { max-height: 56px !important; }
    .blog-hdr.scrolled .site-logo-img { max-height: 30px !important; }
    .blog-hdr .site-logo-text { font-size: 1.2rem !important; letter-spacing: 1.5px !important; }
    .blog-hdr .site-logo-sub { font-size: 0.5rem !important; letter-spacing: 2px !important; }
    .blog-hdr.scrolled .site-logo-sub { opacity: 0; max-height: 0; overflow: hidden; }
    .blog-hdr.scrolled { background: rgba(10,10,12,.98) !important; backdrop-filter: blur(24px); border-bottom: 1px solid rgba(255,255,255,.06); padding: 2px 0 !important; }
    .blog-hdr-lupa { display: flex !important; align-items: center !important; justify-content: center; width: 32px; height: 32px; padding: 0; border-radius: 8px; transform: none !important; background: rgba(255,255,255,.07); border: none; color: rgba(255,255,255,.6); transition: all .2s ease; }
    .blog-hdr-lupa:hover { color: var(--th-color-gold); background: rgba(201,168,76,.15); }
    .blog-hdr-lupa svg { width: 15px; height: 15px; }
    .menu-toggle { display: flex !important; align-items: center !important; justify-content: center !important; width: 48px; height: 48px; padding: 0 !important; border-radius: 10px !important; margin: 0 0 0 2px; flex-shrink: 0; transform: none !important; background: none; border: none; color: #fff; cursor: pointer; transition: all .2s ease; }
    .menu-toggle:hover { color: var(--th-color-gold); background: none; }
    .menu-toggle svg { width: 28px; height: 28px; stroke-width: 1.8; }
}
@media (max-width: 480px) {
    .blog-hdr .header-inner { padding: 0 0 0 6px !important; gap: 4px !important; }
    .blog-hdr .site-logo-img { max-height: 48px !important; }
    .blog-hdr.scrolled .site-logo-img { max-height: 26px !important; }
    .blog-hdr .site-logo-text { font-size: 1rem !important; letter-spacing: 1px !important; }
}
.blog-search-overlay { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(10,10,12,.98); backdrop-filter: blur(24px); flex-direction: column; align-items: center; justify-content: center; padding: 24px; }
.blog-search-overlay-inner { width: 100%; max-width: 480px; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.blog-search-overlay-close { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: rgba(255,255,255,.6); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.blog-search-overlay-close:hover { background: rgba(255,255,255,.1); color: #fff; }
.blog-search-overlay-form { width: 100%; display: flex; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 0 16px; }
.blog-search-overlay-form svg { color: rgba(255,255,255,.4); flex-shrink: 0; }
.blog-search-overlay-form input { flex: 1; border: none; background: transparent; padding: 16px 12px; font-size: 1.1rem; color: #fff; outline: none; font-family: inherit; }
@media (max-width: 768px) {
    .blog-search-overlay .blog-search-logo { height: 80px !important; }
    .blog-search-overlay .blog-search-logo-text { font-size: 2.4rem !important; letter-spacing: 8px !important; }
}

.blog-footer-desktop{display:flex}.blog-footer-mobile{display:none}@media(max-width:768px){.blog-footer-desktop{display:none!important}.blog-footer-mobile{display:block!important}}.blog-social-link:hover{color:#fff!important;background:rgba(255,255,255,.1)!important}.blog-social-link[data-social="whatsapp"]:hover{color:#25D366!important}.blog-social-link[data-social="youtube"]:hover{color:#FF0000!important}.blog-social-mobile:hover{background:rgba(255,255,255,.12)!important}
/* Blog Page - Extracted inline styles */
.blog-hero{background:linear-gradient(135deg,#050505 0%,#111 100%);border-bottom:1px solid rgba(255,255,255,.05)}
.blog-hero-container{max-width:900px;margin:0 auto;text-align:center}
.blog-hero-title{font-family:'Poppins',sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;letter-spacing:-1px;margin-bottom:24px;line-height:1.15;color:#fff}
.blog-hero-subtitle{font-size:1.1rem;font-weight:400;color:rgba(255,255,255,.6);max-width:650px;margin:0 auto;line-height:1.6}
.blog-hero-date{font-size:.8rem;color:var(--th-color-gold);font-weight:500;margin-top:32px;letter-spacing:1px;text-transform:uppercase}
.blog-main-wrap{padding:48px 24px}
.blog-search-info{margin:16px 0 8px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.blog-search-text{font-size:.9rem;color:rgba(255,255,255,.5);margin:0}
.blog-search-bold{color:#fff}
.blog-search-clear{font-size:.8rem;color:var(--th-color-gold);font-weight:600;text-decoration:none}
.blog-empty{text-align:center;color:#6b7280;font-size:1.1rem;margin-top:40px}
.blog-card-video-wrap{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;height:200px}
.blog-video-thumb{width:100%;height:200px;object-fit:cover;transition:opacity .3s}
.blog-video-embed{position:absolute;top:0;left:0;width:100%;height:200px;border:none;pointer-events:none;opacity:0;transition:opacity .3s}
.blog-video-mp4{width:100%;height:200px;object-fit:cover}
.blog-video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:rgba(0,0,0,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .3s;z-index:2}
.blog-play-icon-svg{margin-left:2px}
.blog-card-img{width:100%;height:200px;object-fit:cover}
.blog-custom-footer{background:#050505;border-top:1px solid rgba(255,255,255,.05);padding:48px 0 24px;margin-top:64px}
.blog-footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}
.blog-footer-brand-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.blog-footer-brand{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.1rem;letter-spacing:1px;color:#fff}
.blog-footer-dot{width:4px;height:4px;border-radius:50%;background:var(--th-color-gold)}
.blog-footer-copy{font-size:.75rem;color:rgba(255,255,255,.35)}
.blog-footer-social{display:flex;align-items:center;gap:12px}
.blog-footer-cta{font-family:var(--th-font-body);font-weight:600;font-size:.65rem;color:rgba(var(--th-color-gold-rgb),.8);text-decoration:none;letter-spacing:1.5px;text-transform:uppercase;border:1px solid rgba(var(--th-color-gold-rgb),.2);padding:7px 14px;border-radius:99px;transition:all .3s}
.blog-footer-mobile-brand{font-family:'Poppins',sans-serif;font-weight:700;font-size:1rem;letter-spacing:1px;color:#fff;margin-bottom:12px}
.blog-footer-mobile-socials{display:flex;justify-content:center;gap:16px;margin-bottom:16px}
.blog-footer-mobile-cta{display:inline-block;font-family:var(--th-font-body);font-weight:600;font-size:.65rem;color:rgba(var(--th-color-gold-rgb),.8);text-decoration:none;letter-spacing:1.5px;text-transform:uppercase;border:1px solid rgba(var(--th-color-gold-rgb),.25);padding:8px 20px;border-radius:99px;transition:all .3s}
.blog-footer-mobile-copy{margin-top:16px;font-size:.7rem;color:rgba(255,255,255,.25)}

body.blog,body.blog.blog,body.page-template-page-blog.php,body.blog:not(.home){background:#ffffff;background-image:none;color:#1a1a2e}body.blog::before,body.blog::after,body.page-template-page-blog.php::before,body.page-template-page-blog.php::after{display:none;background:none}body.blog .page-header,body.page-template-page-blog.php .page-header{background:#0a0a0a}body.blog .site-footer,body.page-template-page-blog.php .site-footer{background:#0a0a0a;color:rgba(255,255,255,.6);border-top:1px solid rgba(255,255,255,.06)}body.blog .site-footer .footer-col-title,body.page-template-page-blog.php .site-footer .footer-col-title{color:#fff}body.blog .site-footer p,body.page-template-page-blog.php .site-footer p,body.blog .site-footer strong,body.page-template-page-blog.php .site-footer strong{color:rgba(255,255,255,.55)}body.blog .site-footer .footer-social .social-link,body.page-template-page-blog.php .site-footer .footer-social .social-link{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.07);color:rgba(255,255,255,.4)}body.blog .site-footer .footer-social .social-link:hover,body.page-template-page-blog.php .site-footer .footer-social .social-link:hover{background:var(--th-color-gold);border-color:var(--th-color-gold);color:#0a0a0a}body.blog .site-footer .footer-menu a,body.page-template-page-blog.php .site-footer .footer-menu a{color:rgba(255,255,255,.42)}body.blog .site-footer .footer-menu a:hover,body.page-template-page-blog.php .site-footer .footer-menu a:hover{color:var(--th-color-gold)}body.blog .site-footer .footer-divider,body.page-template-page-blog.php .site-footer .footer-divider{background:linear-gradient(90deg,transparent,rgba(255,255,255,.08) 20%,rgba(255,255,255,.08) 80%,transparent)}body.blog .site-footer .footer-bottom,body.page-template-page-blog.php .site-footer .footer-bottom{color:rgba(255,255,255,.25)}body.blog .site-footer .fbc-item,body.page-template-page-blog.php .site-footer .fbc-item{color:rgba(255,255,255,.38)}body.blog .site-footer .footer-map-link,body.page-template-page-blog.php .site-footer .footer-map-link{color:rgba(255,255,255,.38)}body.blog .site-footer .footer-map-link:hover,body.page-template-page-blog.php .site-footer .footer-map-link:hover{color:var(--th-color-gold)}body.blog .site-footer .footer-extra-info,body.page-template-page-blog.php .site-footer .footer-extra-info{color:rgba(255,255,255,.25)}body.blog .entry-content,body.page-template-page-blog.php .entry-content{color:#2c3e50}body.blog .entry-content h2,body.page-template-page-blog.php .entry-content h2{color:#0a0a0a}body.blog .entry-content h3,body.page-template-page-blog.php .entry-content h3{color:#0a0a0a}body.blog .entry-content p,body.page-template-page-blog.php .entry-content p{color:#374151}body.blog .entry-content li,body.page-template-page-blog.php .entry-content li{color:#374151}body.blog .entry-content a,body.page-template-page-blog.php .entry-content a{color:var(--th-color-gold)}body.blog .blog-card,body.page-template-page-blog.php .blog-card{background:#fff;border-color:#e5e7eb}body.blog .blog-card-content h2 a,body.page-template-page-blog.php .blog-card-content h2 a{color:#111827}body.blog .blog-card-content p,body.page-template-page-blog.php .blog-card-content p{color:#6b7280}body.blog .blog-card-meta,body.page-template-page-blog.php .blog-card-meta{color:#6b7280}body.blog .blog-card-cat,body.page-template-page-blog.php .blog-card-cat{background:#fff3cd;color:#664d00}body.blog .blog-card-link,body.page-template-page-blog.php .blog-card-link{color:var(--th-color-gold)}body.blog .blog-pagination .page-numbers,body.page-template-page-blog.php .blog-pagination .page-numbers{border-color:#e5e7eb;color:#4b5563}body.blog .blog-pagination .page-numbers:hover:not(.current),body.page-template-page-blog.php .blog-pagination .page-numbers:hover:not(.current){background:#f3f4f6}body.blog .blog-search,body.page-template-page-blog.php .blog-search{border-color:#e5e7eb;background:#f9fafb}body.blog .blog-search:focus-within,body.page-template-page-blog.php .blog-search:focus-within{border-color:rgba(var(--th-color-gold-rgb),.35);background:rgba(255,255,255,.8)}body.blog .blog-search-input,body.page-template-page-blog.php .blog-search-input{color:#111827}body.blog .blog-search-input::placeholder,body.page-template-page-blog.php .blog-search-input::placeholder{color:#9ca3af}body.blog .blog-search-btn,body.page-template-page-blog.php .blog-search-btn{background:rgba(var(--th-color-gold-rgb),.08);color:#8a6d1f}body.blog .blog-search-btn:hover,body.page-template-page-blog.php .blog-search-btn:hover{background:rgba(var(--th-color-gold-rgb),.18)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .25s;display:flex;flex-direction:column}.blog-card:hover{border-color:rgba(var(--th-color-gold-rgb),.3);transform:translateY(-2px)}.blog-card:first-child{grid-column:span 2}.blog-card:first-child .blog-card-image img{height:300px}.blog-card:first-child .blog-card-content h2{font-size:1.375rem}.blog-card-image{display:block;overflow:hidden}.blog-card:nth-child(n+2) .blog-card-image img{height:180px}.blog-card-image img{width:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-card-image img{transform:scale(1.04)}.blog-card-content{padding:20px;flex:1;display:flex;flex-direction:column}.blog-card-meta{display:flex;gap:10px;margin-bottom:10px;font-size:.75rem;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.5px}.blog-card-cat{background:rgba(var(--th-color-gold-rgb),.15);color:var(--th-color-gold);padding:2px 8px;border-radius:4px;font-weight:600;font-size:.6875rem;letter-spacing:0;text-transform:none}.blog-card-content h2{font-size:1.125rem;font-weight:600;margin-bottom:8px;line-height:1.3;color:#fff}.blog-card:first-child .blog-card-content h2{font-size:1.375rem}.blog-card-content h2 a{color:#111827}.blog-card-content h2 a:hover{color:var(--th-color-gold)}.blog-card-content p{color:rgba(255,255,255,.55);font-size:.875rem;line-height:1.6;margin-bottom:12px;flex:1;text-align:justify}.blog-card-link{color:var(--th-color-gold);font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:4px}.blog-card-link::after{content:'\2192';transition:transform .15s}.blog-card-link:hover::after{transform:translateX(3px)}.blog-pagination{margin-top:48px;text-align:center}.blog-pagination .nav-links{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.blog-pagination .page-numbers{padding:8px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.6);font-size:.875rem;font-weight:500;transition:all .15s}.blog-pagination .page-numbers.current{background:var(--th-color-gold);color:#fff;border-color:var(--th-color-gold)}.blog-pagination .page-numbers:hover:not(.current){background:rgba(255,255,255,.06);color:#fff}.blog-search-wrap{display:flex;justify-content:flex-end;margin-bottom:40px}.blog-search{display:flex;align-items:center;width:100%;max-width:440px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:rgba(255,255,255,.05);transition:all .4s cubic-bezier(.25,.1,.25,1);position:relative;z-index:100}.blog-search:focus-within{border-color:rgba(var(--th-color-gold-rgb),.35);background:rgba(255,255,255,.08)}.blog-search-input{flex:1;border:none;background:transparent;padding:14px 16px;font-size:.875rem;color:#fff;outline:none;font-family:'Inter',sans-serif;letter-spacing:-0.01em;transition:padding .3s ease}.blog-search-input::placeholder{color:rgba(255,255,255,.28);transition:color .3s ease}.blog-search-input:focus::placeholder{color:rgba(255,255,255,.15)}.blog-search-btn{background:rgba(var(--th-color-gold-rgb),.1);border:none;border-radius:10px;width:34px;height:34px;cursor:pointer;color:var(--th-color-gold);transition:all .3s cubic-bezier(.25,.1,.25,1);display:flex;align-items:center;justify-content:center;margin-right:6px;flex-shrink:0}.blog-search-btn:hover{background:rgba(var(--th-color-gold-rgb),.2);transform:scale(1.08)}.blog-search-btn:active{transform:scale(.95)}.blog-mobile-actions{display:none;align-items:center;gap:4px;flex-shrink:0;margin-top:-30px}.blog-mobile-search-btn{background:none;border:none;width:auto;height:auto;cursor:pointer;color:rgba(255,255,255,.85);align-items:center;justify-content:center;transition:color .2s;flex-shrink:0;padding:6px}.blog-mobile-search-btn:hover{color:#fff}#blog-search-overlay input[type="search"]{-webkit-appearance:none;appearance:none;color:#fff;font-size:1rem}#blog-search-overlay input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}#search-suggestions{position:fixed;top:70px;right:32px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.18);z-index:99999;max-height:65vh;overflow-y:auto;width:420px;min-width:360px}#search-suggestions a{transition:background .12s ease;display:flex;gap:12px;padding:10px 14px;text-decoration:none;border-radius:10px;margin:3px 6px;align-items:center}#search-suggestions a:hover{background:#f8fafc}#search-overlay{display:none;position:fixed;inset:0;z-index:99998;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.blog-card-content p{text-align:justify}.privacy-dark .entry-content{color:rgba(255,255,255,.75)}.privacy-dark .entry-content h2{color:#fff;border-left-color:var(--th-color-gold)}.privacy-dark .entry-content h3{color:#fff}.privacy-dark .entry-content p{color:rgba(255,255,255,.65)}.privacy-dark .entry-content ul,.privacy-dark .entry-content ol{color:rgba(255,255,255,.65)}.privacy-dark .entry-content li{color:rgba(255,255,255,.65)}.privacy-dark .entry-content li strong{color:rgba(255,255,255,.9)}.privacy-dark .entry-content blockquote{background:rgba(255,255,255,.04);color:rgba(255,255,255,.7);border-left-color:var(--th-color-gold)}.privacy-dark .entry-content a{color:var(--th-color-gold)}.privacy-dark .privacy-section h2{color:#fff;border-bottom-color:rgba(var(--th-color-gold-rgb),.2)}.privacy-dark .privacy-section p{color:rgba(255,255,255,.65)}.privacy-dark .privacy-section li{color:rgba(255,255,255,.6)}.privacy-dark .privacy-section li strong{color:rgba(255,255,255,.9)}.privacy-dark .privacy-cta{background:linear-gradient(135deg,rgba(var(--th-color-gold-rgb),.08),rgba(var(--th-color-gold-rgb),.02));border-color:rgba(var(--th-color-gold-rgb),.2)}.privacy-dark .privacy-cta p{color:rgba(255,255,255,.7)}@media(max-width:768px){.blog-grid{display:grid;grid-template-columns:1fr;gap:20px}.blog-card:first-child,.blog-card:nth-child(2),.blog-card:nth-child(n+3){grid-column:span 1}.blog-card:first-child .blog-card-image img{height:220px}.blog-card:nth-child(n+2) .blog-card-image img{height:180px}.blog-card-content{padding:20px}.blog-card-content h2{font-size:1.125rem;line-height:1.35}.blog-card-meta{gap:8px;margin-bottom:8px}.blog-card-content p{font-size:.8125rem;line-height:1.6;margin-bottom:10px;text-align:justify}.blog-search{max-width:100%;border-radius:12px;margin-left:0}.blog-search-input{font-size:1rem;padding:14px 18px}.blog-search-wrap{display:none}.blog-mobile-search-btn{display:flex}#search-suggestions{display:none}#search-overlay{display:none}.blog-card-content p{text-align:justify}.blog-pagination .page-numbers{padding:10px 16px;font-size:.9375rem}.blog-pagination .nav-links{gap:8px}.home-blog-grid .blog-card-image img{height:180px}}.blog-empty-state{grid-column:1/-1;text-align:center;color:var(--th-text-muted)}.blog-card-video-wrap{position:relative;display:block;overflow:hidden;cursor:pointer}.blog-video-thumb,.blog-video-mp4{width:100%;height:220px;object-fit:cover;transition:opacity .3s}.blog-video-embed{position:absolute;top:0;left:0;width:100%;height:220px;border:none;pointer-events:none;opacity:0;transition:opacity .3s}.blog-video-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:rgba(0,0,0,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .3s;z-index:2}.blog-video-play-icon svg{margin-left:2px}.blog-card-img{width:100%;height:220px;object-fit:cover}.blog-footer{text-align:center;margin-top:48px}