body,button,input,select,textarea{font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif !important;color:#1e293b;background:#fff}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:50;background:rgba(255,255,255,.8);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid #e2e8f0;transition:background-color .2s,border-color .2s,backdrop-filter .2s}body.blog .site-header:not(.is-scrolled),body.archive .site-header:not(.is-scrolled),body.category .site-header:not(.is-scrolled),body.search .site-header:not(.is-scrolled){background:0 0 !important;border-bottom-color:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}body.blog,body.archive,body.category,body.search{padding-top:0 !important}.site-header__inner{max-width:1280px;min-height:64px;margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:2rem}body{padding-top:64px}body.admin-bar{padding-top:96px}@media (max-width:782px){body.admin-bar{padding-top:110px}}.site-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a}.site-brand img{width:28px;height:28px;object-fit:contain;border-radius:6px}.site-brand__wordmark{font-size:1.25rem;line-height:1;font-weight:400}.site-brand__wordmark strong{font-weight:800}.site-brand:hover{color:#0f172a;text-decoration:none}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav>a,.site-nav__trigger{font-size:1rem;color:#64748b;text-decoration:none;background:0 0;border:0;padding:0;font-family:inherit;cursor:pointer;transition:color .15s}.site-nav>a:hover,.site-nav__trigger:hover{color:#0f172a}.site-nav__group{position:relative}.site-nav__trigger{display:inline-flex;align-items:center;gap:.25rem}.site-nav__caret{width:.75rem;height:.75rem;transition:transform .15s}.site-nav__group.is-open .site-nav__caret,.site-nav__group:hover .site-nav__caret{transform:rotate(180deg)}.site-nav__dropdown{position:absolute;left:0;top:100%;padding-top:.75rem;min-width:220px;background:0 0;border:0;box-shadow:none;opacity:0;visibility:hidden;transition:opacity .15s;z-index:60}.site-nav__group:hover .site-nav__dropdown,.site-nav__group:focus-within .site-nav__dropdown,.site-nav__group.is-open .site-nav__dropdown{opacity:1;visibility:visible}.site-nav__panel{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden}.site-nav__panel a{display:block;padding:.625rem 1rem;font-size:.875rem;color:#475569;text-decoration:none;transition:background .15s,color .15s}.site-nav__panel a:hover{background:#f8fafc;color:#0f172a}.site-cta{display:flex;align-items:center;gap:.75rem}.site-cta__login{font-size:1rem;color:#475569;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:color .15s}.site-cta__login:hover{color:#0f172a}.site-cta__primary{font-size:1rem;font-weight:500;color:#fff;background:#4f46e5;text-decoration:none;padding:.5rem 1.25rem;border-radius:.5rem;transition:background .15s}.site-cta__primary:hover{background:#4338ca;color:#fff}@media (max-width:768px){.site-nav,.site-cta__login{display:none}}.site-footer{font-family:"Inter",system-ui,sans-serif;border-top:1px solid #e2e8f0;padding:4rem 1.5rem;background:#fff;color:#475569}.site-footer__grid{max-width:1152px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem}.site-footer__bottom{max-width:1152px;margin:0 auto}@media (max-width:900px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:span 2}}.site-footer__logo{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0f172a;text-decoration:none;line-height:1}.site-footer__logo img{width:24px;height:24px;object-fit:contain}.site-footer__logo strong{font-weight:800}.site-footer__tagline{font-size:.875rem;line-height:1.625;color:#475569;margin:1rem 0 1rem}.site-footer__email{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569;text-decoration:none;margin-bottom:1rem;transition:color .15s}.site-footer__email:hover{color:#4f46e5}.site-footer__email svg{width:1rem;height:1rem}.site-footer__social{display:flex;align-items:center;gap:.75rem}.site-footer__social>a{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#64748b;transition:color .15s}.site-footer__social>a:hover{color:#0f172a}.site-footer__social svg{width:1rem;height:1rem}.site-footer__divider{width:1px;height:1rem;background:#e2e8f0;flex-shrink:0}.site-footer__browser{opacity:.7;transition:opacity .15s}.site-footer__browser:hover{opacity:1}.site-footer__browser img{width:18px;height:18px;display:block}.site-footer__col h3{font-size:.875rem;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.site-footer__col ul,.site-footer__col ul li{list-style:none !important;padding-left:0 !important;margin-left:0 !important}.site-footer__col ul{padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__col ul li::marker{content:none}.site-footer__col a{font-size:.875rem;color:#64748b;text-decoration:none;transition:color .15s}.site-footer__col a:hover{color:#4f46e5}.site-footer__bottom{border-top:1px solid #e2e8f0;padding-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;font-size:.875rem;color:#64748b}.site-footer__bottom p{margin:0}.site-footer__badges{display:flex;align-items:center;gap:1rem}.site-footer__badges span{display:inline-flex;align-items:center;gap:.375rem}.site-footer__badges svg{width:.875rem;height:.875rem;color:#10b981}.single-post #breadcrumbs,.single-post .breadcrumb,.single-post .nectar-breadcrumbs,.single-post p#breadcrumbs.yoast,.single-post #author-bio,.single-post #author-info,.single-post .nectar-author-section{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.single-post .entry-title,.single-post .post-content,.single-post .sharedaddy,.single-post #jp-relatedposts,.single-post .wp-block-jetpack-subscriptions,.single-post .comments-section,.single-post .nectar-author-section{max-width:768px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.single-post .entry-title{font-size:2.25rem;line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:2.5rem auto 1.5rem}@media (min-width:768px){.single-post .entry-title{font-size:3rem}}.single-post .post-content{font-size:1.0625rem;line-height:1.75;color:#334155}.single-post .post-content h2{font-size:1.75rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;margin:2.5rem 0 1rem}.single-post .post-content h3{font-size:1.375rem;font-weight:600;color:#0f172a;margin:2rem 0 .75rem}.single-post .post-content h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin:1.5rem 0 .5rem}.single-post .post-content p{margin:0 0 1.25rem}.single-post .post-content ul,.single-post .post-content ol{margin:0 0 1.25rem;padding-left:1.5rem !important}.single-post .post-content ul{list-style:disc !important}.single-post .post-content ol{list-style:decimal !important}.single-post .post-content li{margin-bottom:.5rem}.single-post .post-content li::marker{color:#94a3b8}.single-post .post-content a{color:#4f46e5;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .15s,text-decoration-thickness .15s}.single-post .post-content a:hover{color:#4338ca;text-decoration-thickness:2px}.single-post .post-content blockquote{margin:1.75rem 0;padding:.5rem 1.25rem;border-left:4px solid #c7d2fe;color:#475569;font-style:italic;background:#f8fafc;border-radius:0 .5rem .5rem 0}.single-post .post-content blockquote p:last-child{margin-bottom:0}.single-post .post-content :not(pre)>code{background:#f1f5f9;color:#0f172a;padding:.125rem .375rem;border-radius:.375rem;font-size:.875em;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace}.single-post .post-content pre{background:#0f172a;color:#e2e8f0;padding:1rem 1.25rem;border-radius:.75rem;overflow-x:auto;margin:1.5rem 0;font-size:.875rem;line-height:1.6;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace}.single-post .post-content img,.single-post .post-content figure img{max-width:100%;height:auto;border-radius:.75rem;margin:1.75rem 0;display:block}.single-post .post-content figcaption{margin-top:-1rem;margin-bottom:1.75rem;font-size:.875rem;color:#64748b;text-align:center}.single-post .post-content hr,.single-post .post-content .wp-block-separator{margin:2.5rem auto;border:0;border-top:1px solid #e2e8f0;height:0;background:0 0}.single-post .post-content table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:.9375rem}.single-post .post-content th,.single-post .post-content td{border:1px solid #e2e8f0;padding:.625rem .875rem;text-align:left;vertical-align:top}.single-post .post-content th{background:#f8fafc;font-weight:600;color:#0f172a}.single-post .post-content .wp-block-button__link{display:inline-flex;align-items:center;background:#4f46e5;color:#fff !important;padding:.625rem 1.25rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:background .15s}.single-post .post-content .wp-block-button__link:hover{background:#4338ca}.single-post .sharedaddy.sd-sharing-enabled,.single-post .sharedaddy.sd-like{margin-top:0;padding-top:0;border-top:0}.single-post .post-content+.sharedaddy,.single-post .sharedaddy.sd-sharing-enabled:first-of-type{margin-top:3rem;padding:1.5rem 1.5rem .5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem .75rem 0 0}.single-post .sharedaddy.sd-like{padding:.5rem 1.5rem 1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-top:0;border-radius:0 0 .75rem .75rem}.single-post .sd-title{font-size:.75rem !important;font-weight:600;color:#64748b !important;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .875rem !important;padding:0 !important}.single-post .sd-title:before,.single-post .sd-title:after{display:none !important}.single-post .sd-content ul{margin:0 !important;padding:0 !important;list-style:none !important;display:flex;flex-wrap:wrap;gap:.5rem}.single-post .sd-content ul li{margin:0 !important;padding:0 !important;list-style:none !important}.single-post .sd-content ul li::marker{content:none !important}.single-post .sd-content a.sd-button.share-icon,.single-post .sd-content a.share-icon{display:inline-flex !important;align-items:center;gap:.5rem;background:#fff !important;color:#334155 !important;border:1px solid #e2e8f0 !important;border-radius:9999px !important;padding:.5rem .875rem !important;font-size:.8125rem !important;font-weight:500 !important;line-height:1 !important;text-decoration:none !important;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:transform .15s,box-shadow .15s,border-color .15s,color .15s}.single-post .sd-content a.sd-button.share-icon:hover,.single-post .sd-content a.share-icon:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,23,42,.08);border-color:#c7d2fe;color:#4f46e5 !important}.single-post li.share-linkedin a:hover{color:#0a66c2 !important;border-color:#0a66c2 !important}.single-post li.share-x a:hover{color:#0f172a !important;border-color:#0f172a !important}.single-post li.share-facebook a:hover{color:#1877f2 !important;border-color:#1877f2 !important}.single-post li.share-whatsapp a:hover{color:#25d366 !important;border-color:#25d366 !important}.single-post li.share-reddit a:hover{color:#ff4500 !important;border-color:#ff4500 !important}.single-post li.share-email a:hover{color:#4f46e5 !important;border-color:#4f46e5 !important}.single-post .sharedaddy.sd-like .likes-widget-placeholder,.single-post .sharedaddy.sd-like .jetpack-likes-widget-wrapper iframe{background:0 0 !important}.single-post #jp-relatedposts{display:none !important}.single-post .blog_next_prev_buttons{display:none !important}.single-post .comments-section{margin-top:2rem !important;padding-top:0 !important}body #respond{margin-top:0 !important;padding-top:80px}.akismet_comment_form_privacy_notice{display:none !important}.single-post .comments-section[data-author-bio=true]{padding-top:0 !important}.single-post .post-area+.row,.single-post #author-bio+.row{padding-top:0 !important;margin-top:0 !important}.single-post #jp-relatedposts{margin-top:3rem;padding-top:2.5rem;border-top:1px solid #e2e8f0}.single-post .jp-relatedposts-headline{font-size:.875rem !important;font-weight:600 !important;color:#0f172a !important;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem !important}.single-post .wp-block-jetpack-subscriptions{margin:2.5rem auto;padding:2rem 1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem}.single-post .container-wrap,.single-post .post-area,.single-post .row,.single-post .span_12{background:0 0 !important;padding-top:0 !important;padding-bottom:0 !important}.ea-blog-page{background:#fff}.blog .container-wrap,.archive .container-wrap,.search .container-wrap{background:0 0 !important;padding:0 !important;margin:0 !important}.blog-hero{position:relative;background-color:#fff;background-image:radial-gradient(circle,rgba(99,102,241,.18) 1px,transparent 1px);background-size:24px 24px;background-position:0 0;border-bottom:1px solid #e2e8f0;padding:9rem 0 4rem;overflow:hidden}.blog-hero__decor{position:absolute;inset:0;z-index:0;pointer-events:none}.blog-hero__blob{position:absolute;border-radius:9999px;filter:blur(64px);opacity:.55}.blog-hero__blob--1{top:-80px;left:-80px;width:380px;height:380px;background:linear-gradient(135deg,#c7d2fe 0%,#ddd6fe 100%)}.blog-hero__blob--2{top:20%;right:-120px;width:420px;height:420px;background:linear-gradient(135deg,#ddd6fe 0%,#fae8ff 100%);opacity:.45}.blog-hero__blob--3{bottom:-120px;left:30%;width:320px;height:320px;background:linear-gradient(135deg,#a5f3fc 0%,#c7d2fe 100%);opacity:.35}.blog-hero__inner{position:relative;z-index:1;max-width:1152px;margin:0 auto;padding:0 1.5rem}.blog-hero__content{max-width:720px !important;margin:0 auto !important;text-align:center !important}.blog-hero__content .blog-breadcrumb,.blog-hero__content .blog-hero__title,.blog-hero__content .blog-hero__desc{text-align:center;margin-left:auto;margin-right:auto}.blog-hero__content .blog-hero__desc{max-width:600px}.blog-hero__content .blog-search{margin-left:auto;margin-right:auto}.blog-hero__title-accent{background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 50%,#9333ea 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.blog-breadcrumb{font-size:.875rem;font-weight:500;color:#4f46e5;margin-bottom:.75rem}.blog-breadcrumb a{color:inherit;text-decoration:none}.blog-breadcrumb a:hover{color:#4338ca;text-decoration:underline}.blog-breadcrumb span{color:#94a3b8;margin:0 .25rem}.blog-hero__title{font-size:2.25rem;line-height:1.15;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0 0 .75rem}@media (min-width:768px){.blog-hero__title{font-size:2.75rem}}.blog-hero__desc{font-size:1.0625rem;line-height:1.6;color:#475569;margin:0 0 1.5rem;max-width:600px}.blog-search{display:flex;align-items:stretch;max-width:480px;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .15s,box-shadow .15s}.blog-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px rgba(79,70,229,.15)}.blog-search input{flex:1;border:0;padding:.75rem 1rem;font-size:.9375rem;color:#0f172a;background:0 0;outline:none;font-family:inherit}.blog-search input::placeholder{color:#94a3b8}.blog-search button{background:#4f46e5;border:0;padding:0 1.25rem;color:#fff;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;justify-content:center}.blog-search button:hover{background:#4338ca}.blog-search button svg{width:18px;height:18px}.blog-tabs-wrap{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:64px;z-index:40}.blog-tabs{max-width:1152px;margin:0 auto;padding:0 1.5rem;display:flex;gap:.25rem;overflow-x:auto;scrollbar-width:none}.blog-tabs::-webkit-scrollbar{display:none}.blog-tab{padding:.875rem 1rem;font-size:.9375rem;font-weight:500;color:#64748b;text-decoration:none !important;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.blog-tab:hover{color:#0f172a;text-decoration:none !important;border-bottom-color:transparent}.blog-tab.is-active{color:#4f46e5;border-bottom-color:#4f46e5;font-weight:600}.blog-tab.is-active:hover{border-bottom-color:#4f46e5}.post-grid{max-width:1152px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media (max-width:968px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.post-grid{grid-template-columns:1fr;padding:2rem 1.5rem}}.post-card{background:#fff;border:1px solid #e2e8f0;border-radius:.875rem;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 1px 2px rgba(15,23,42,.04)}.post-card:hover{transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 10px 25px -10px rgba(79,70,229,.25)}.post-card__image-link{display:block}.post-card__image{width:100%;height:180px;object-fit:cover;display:block;background:#f1f5f9}.post-card.no-image .post-card__body{padding-top:1.5rem;background:linear-gradient(180deg,#eef2ff 0%,#fff 80px)}.post-card__body{padding:1.25rem 1.25rem 1.5rem;flex:1;display:flex;flex-direction:column}.post-card__tag{display:inline-block;width:fit-content;padding:.25rem .625rem;background:#eef2ff;color:#4f46e5;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:.75rem;text-decoration:none;transition:background .15s}.post-card__tag:hover{background:#c7d2fe}.post-card__title{font-size:1.125rem;line-height:1.3;font-weight:700;letter-spacing:-.01em;margin:0 0 .5rem}.post-card__title a{color:#0f172a;text-decoration:none}.post-card__title a:hover{color:#4f46e5}.post-card__excerpt{font-size:.9375rem;line-height:1.55;color:#64748b;margin:0 0 1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-card__meta{font-size:.8125rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.post-card__dot{color:#cbd5e1}.blog-pagination{max-width:1152px;margin:0 auto;padding:0 1.5rem 4rem;display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.blog-pagination a,.blog-pagination span{padding:.5rem .875rem;font-size:.875rem;font-weight:500;border-radius:.5rem;text-decoration:none;border:1px solid transparent}.blog-pagination a{color:#475569;border-color:#e2e8f0;transition:background .15s,border-color .15s,color .15s}.blog-pagination a:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.blog-pagination .current{background:#4f46e5;border-color:#4f46e5;color:#fff;font-weight:600}.blog-pagination .dots{border:0;color:#94a3b8}.blog-empty{max-width:600px;margin:0 auto;padding:5rem 1.5rem;text-align:center}.blog-empty h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.blog-empty p{color:#64748b}.blog-empty a{color:#4f46e5}.single-post .blog-title .meta-category{display:none !important}html{scroll-behavior:smooth}.single-post .post-content :is(h2,h3,h4)[id]{scroll-margin-top:100px}.post-toc{background:linear-gradient(180deg,rgba(124,58,237,.06),rgba(34,211,238,.04));border:1px solid rgba(124,58,237,.18);border-radius:14px;padding:1.5rem 2rem;margin:2.5rem 0}.post-toc__title{margin:0 0 1rem !important;padding:0 !important;font-size:.8125rem !important;font-weight:700 !important;color:#7c3aed !important;text-transform:uppercase;letter-spacing:.08em;border:0 !important}.post-toc__list{margin:0;padding-left:1.25rem;columns:1}.post-toc__list li{margin:.45rem 0;line-height:1.5;color:#475569}.post-toc__list li::marker{color:#7c3aed}.post-toc__list a{color:#1e293b;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s,border-color .15s}.post-toc__list a:hover{color:#7c3aed;border-bottom-color:rgba(124,58,237,.4)}@media (min-width:768px){.post-toc__list{columns:2;column-gap:2rem}.post-toc__list li{break-inside:avoid}}.single-post .blog-title .inner-wrap>a[href*="/category/"],.single-post .blog-title .inner-wrap>a[rel~=category]{display:none !important}.single-post .page-header-bg-image img,.single-post #nectar-page-header-p-wrap img{filter:blur(7px) brightness(.45) saturate(1.1) !important;transform:scale(1.05) !important;transition:none !important}.single-post .page-header-bg-image-wrap:after,.single-post #nectar-page-header-p-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.35) 0%,rgba(30,27,75,.55) 100%);pointer-events:none;z-index:1}.single-post.has-post-thumbnail #page-header-bg .container,.single-post.has-post-thumbnail #page-header-bg .row,.single-post.has-post-thumbnail #page-header-bg .col.section-title,.single-post.has-post-thumbnail #page-header-bg .blog-title,.single-post.has-post-thumbnail #page-header-bg .inner-wrap{position:relative !important;z-index:10 !important}.single-post.has-post-thumbnail #page-header-bg .col.span_6.blog-title{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;flex:1 1 100% !important}.single-post.has-post-thumbnail .blog-title .entry-title{color:#fff !important;font-size:2.25rem !important;line-height:1.15 !important;font-weight:800 !important;letter-spacing:-.02em !important;text-shadow:0 2px 24px rgba(0,0,0,.45),0 0 60px rgba(124,58,237,.35);margin-bottom:1.25rem !important;text-align:center}@media (min-width:768px){.single-post.has-post-thumbnail .blog-title .entry-title{font-size:3.25rem !important}}.single-post.has-post-thumbnail .blog-title #single-below-header,.single-post.has-post-thumbnail .blog-title #single-below-header *{color:rgba(255,255,255,.85) !important}.single-post.has-post-thumbnail .blog-title #single-below-header a{color:#c4b5fd !important;text-decoration:none;border-bottom:1px solid rgba(196,181,253,.4)}.single-post.has-post-thumbnail .blog-title #single-below-header a:hover{color:#ddd6fe !important;border-bottom-color:rgba(221,214,254,.7)}.single-post.has-post-thumbnail .blog-title #single-below-header,.single-post.has-post-thumbnail .blog-title .inner-wrap{text-align:center}.single-post #page-header-bg,.single-post #page-header-wrap{margin-bottom:1.5rem !important}.single-post .container-wrap,.single-post .container-wrap>.container:first-child,.single-post article.post{padding-top:1.5rem !important}@media (max-width:768px){.single-post #page-header-bg,.single-post #page-header-wrap{margin-bottom:1rem !important}.single-post .container-wrap,.single-post .container-wrap>.container:first-child,.single-post article.post{padding-top:1rem !important}}