/* ================================================== */
/* Brew Café Northampton — theme overrides & polish   */
/* ================================================== */

:root {
    --brand-plum: #4E2A3E;
    --brand-plum-dark: #3A1F2E;
    --brand-plum-rgb: 78, 42, 62;
    --brand-gold: #C5B18E;
    --brand-dark: #1D2127;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto !important;
    height: auto !important;
}

html.lenis,
html.lenis body {
    height: auto !important;
    overflow: visible !important;
}

/* WOW.js hides elements until scroll — ensure content is always visible */
.wow {
    visibility: visible !important;
}

img {
    max-width: 100%;
    height: auto;
}

.hero-content .tp-title-1 {
    font-size: clamp(2rem, 6vw, 4.5rem) !important;
    line-height: 1.1 !important;
}

.hero-content .tp-text-1 {
    font-size: clamp(15px, 2.5vw, 18px) !important;
}

/* Alternating section backgrounds */
section[data-bgcolor="#4E2A3E"],
section[data-bgcolor="#4e2a3e"] {
    background-color: var(--brand-plum) !important;
}

/* Fix broken Font Awesome bundled with theme (HTTrack corrupts font files) */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa,
[class^="fa-"],
[class*=" fa-"],
.btn-line:after,
a.btn-line:after {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---- Site header (centered logo, split nav) ---- */
header.site-header,
header.site-header.transparent,
header.site-header.header_left,
header.site-header.smaller,
header.site-header.clone,
header.site-header.scroll-up,
header.site-header.scroll-down,
header.site-header.header_scroll {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1001;
    width: 100%;
    height: auto !important;
    min-height: 96px !important;
    max-height: none !important;
    overflow: visible !important;
    background: rgba(29, 33, 39, 0.98) !important;
    border-bottom: 1px solid rgba(78, 42, 62, 0.45);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
}

header.site-header.smaller #logo img,
header.site-header.smaller .logo-circle {
    width: 72px !important;
    height: 72px !important;
    max-height: 72px !important;
    margin: 0 !important;
    bottom: auto !important;
}

header.site-header.smaller .site-header-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

.site-header .container {
    position: relative;
}

.site-header .site-header-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 96px;
    column-gap: 0;
}

.site-header-logo {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    z-index: 2;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 28px;
}

.site-header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.site-header-logo img.logo-circle {
    display: block;
    width: 72px !important;
    height: 72px !important;
    max-height: 72px !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 0 8px 24px rgba(78, 42, 62, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-header-logo a:hover img.logo-circle {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 28px rgba(78, 42, 62, 0.55);
}

.site-nav {
    position: relative;
    top: auto;
    transform: none;
    float: none !important;
    display: flex;
    align-items: center;
    z-index: 1;
}

.site-nav--left {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
}

.site-nav--right {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
    justify-content: flex-start;
}

.site-header .mainmenu {
    display: flex !important;
    align-items: center;
    float: none !important;
    padding-top: 0 !important;
    margin: 0;
    list-style: none;
    gap: 0;
}

.site-header .mainmenu > li {
    float: none !important;
    display: block;
    position: relative;
    border: none !important;
}

.site-header .mainmenu > li > a {
    display: block;
    margin-top: 0 !important;
    padding: 10px 20px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    transition: color 0.25s ease;
}

.site-header .mainmenu > li > a:hover,
.site-header .mainmenu > li > a.active {
    color: var(--brand-gold) !important;
    background: transparent !important;
}

.site-header .mainmenu li a:after,
.site-header .mainmenu > li > a:after,
.site-header .mainmenu > li > span {
    display: none !important;
    content: none !important;
}

.site-nav-mobile {
    display: none;
}

.site-header #menu-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

/* Hide legacy injected menu logo */
#mainmenu li.logo_pos,
header .c_logo_light,
header .c_logo_dark {
    display: none !important;
}

/* ---- Hero banner ---- */
.hero-banner {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 520px;
    max-height: 780px;
    margin-top: 96px;
    overflow: hidden;
    background: var(--brand-dark);
    isolation: isolate;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    transform: scale(1.04);
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.2s ease-in-out, transform 8s ease-out;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(29, 33, 39, 0.55) 0%,
        rgba(78, 42, 62, 0.62) 50%,
        rgba(29, 33, 39, 0.88) 100%
    );
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-inner {
    max-width: 760px;
    padding: 40px 20px;
}

.hero-separator {
    max-width: 120px;
    margin: 12px auto 16px;
    display: block;
}

.hero-content .tp-teaser-1,
.hero-content .tp-title-1,
.hero-content .tp-text-1 {
    color: #fff;
}

.hero-content .tp-text-1 {
    margin-bottom: 28px;
}

/* Content starts cleanly after hero */
#content.no-top > section:first-child + section {
    position: relative;
    z-index: 5;
    background: #18191b;
}

/* ---- Footer & social icons ---- */
footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--brand-plum) !important;
}

footer a:hover {
    color: var(--brand-gold) !important;
}

footer img.logo {
    width: 88px;
    height: 88px;
    max-height: 88px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.98;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

footer .social-icons a:hover {
    background: var(--primary-color);
    color: #111 !important;
    transform: translateY(-3px);
}

footer .social-icons a i {
    font-size: 18px;
    line-height: 1;
}

/* ---- Subheader (inner pages) ---- */
body.page-menu {
    padding-top: 96px;
}

#subheader {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 280px;
}

#subheader::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 33, 39, 0.62) 0%, rgba(78, 42, 62, 0.82) 100%);
    z-index: 1;
}

#subheader .container {
    position: relative;
    z-index: 2;
}

#subheader .jarallax-img {
    object-fit: cover;
}

#subheader .breadcrumb {
    margin-top: 16px;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}

#subheader .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255, 255, 255, 0.45);
    padding: 0 10px;
}

#subheader .breadcrumb a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

#subheader .breadcrumb a:hover {
    color: var(--primary-color);
}

#subheader .breadcrumb-item.active {
    color: #fff;
}

/* ---- Section spacing & typography ---- */
section {
    padding-top: 80px;
    padding-bottom: 80px;
}

section .lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.uptitle {
    letter-spacing: 0.12em;
}

/* ---- Feature cards ---- */
.feature-card {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    padding: 48px 32px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.feature-card .feature-card-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.6s ease;
}

.feature-card:hover .feature-card-bg {
    transform: scale(1.06);
}

.feature-card .feature-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 33, 39, 0.72) 0%, rgba(78, 42, 62, 0.88) 100%);
    z-index: 1;
}

.feature-card .feature-card-content {
    position: relative;
    z-index: 2;
}

.feature-card .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-card .feature-icon i {
    font-size: 28px;
    color: var(--primary-color);
}

.feature-card h3 {
    margin-bottom: 14px;
}

.feature-card p {
    margin-bottom: 20px;
    opacity: 0.9;
}

/* ---- Gallery ---- */
.gallery-grid img,
#gallery .item img,
#gallery-food .item img,
.gallery-grid a,
#gallery .item a,
#gallery-food .item a {
    border-radius: 6px;
    overflow: hidden;
}

.gallery-grid img,
#gallery .item img,
#gallery-food .item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.gallery-grid a:hover img,
#gallery .item a:hover img,
#gallery-food .item a:hover img {
    transform: scale(1.05);
    filter: brightness(1.05);
}

#gallery .item,
#gallery-food .item {
    margin-bottom: 30px;
}

/* ---- Story / paired images ---- */
.story-images {
    align-items: stretch;
}

.story-images > [class*="col-"] {
    display: flex;
}

.story-images img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}

/* ---- Story / content images ---- */
.img-fluid {
    border-radius: 6px;
}

/* ---- Side image sections ---- */
section.position-relative {
    overflow: hidden;
}

section.position-relative > .image-container {
    min-height: 420px;
}

@media (min-width: 992px) {
    section.position-relative > .image-container {
        min-height: 100%;
    }
}

/* ---- Menu highlights ---- */
.menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 14px 0;
}

.menu-item .c1 span {
    display: block;
    font-size: 13px;
    opacity: 0.75;
    margin-top: 4px;
}

/* ---- About page icon boxes ---- */
.icon-box {
    padding: 36px 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    height: 100%;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.icon-box:hover {
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateY(-4px);
}

.icon-box .fa {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--primary-color);
}

/* ---- CTA bar ---- */
.call-to-action {
    background: var(--brand-plum);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.call-to-action .fa-phone {
    margin-right: 10px;
    color: var(--primary-color);
}

/* ---- Opening hours ---- */
.hours-compact .fs20 {
    font-size: 18px;
}

#section-title-1 .col-lg-4 {
    padding: 12px;
}

/* ---- Buttons ---- */
a.btn-line,
.btn-line {
    letter-spacing: 0.04em;
}

/* ---- Contact form ---- */
#contact_form .form-control {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

#contact_form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.06);
}

#contact_form textarea.form-control {
    min-height: 160px;
}

/* ---- About: Visit Us section ---- */
.visit-us-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

.visit-us-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 12px;
}

.visit-us-intro {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
}

.visit-us-details .contact-detail {
    margin-bottom: 14px;
}

.visit-us-details .contact-detail-icon {
    width: 38px;
    height: 38px;
    font-size: 16px;
}

.visit-us-details .contact-detail p {
    margin: 0;
    opacity: 0.9;
}

.visit-us-section .contact-detail a {
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none;
}

.visit-us-section .contact-detail a:hover {
    color: var(--primary-color) !important;
}

.visit-us-image {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .visit-us-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .visit-us-image {
        max-height: 280px;
    }
}

/* ---- Contact page ---- */
.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-info-panel,
.contact-form-panel {
    padding: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    height: 100%;
}

.contact-info-panel h3,
.contact-form-panel h3 {
    margin-bottom: 12px;
}

.contact-info-panel .lead {
    margin-bottom: 28px;
    opacity: 0.85;
}

.contact-detail {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.contact-detail-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: var(--primary-color);
    font-size: 18px;
}

.contact-detail strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
}

.contact-detail p {
    margin: 0;
    opacity: 0.85;
}

.contact-detail a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.contact-detail a:hover {
    color: var(--primary-color);
}

.contact-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-right: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-social a:hover {
    background: var(--primary-color);
    color: #111 !important;
    transform: translateY(-2px);
}

.contact-form-panel .form-label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;
}

.contact-form-panel .btn-custom {
    padding: 14px 32px;
}

.contact-form-panel .btn-custom .fa {
    margin-right: 8px;
}

#contact_form .field-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #ff8a8a;
}

#contact_form .btn-custom:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

/* ---- Toast notifications ---- */
.brew-toast-container {
    position: fixed;
    top: 104px;
    right: 20px;
    z-index: 10050;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: min(420px, calc(100vw - 40px));
    pointer-events: none;
}

.brew-toast {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #1f262b;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    color: #fff;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
}

.brew-toast.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.brew-toast__icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.2;
}

.brew-toast--success .brew-toast__icon {
    color: #7dd87d;
}

.brew-toast--error .brew-toast__icon {
    color: #ff8a8a;
}

.brew-toast--success {
    border-left: 4px solid #7dd87d;
}

.brew-toast--error {
    border-left: 4px solid #ff8a8a;
}

.brew-toast__message {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 2px;
}

.brew-toast__close {
    flex-shrink: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.brew-toast__close:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .brew-toast-container {
        top: 76px;
        right: 12px;
        left: 12px;
        max-width: none;
    }
}

.contact-map-section {
    padding: 0 !important;
}

.contact-map-section iframe {
    display: block;
    filter: grayscale(20%);
}

/* ---- Responsive tweaks ---- */
@media (max-width: 991px) {
    header.site-header,
    header.site-header.smaller {
        min-height: 72px !important;
    }

    .site-header .site-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 72px;
        position: relative;
    }

    .site-header-logo {
        grid-column: unset;
        grid-row: unset;
        padding: 0;
    }

    .hero-banner {
        height: 70vh;
        min-height: 420px;
        margin-top: 72px;
    }

    .site-nav--left,
    .site-nav--right {
        display: none !important;
    }

    .site-header-logo {
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        flex-shrink: 0;
    }

    .site-header-logo img.logo-circle {
        width: 56px !important;
        height: 56px !important;
        max-height: 56px !important;
    }

    .site-header #menu-btn {
        display: block;
        position: static;
        transform: none;
        flex-shrink: 0;
        float: none;
        margin: 0;
    }

    .site-header #menu-btn:hover {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .site-nav-mobile {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(29, 33, 39, 0.98);
        border-top: 1px solid rgba(78, 42, 62, 0.5);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    }

    .site-nav-mobile.is-open {
        display: block;
    }

    .site-nav-mobile .mainmenu {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .site-nav-mobile .mainmenu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    }

    .site-nav-mobile .mainmenu > li > a {
        padding: 14px 20px !important;
    }

    body.page-menu {
        padding-top: 72px;
    }

    #subheader {
        padding-top: 56px;
        padding-bottom: 48px;
        min-height: 220px;
    }

    .hero-content .tp-title-1 {
        font-size: clamp(2rem, 9vw, 3rem) !important;
        line-height: 1.12 !important;
        word-break: break-word;
    }

    .hero-content .tp-text-1 {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .hero-content-inner {
        max-width: 100%;
        padding: 24px 16px;
    }

    h2 {
        font-size: clamp(1.75rem, 6vw, 2.25rem) !important;
    }

    section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    section.position-relative > .image-container {
        position: relative !important;
        width: 100% !important;
        min-height: 260px;
        margin-top: 24px;
    }

    section.position-relative > .image-container.col-lg-6 {
        left: 0 !important;
        right: 0 !important;
    }

    .gallery-grid .col-lg-3,
    #gallery .item,
    #gallery-food .item {
        width: 50%;
    }

    .gallery-grid img,
    #gallery .item img,
    #gallery-food .item img {
        height: 180px;
    }

    .feature-card {
        min-height: 340px;
        padding: 32px 20px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 24px 20px;
    }

    footer .row > [class*="col-"] {
        text-align: center !important;
        margin-bottom: 16px;
    }

    footer img.logo {
        width: 72px;
        height: 72px;
    }

    .brew-toast-container {
        top: 84px;
        right: 12px;
        left: 12px;
        max-width: none;
    }
}

@media (max-width: 575px) {
    .hero-banner {
        min-height: 380px;
    }

    .hero-content .tp-title-1 {
        font-size: clamp(1.75rem, 8.5vw, 2.5rem) !important;
    }

    .site-header .mainmenu > li > a,
    .site-nav-mobile .mainmenu > li > a {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .gallery-grid .col-lg-3,
    #gallery .item,
    #gallery-food .item {
        width: 100%;
    }

    .story-images img {
        min-height: 200px;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .feature-card {
        min-height: 380px;
        padding: 36px 24px;
    }

    footer .social-icons a {
        margin: 0 4px;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 24px;
    }
}
