/*
Theme Name: Covr Studio
Theme URI: https://covr.studio/
Author: Covr Studio
Description: Custom Covr Studio agency theme based on the supplied landing page.
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: covr-studio
*/
html { scroll-behavior: smooth; }
body { margin: 0; }
.admin-bar nav.fixed { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar nav.fixed { top: 46px; } }

.covr-article-content h2,
.covr-article-content h3,
.covr-article-content h4 { color:#fff; font-family:'Playfair Display',serif; margin:2.2em 0 .7em; }
.covr-article-content h2 { font-size:2.2rem; }
.covr-article-content h3 { font-size:1.7rem; }
.covr-article-content p { margin:1.15em 0; }
.covr-article-content a { color:#D4AF37; text-decoration:underline; text-underline-offset:3px; }
.covr-article-content ul { list-style:disc; padding-left:1.5rem; margin:1.2em 0; }
.covr-article-content ol { list-style:decimal; padding-left:1.5rem; margin:1.2em 0; }
.covr-article-content blockquote { border-left:2px solid #D4AF37; padding-left:1.25rem; color:#cbd5e1; margin:2em 0; }
.page-numbers { display:flex; gap:.5rem; align-items:center; }
.page-numbers li { list-style:none; }
.page-numbers a, .page-numbers span { display:inline-flex; min-width:2.5rem; height:2.5rem; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.1); border-radius:999px; color:#9ca3af; font-size:.75rem; }
.page-numbers .current { background:#D4AF37; color:#000; border-color:#D4AF37; }

/* Covr Studio mobile navigation */
.mobile-nav-link {
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:52px;
    padding:0 4px;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#E2E8F0;
    font-size:1rem;
    font-weight:500;
    text-decoration:none;
    transition:color .2s ease, padding-left .2s ease;
}
.mobile-nav-link:hover,
.mobile-nav-link:focus {
    color:#D4AF37;
    padding-left:8px;
}
.mobile-nav-link i {
    color:#D4AF37;
    font-size:.7rem;
}
#mobile-menu {
    max-height:calc(100vh - 72px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}
body.covr-mobile-menu-open {
    overflow:hidden;
}
@media screen and (max-width: 420px) {
    nav.fixed .gold-btn {
        letter-spacing:.06em;
    }
}
