/*
Theme Name: SEN Help SaaS Theme
Theme URI: https://sen.help/
Author: SEN Help
Author URI: https://sen.help/
Description: A standalone SaaS theme overriding traditional WordPress blog elements to deliver a clean application funnel.
Version: 1.2.8
Text Domain: sen-help-theme
*/

/* --- Global Elements & Typography --- */
body.sen-saas-app {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    /* Clean app background */
    font-family: 'Fredoka', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    color: #334155;
    letter-spacing: -0.01em;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: #3a7bd4;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #2760a8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sen-nav-links a,
.page-title,
.mobile-filter-toggle {
    font-family: 'Cal Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    letter-spacing: normal;
}

main.container {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

/* --- App Navbar --- */
.sen-app-navbar {
    background-color: #ffffff;
    border-bottom: 1px solid transparent;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 0 0 rgba(15, 23, 42, 0);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.sen-app-navbar.is-scrolled {
    border-bottom-color: #e2e8f0;
    box-shadow: 0 12px 32px -8px rgba(15, 23, 42, 0.08), 0 4px 12px -4px rgba(15, 23, 42, 0.04);
}

/* Mobile drawer open — kill all shadows on the header */
.sen-app-navbar.menu-open,
.sen-app-navbar.menu-open.is-scrolled {
    box-shadow: none !important;
    border-bottom-color: transparent !important;
}

.sen-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sen-nav-logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sen-logo-img {
    max-height: 28px;
    width: auto;
    object-fit: contain;
}

.sen-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.mobile-menu-header,
.mobile-menu-footer,
.mobile-close {
    display: none;
}

.mobile-links-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.sen-nav-links a,
.sen-nav-links .sen-nav-link {
    color: #0f172a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.15rem;
    transition: color 0.2s;
}

.sen-nav-links a:hover,
.sen-nav-links .sen-nav-link:hover {
    color: #1A56A8;
}

/* --- Desktop Dropdown Nav --- */
.sen-nav-dropdown {
    position: relative;
}

.sen-dropdown-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #000000;
    font-family: 'Cal Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 1;
    transition: color 0.2s;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    box-shadow: none;
}

.sen-dropdown-toggle:focus,
.sen-dropdown-toggle:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.sen-dropdown-toggle:focus-visible {
    outline: 2px solid #1A56A8;
    outline-offset: 4px;
    border-radius: 4px;
}

.sen-dropdown-toggle:hover,
.sen-nav-dropdown:hover .sen-dropdown-toggle {
    color: #1A56A8;
}

.sen-dropdown-arrow {
    width: 0.8rem;
    height: 0.8rem;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.sen-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -8px);
    min-width: 230px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12), 0 2px 6px rgba(15, 23, 42, 0.05);
    padding: 0.5rem;
    margin-top: 0.85rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    z-index: 1100;
}

/* Invisible hover bridge so the menu doesn't close in the gap */
.sen-nav-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.85rem;
}

.sen-nav-dropdown:hover .sen-dropdown-menu,
.sen-nav-dropdown:focus-within .sen-dropdown-menu {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.sen-nav-dropdown:hover .sen-dropdown-arrow,
.sen-nav-dropdown:focus-within .sen-dropdown-arrow {
    transform: rotate(180deg);
}

.sen-dropdown-menu a {
    font-family: 'Fredoka', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    color: #334155;
    padding: 0.65rem 0.95rem;
    border-radius: 8px;
    white-space: nowrap;
    transition: background-color 0.15s, color 0.15s;
}

.sen-dropdown-menu a:hover {
    background-color: #f1f5f9;
    color: #1A56A8;
}

/* --- Find an Expert CTA Button --- */
.sen-nav-cta {
    display: inline-block;
    background-color: #1A56A8 !important;
    color: #ffffff !important;
    padding: 0.6rem 1.4rem !important;
    border-radius: 30px !important;
    font-family: 'Cal Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500 !important;
    font-size: 0.95rem !important;
    text-decoration: none;
    transition: background-color 0.25s ease;
    border: none;
}

.sen-nav-cta:hover {
    background-color: #3A7BD4 !important;
    color: #ffffff !important;
}

/* --- App Footer --- */
.sen-app-footer {
    background-color: #0f172a;
    color: #94a3b8;
    padding: 0;
    border-top: 0;
    margin-top: auto;
    font-family: 'Fredoka', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 300;
}

.sen-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem 0;
}

.sen-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 3rem;
}

.sen-footer-crest {
    height: 120px;
    width: auto;
    display: block;
    margin-bottom: 1rem;
}

.sen-footer-tagline {
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    max-width: 280px;
}

.sen-footer-socials {
    display: flex;
    gap: 14px;
    align-items: center;
}

.sen-footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sen-footer-socials svg {
    width: 24px;
    height: 24px;
    fill: #94a3b8;
    transition: fill 0.2s;
}

.sen-footer-socials svg:hover {
    fill: #ffffff;
}

.sen-footer-col {
    align-self: end;
}

.sen-footer-heading {
    font-family: 'Cal Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0 0 1.25rem;
    letter-spacing: normal;
}

.sen-footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sen-footer-nav li {
    margin-bottom: 0.6rem;
}

.sen-footer-nav a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.2s;
}

.sen-footer-nav a:hover {
    color: #ffffff;
}

.sen-footer-socials-mobile {
    display: none;
}

.sen-footer-bottom {
    border-top: 0;
    margin-top: 3rem;
    padding: 1.25rem 1.5rem;
    text-align: center;
}

.sen-footer-bottom p {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
}

/* --- Misc Utilities --- */
.page-title {
    text-align: center;
    font-size: 5.5rem;
    margin-top: 2rem;
    color: #0f172a;
    letter-spacing: -0.01em !important;
    margin-bottom: 0.5rem;
}

.sen-page-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 3rem;
    font-family: 'Fredoka', sans-serif;
}

/* --- Media Reader / Single Post --- */
.single-article {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.article-title {
    font-family: 'Cal Sans', sans-serif;
    font-size: 42px !important;
    line-height: 44px !important;
    margin-bottom: 24px;
    color: #111;
}

.article-hero-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.article-content {
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #334155;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content li,
.article-content .wp-block-list li {
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 24px !important;
}

.article-content li,
.article-content .wp-block-list li {
    margin-bottom: 1rem;
}

.article-content b,
.article-content strong {
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 500 !important;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
    font-family: 'Cal Sans', sans-serif !important;
    line-height: 30px !important;
}

.article-content h2 {
    font-size: 32px !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-content h3 {
    font-size: 26px !important;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.sen-mobile-only-break { display: none; }
@media (max-width: 768px) {
    .sen-desktop-break { display: none; }
    .sen-mobile-only-break { display: block; }
    .sen-blog-hero-banner {

        height: 40vh !important;
        min-height: 300px !important;
    }

    .article-title {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .article-content {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .article-content p,
    .article-content ul,
    .article-content ol,
    .article-content li,
    .article-content .wp-block-list li {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .article-content h2 {
        font-size: 26px !important;
    }

    .article-content h3 {
        font-size: 22px !important;
    }
}

.article-content a {
    text-decoration: underline;
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    position: relative;
    width: 24px;
    height: 18px;
    padding: 0;
}

.mobile-toggle .bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1a56a8;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
}

.mobile-toggle .bar:nth-child(1) {
    top: 0;
}

.mobile-toggle .bar:nth-child(2) {
    top: 8px;
}

.mobile-toggle .bar:nth-child(3) {
    top: 16px;
}

/* The X Animation State */
.mobile-toggle.is-active .bar:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.mobile-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.is-active .bar:nth-child(3) {
    top: 8px;
    transform: rotate(-45deg);
}


/* --- Global Primary / CTA Button Rule --- */
/* All primary buttons across the site: #1A56A8 default, #3A7BD4 on hover. */
.sen-btn-primary,
.get-matched-btn,
.sen-filter-submit,
button.sen-btn-primary,
a.sen-btn-primary {
    background-color: #1A56A8 !important;
    color: #ffffff !important;
    border: none !important;
    border-color: #1A56A8 !important;
    font-weight: 500 !important;
    transition: background-color 0.25s ease !important;
    text-decoration: none;
}

.sen-btn-primary:hover,
.get-matched-btn:hover,
.sen-filter-submit:hover,
button.sen-btn-primary:hover,
a.sen-btn-primary:hover {
    background-color: #3A7BD4 !important;
    color: #ffffff !important;
}

/* --- Responsive Adjustments (Theme Level) --- */
.desktop-sign-in {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    border: none !important;
    border-radius: 30px !important;
    font-family: 'Cal Sans', sans-serif !important;
    font-weight: 400 !important;
    padding: 0.5rem 1.25rem !important;
    font-size: 0.95rem !important;
    text-decoration: none;
    transition: background 0.2s;
}

.desktop-sign-in svg {
    width: 1.1rem;
    height: 1.1rem;
    stroke: currentColor;
    fill: none;
}

.desktop-sign-in:hover {
    background-color: #e2e8f0 !important;
}

@media (max-width: 768px) {
    .mobile-toggle {
        display: block;
    }

    .sen-nav-container {
        flex-wrap: wrap;
    }

    .sen-nav-links {
        position: fixed;
        top: 59px;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: calc(100vh - 59px);
        height: calc(100dvh - 59px);
        background: #fff;
        box-shadow: none;
        transition: right 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        flex-direction: column;
        /* Override previous inline display none rules */
        z-index: 1005;
        display: flex;
        overflow-y: auto;
    }

    .sen-nav-links.nav-active {
        right: 0;
    }

    .sign-in-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #1A56A8 !important;
        color: white !important;
        border: none !important;
        border-radius: 30px !important;
        font-family: 'Cal Sans', sans-serif !important;
        font-weight: 400 !important;
        margin-right: 3rem;
        transition: background-color 0.25s ease;
    }

    .sign-in-btn:hover {
        background-color: #3A7BD4 !important;
    }

    .sign-in-btn svg {
        width: 1.1rem;
        height: 1.1rem;
        stroke: currentColor;
        fill: none;
    }

    .desktop-sign-in {
        display: none !important;
    }

    .mobile-links-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        flex: 1;
        width: 100%;
        padding: 2rem 1.5rem;
        box-sizing: border-box;
        gap: 0;
    }

    .mobile-links-wrapper>* {
        opacity: 0;
        transform: translateY(20px);
    }

    /* Top-level plain links (Home, News) */
    .mobile-links-wrapper>a:not(.sen-nav-cta) {
        font-family: 'Cal Sans', sans-serif !important;
        font-size: 2rem !important;
        font-weight: 400 !important;
        color: #0f172a !important;
        padding: 0.2rem 1rem;
        border-radius: 8px;
        align-self: flex-start;
        display: inline-flex;
        align-items: center;
        line-height: 1.3;
        transition: background-color 0.2s, color 0.2s;
    }

    /* Dropdown wrapper — layout shell, no border, no padding */
    .mobile-links-wrapper>.sen-nav-dropdown {
        align-self: stretch;
        padding: 0;
        border: none !important;
        background: transparent;
        outline: none;
    }

    .nav-active .mobile-links-wrapper>* {
        animation: slideUpFade 0.4s ease forwards;
    }

    .nav-active .mobile-links-wrapper>*:nth-child(1) {
        animation-delay: 0.1s;
    }

    .nav-active .mobile-links-wrapper>*:nth-child(2) {
        animation-delay: 0.18s;
    }

    .nav-active .mobile-links-wrapper>*:nth-child(3) {
        animation-delay: 0.26s;
    }

    .nav-active .mobile-links-wrapper>*:nth-child(4) {
        animation-delay: 0.34s;
    }

    .nav-active .mobile-links-wrapper>*:nth-child(5) {
        animation-delay: 0.42s;
    }

    .mobile-links-wrapper>a.current-menu-item,
    .mobile-links-wrapper>a:active {
        background-color: #eff6ff;
        color: #2580cf;
    }

    /* --- Mobile Find an Expert CTA — auto-width pill, left-aligned --- */
    .mobile-links-wrapper>.sen-nav-cta {
        align-self: flex-start;
        width: auto;
        display: inline-block;
        box-sizing: border-box;
        text-align: center;
        font-family: 'Cal Sans', sans-serif !important;
        font-size: 1.4rem !important;
        font-weight: 400 !important;
        padding: 0.75rem 2.25rem !important;
        border-radius: 50px !important;
        margin-top: 1.5rem;
        margin-left: 1rem;
        line-height: 1.3;
    }

    /* --- Mobile Accordion Dropdown --- */
    .sen-nav-dropdown {
        position: static;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .sen-nav-dropdown::after {
        display: none;
    }

    /* Dropdown toggle — identical to Home/News pixel-for-pixel */
    .mobile-links-wrapper .sen-dropdown-toggle {
        font-family: 'Cal Sans', sans-serif !important;
        font-size: 2rem !important;
        font-weight: 400 !important;
        color: #0f172a !important;
        padding: 0.2rem 1rem !important;
        line-height: 1.3 !important;
        gap: 0.5rem;
        border-radius: 8px;
        background: transparent;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        -webkit-tap-highlight-color: transparent;
        align-self: flex-start;
    }

    .mobile-links-wrapper .sen-dropdown-toggle:focus,
    .mobile-links-wrapper .sen-dropdown-toggle:focus-visible,
    .mobile-links-wrapper .sen-dropdown-toggle:active {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent;
    }

    .mobile-links-wrapper .sen-dropdown-toggle:hover,
    .mobile-links-wrapper .sen-nav-dropdown:hover .sen-dropdown-toggle {
        color: #0f172a !important;
    }

    .mobile-links-wrapper .sen-dropdown-arrow {
        width: 1.1rem;
        height: 1.1rem;
        color: #0f172a;
    }

    /* Sub-menu container: indented, no left border */
    .sen-dropdown-menu {
        position: static;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        border-left: none;
        padding: 0;
        margin: 0 0 0 2rem;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, margin-top 0.35s ease, padding 0.35s ease;
        gap: 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    /* Neutralize desktop hover-open behavior on mobile */
    .sen-nav-dropdown:hover .sen-dropdown-menu,
    .sen-nav-dropdown:focus-within .sen-dropdown-menu {
        transform: none;
    }

    .sen-nav-dropdown:not(.is-open):hover .sen-dropdown-menu,
    .sen-nav-dropdown:not(.is-open):focus-within .sen-dropdown-menu {
        max-height: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .sen-nav-dropdown.is-open .sen-dropdown-menu {
        max-height: 600px;
        margin-top: 0.85rem;
    }

    .sen-nav-dropdown:hover .sen-dropdown-arrow,
    .sen-nav-dropdown:focus-within .sen-dropdown-arrow {
        transform: none;
    }

    .sen-nav-dropdown.is-open .sen-dropdown-arrow {
        transform: rotate(180deg);
    }

    /* Sub-items: indented, tighter rhythm */
    .sen-dropdown-menu a {
        font-family: 'Fredoka', sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        color: #1A56A8;
        padding: 0.3rem 1.25rem;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        white-space: normal;
        line-height: 1.25;
    }

    .sen-dropdown-menu a:hover,
    .sen-dropdown-menu a:active,
    .sen-dropdown-menu a:focus {
        background-color: transparent;
        color: #3A7BD4;
    }

    .mobile-menu-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: auto;
        padding: 1rem 1.5rem 1.5rem 1.5rem;
        text-align: center;
        font-family: 'Fredoka', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        font-weight: 300;
        color: #64748b;
        font-size: 0.85rem;
    }

    .sen-mobile-crest-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 0.75rem;
    }

    .sen-mobile-crest {
        width: 108px;
        height: 108px;
        max-width: 108px;
        object-fit: contain;
        display: block;
    }

    .sen-mobile-socials {
        display: flex;
        gap: 4px;
        margin-bottom: 0.5rem;
        justify-content: center;
    }

    .sen-mobile-socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        -webkit-tap-highlight-color: transparent;
    }

    .sen-mobile-socials svg {
        width: 1.2rem;
        height: 1.2rem;
        fill: #1A56A8;
        transition: fill 0.2s;
    }

    .sen-mobile-socials a:hover svg,
    .sen-mobile-socials a:active svg,
    .sen-mobile-socials a:focus svg {
        fill: #3A7BD4;
    }

    .sen-mobile-copyright {
        color: #1A56A8;
        opacity: 0.7;
        font-family: 'Fredoka', sans-serif;
        font-weight: 400;
    }

    @keyframes slideUpFade {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    main.container {
        padding: 2rem 1rem 3rem 1rem;
    }

    .page-title {
        font-size: 2.8rem;
    }

    .sen-about-hero h1 {
        font-size: 2.8rem !important;
    }
    .sen-page-subtitle {
        padding: 0 2.5rem !important;
    }

    /* --- Mobile Footer --- */
    .sen-footer-container {
        padding: 2.5rem 1.5rem 0;
    }

    .sen-footer-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 0.75rem;
        column-gap: 1.5rem;
    }

    .sen-footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 0.25rem;
    }
    .sen-footer-col:nth-child(2) {
        margin-left: 1.5rem;
    }

    .sen-footer-crest {
        height: 110px;
        margin-left: auto;
        margin-right: auto;
    }

    .sen-footer-tagline {
        max-width: none;
        font-size: 1.1rem;
        text-align: center;
    }

    .sen-footer-socials {
        display: none;
    }

    .sen-footer-heading {
        font-size: 1.5rem;
        margin-bottom: 0.9rem;
    }

    .sen-footer-nav a {
        font-size: 0.95rem;
    }

    .sen-footer-nav li {
        margin-bottom: 0.45rem;
    }

    .sen-footer-socials-mobile {
        display: flex;
        justify-content: center;
        gap: 16px;
        padding: 1.75rem 0 0;
    }

    .sen-footer-socials-mobile a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sen-footer-socials-mobile svg {
        width: 18px;
        height: 18px;
        fill: #94a3b8;
        transition: fill 0.2s;
    }

    .sen-footer-socials-mobile svg:hover {
        fill: #ffffff;
    }

    .sen-footer-bottom {
        margin-top: 1.75rem;
    }

    .sen-footer-bottom p {
        font-size: 0.8rem;
    }
}
/* Triage form: give the brief-description textarea more vertical room on mobile */
@media (max-width: 768px) {
    #sen_brief {
        min-height: 180px !important;
    }
}

/* Lock background scroll while mobile drawer is open */
@media (max-width: 768px) {
    body.sen-menu-open {
        overflow: hidden;
        touch-action: none;
    }
}
