.booking-description-text {
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    color: var(--text-secondary) !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    display: block !important;
}
.index-and-dry-2nd-block {
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 auto;
}
.index-and-dry-2nd-block p {
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 24px;
}
.index-and-dry-2nd-block p:last-child {
    margin-bottom: 0;
}
.dry-hire-intro-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-size: 1.05rem;
}
.dry-hire-warning-line {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 1.05rem;
}
.dry-hire-warning-line .package-intro {
    display: block;
}
.definition-block-wrap { 
    max-width: 950px; 
    margin: 0 auto; 
}
.definition-block-wrap.text-center {
    max-width: 1050px;
}
.definition-block-wrap p { 
    font-size: 1.15rem; 
    line-height: 1.8; 
    text-align: left; 
    margin-bottom: 20px; 
}
.definition-block-wrap.text-center p {
    text-align: center;
}
.definition-block-wrap p:last-child { 
    margin-bottom: 0; 
}
.packages-intro-wrap { max-width: 900px; margin: 0 auto 40px auto; font-size: 1.05rem; text-align: center; }
.packages-intro-wrap strong { display: block; margin-top: 12px; }
.packages-heading { margin-bottom: 40px; text-align: center; }
.package-intro { font-weight: 600; color: var(--text-primary); margin-bottom: 20px; text-align: center; }
.services-grid, 
.lighting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin: 40px 0;
}
#packages-section .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
    gap: 30px;
}
.service-card, 
.fx-card {
    background: var(--bg-secondary);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: var(--transition-smooth);
}
.service-card:hover, 
.fx-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    border-color: #cbd5e0;
}
.service-card h2, 
.service-card h3, 
.fx-card h3 { 
    color: var(--text-primary); 
    text-align: left; 
    margin-top: 0; 
    margin-bottom: 12px; 
    font-size: 1.17em; 
}
.service-card p, 
.fx-card p { 
    color: var(--text-secondary); 
    text-align: left; 
}
.package-featured {
    border: 2px solid var(--accent-red) !important;
    box-shadow: 0 8px 24px rgba(203, 2, 10, 0.05) !important;
}
.card-link {
    color: var(--accent-red);
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
    transition: var(--transition-smooth);
}
.card-link:hover { color: var(--accent-hover); padding-left: 4px; }
.badge {
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.badge-acoustic { background-color: #cbd5e0; color: #4a5568; }
.badge-premium { background-color: var(--accent-red); color: #ffffff; }
.specs-heading {
    font-size: 1.05rem;
    text-transform: uppercase;
    color: var(--accent-red);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-align: left;
}
.specs-list {
    list-style: disc;
    padding-left: 20px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: left;
}
.specs-list li { margin-bottom: 6px; }
.specs-list li:last-child { margin-bottom: 0; }
.btn-package { width: 100%; text-align: center; }
.section-padding { padding: 80px 0; }
.bg-alt {
    background-color: var(--bg-tertiary);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.ready-callout-panel { margin-top: 30px; background-color: var(--bg-secondary); padding: 24px; border-radius: 6px; border: 1px solid var(--border-color); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
.ready-callout-panel span { font-weight: 700; font-size: 1.1rem; color: var(--text-primary); }
.cross-sell-callout-panel {
    margin-top: 40px !important;
    background-color: var(--bg-tertiary) !important;
    padding: 60px 40px !important;
    border-radius: 6px !important;
    border: 1px solid var(--border-color) !important;
    text-align: center !important;
    display: block !important;
    box-sizing: border-box !important;
}
.cross-sell-title {
    font-weight: 600 !important;
    color: var(--text-primary) !important;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    text-align: center !important;
    display: block !important;
}
.cross-sell-description {
    max-width: 800px !important;
    margin: 0 auto 30px auto !important;
    color: var(--text-secondary) !important;
    text-align: center !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    display: block !important;
}
.centralized-form-section { display: flex; justify-content: center; align-items: center; }
.enquiry-box-container { width: 100%; max-width: 1000px; margin: 0 auto; }
.form-header { text-align: center; margin-bottom: 35px; }
.form-header h2 { font-size: 2.2rem; margin-bottom: 8px; text-align: center; }
.form-header p { color: var(--text-secondary); text-align: center; }
.form-field-box {
    background-color: #ffffff; 
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.box-title {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    text-align: left;
}
.form-instruction-note {
    font-size: 0.9rem;
    color: #4a5568; 
    background-color: #f7fafc; 
    padding: 12px 16px;
    border-left: 4px solid var(--accent-red); 
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: left;
}
.honeypot {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    z-index: -1000 !important;
}
.form-instruction-note strong { color: var(--text-primary); }
.form-grid-row { display: grid; gap: 25px; }
.form-group { text-align: left; }
.form-group label { display: block; font-weight: 600; margin-bottom: 8px; font-size: 0.95rem; color: var(--text-secondary); text-align: left; }
#character-counter-wrapper { text-align: right; font-size: 0.82rem; color: #a0aec0; margin-top: 5px; font-family: var(--font-main); }
#character-count { font-weight: 700; color: #4a5568; }
.form-field-box input, .form-field-box select, .form-field-box textarea {
    width: 100%; padding: 13px 14px; border: 1px solid #cbd5e0; border-radius: 5px;
    font-size: 1rem; font-family: inherit; color: var(--text-primary); background-color: #fafafa;
    transition: var(--transition-smooth); text-align: left;
}
.form-field-box input:focus, .form-field-box select:focus, .form-field-box textarea:focus {
    outline: none; border-color: var(--accent-red); background-color: #ffffff; box-shadow: 0 0 0 4px rgba(203, 2, 10, 0.08);
}
.form-field-box select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat; 
    background-position: right 15px center; 
    background-size: 14px; 
    padding-right: 40px;
}
.form-field-box textarea { height: 120px; resize: vertical; }
.btn-submit-wrap { text-align: center; margin-top: 30px; }
#main-enquiry-alert {
    box-sizing: border-box;
    text-align: left;
    display: none; 
    opacity: 0 !important;
    transform: translateY(-10px) !important;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out !important;
}
#main-enquiry-alert.reveal-banner {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.alert-flex-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.alert-status-icon {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}
.alert-message-content {
    flex-grow: 1;
}
.alert-message-content h4 {
    margin: 0 0 6px 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff !important;
}
.alert-message-content p {
    margin: 0;
    font-size: 0.92rem;
    color: #a0aec0 !important; 
    line-height: 1.5;
}
#dry-quote-container {
    max-width: 850px;
    margin: 50px auto 20px auto;
    padding: 40px 25px;
    background-color: var(--bg-card-dark);
    border: 1px solid var(--border-dark);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    text-align: left;
    box-sizing: border-box;
}
.dry-header { text-align: center; margin-bottom: 25px; padding-bottom: 10px; }
.dry-header h2 { font-size: 2rem; color: #ffffff; margin: 0 0 10px 0; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-align: center; }
.dry-header h2 span { color: var(--accent-red); }
.dry-header p { color: var(--text-muted); font-size: 1rem; margin: 0; text-align: center; }
.dry-transparency-card {
    background: rgba(203, 2, 10, 0.05); border: 1px solid rgba(203, 2, 10, 0.25);
    border-radius: 8px; padding: 15px 20px; margin-bottom: 30px;
    line-height: 1.5; font-size: 0.9rem; color: #dcdcdc;
    display: flex; align-items: flex-start; gap: 12px; text-align: left;
}
.dry-transparency-card .dry-icon { font-size: 1.2rem; line-height: 1; }
.dry-transparency-card strong { color: #ffffff; }
.dry-transparency-card .dry-highlight { color: var(--accent-red); }
#dryEstimatorForm { display: flex; flex-direction: column; gap: 24px; }
.dry-section-label {
    display: block; font-size: 0.85rem; font-weight: 700; color: #ffffff; text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 10px; border-left: 3px solid var(--accent-red); padding-left: 8px;
    text-align: left;
}
.dry-grid-two-col, .dry-grid-three-col, .dry-flex-split-cols { display: grid; gap: 12px; }
.dry-grid-two-col { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.dry-grid-three-col { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; }
.dry-flex-split-cols { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 20px; }
.dry-item-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 15px; background: var(--bg-darker); border-radius: 6px; border: 1px solid var(--border-dark);
}
.dry-item-row label, .dry-item-row span { color: #ffffff; font-size: 0.95rem; text-align: left; }
.dry-select-field {
    width: 60px; padding: 6px; background: #222222; border: 1px solid #444444;
    color: #ffffff; border-radius: 4px; text-align: center; font-weight: 600; cursor: pointer;
}
.dry-column-wrapper { background: var(--bg-darker); padding: 18px; border-radius: 8px; border: 1px solid var(--border-dark); }
.dry-column-wrapper .dry-column-title {
    display: block; font-size: 0.85rem; font-weight: 700; color: #ffffff; text-transform: uppercase;
    margin-bottom: 15px; letter-spacing: 0.5px; border-left: 3px solid var(--accent-red); padding-left: 8px;
    text-align: left;
}
.dry-column-list { display: flex; flex-direction: column; gap: 10px; }
.dry-list-row { display: flex; justify-content: space-between; align-items: center; color: #ffffff; font-size: 0.9rem; text-align: left; }
.dry-list-row label { color: #ffffff; }
.dry-list-row .dry-select-field { width: 55px; }
.dry-total-panel {
    margin-top: 15px; padding: 25px; background: linear-gradient(135deg, #1a0506 0%, #0a0a0a 100%);
    border: 1px solid #4a0f11; border-radius: 8px; text-align: center;
}
.dry-total-panel .dry-panel-tag { display: block; font-size: 0.95rem; font-weight: 800; color: var(--accent-red); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 8px; text-align: center; }
#dryPriceDisplay { font-size: 3rem; font-weight: 800; color: #ffffff; text-align: center; }
.dry-total-panel p { font-size: 0.78rem; color: var(--text-muted); margin-top: 8px; font-style: italic; margin-bottom: 0; line-height: 1.4; text-align: center; }
#submitDryQuoteBtn {
    display: block; width: 100%; text-align: center; background-color: var(--accent-red); border: 2px solid var(--accent-red);
    color: #ffffff; padding: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 6px;
    box-sizing: border-box; font-size: 1rem; cursor: pointer; transition: var(--transition-smooth);
}
#submitDryQuoteBtn:hover { background-color: var(--accent-hover); border-color: var(--accent-hover); }
#dry-success-alert {
  width: 100%; max-width: var(--max-width); margin: 20px auto 30px auto; padding: 20px 24px;
  background-color: var(--bg-card-dark, #0b0b0b); border: 1px solid #1a1a1a; border-left: 5px solid #00c851; border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.faq-section { 
    background-color: var(--bg-darker); 
    border-top: 1px solid var(--border-dark); 
    padding: 60px 20px; 
}
.faq-wrapper { max-width: 800px; margin: 0 auto; }
.faq-title { color: #ffffff; text-align: center; margin-bottom: 35px; font-size: 2rem; }
.faq-list { display: flex; flex-direction: column; gap: 15px; }
.faq-item { background-color: var(--bg-card-dark); border: 1px solid var(--border-dark); border-radius: 6px; padding: 18px; transition: border-color 0.2s ease; }
.faq-item:hover { border-color: var(--accent-red); }
.faq-item summary { 
    color: #ffffff; 
    font-weight: 700; 
    font-size: 1.05rem; 
    cursor: pointer; 
    outline: none; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    list-style: none !important; 
    text-align: left;
    padding-right: 25px;
    position: relative;
}
.faq-item summary::-webkit-details-marker, .faq-item summary::marker { display: none !important; }
.faq-icon { 
    color: var(--accent-red); 
    font-size: 1.2rem; 
    font-weight: 400; 
    transition: transform 0.2s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq-item[open] .faq-icon, details[open] summary .faq-icon { transform: translateY(-50%) rotate(45deg); color: #ffffff; }
.faq-content { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border-dark); text-align: left; }
.faq-content p { color: var(--text-muted); text-align: left; }
/* ======================================================================
   1. MAIN FOOTER WRAPPER STYLES
   ====================================================================== */
footer { 
    padding: 40px 0; 
    background-color: #020202 !important; 
    border-top: 1px solid var(--border-dark);
}

/* Base structural properties for all templates */
footer p { 
    margin: 0; 
    text-align: left; 
}

/* ======================================================================
   2. FLEXBOX LAYOUT ENGINE (HANDLES 4-ROW CENTERING ON DESKTOP/LAPTOP)
   ====================================================================== */
/* Target the specific modern layout class we added to your template container */
.container.footer-flex-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px !important; /* Consistent vertical row spacing */
}

/* Global design rules across all footer text rows */
.footer-row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 0.85rem;
    color: #718096;
    line-height: 1.5;
}

/* Custom visual changes for your upper service areas row */
.footer-service-areas {
    font-size: 0.9rem;
    margin-bottom: 5px !important;
}

/* Custom design lines for your absolute bottom copyright block */
.footer-copyright-row {
    font-size: 0.85rem;
    color: #a0aec0;
    margin-top: 10px !important;
    border-top: 1px solid var(--border-dark, #1a1a1a);
    padding-top: 15px !important;
}

/* ======================================================================
   3. INLINE COMPONENT LINKS, TYPOGRAPHY, & FAVICONS
   ====================================================================== */
.footer-metadata { 
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 12px; 
    margin-bottom: 0; 
    font-size: 0.85rem; 
    color: #718096; 
}

.footer-metadata span,
.footer-divider { 
    color: #718096; 
}

.sitemap-link { 
    color: #718096; 
    text-decoration: underline; 
    font-weight: 500; 
    transition: var(--transition-smooth); 
}

.sitemap-link:hover { 
    color: #ffffff !important; 
}

footer a.facebook-link { 
    color: #1877f2; 
    text-decoration: underline; 
    font-weight: 500; 
    transition: var(--transition-smooth); 
}

footer a.facebook-link:hover { 
    color: #3b5998 !important; 
    text-shadow: 0 0 8px rgba(24, 119, 242, 0.4); 
}

footer a.whatsapp-link { 
    color: #25d366; 
    text-decoration: underline; 
    font-weight: 500; 
    transition: var(--transition-smooth); 
}

footer a.whatsapp-link:hover { 
    color: #128c7e !important; 
    text-shadow: 0 0 8px rgba(37, 211, 102, 0.4); 
}

footer a.privacy-link { 
    color: var(--accent-red); 
    text-decoration: underline; 
    font-weight: 600; 
    transition: var(--transition-smooth); 
}

footer a.privacy-link:hover { 
    color: var(--accent-hover) !important; 
}

/* ======================================================================
   4. USER PRIVACY LEGAL NOTICES MODAL SYSTEM
   ====================================================================== */
.modal-backdrop {
    position: fixed !important; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.85);
    z-index: 10000; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 20px; 
    box-sizing: border-box;
}

.modal-card {
    background: #ffffff; 
    color: #1a1a1a !important; 
    padding: 30px; 
    max-width: 600px; 
    width: 100%; 
    max-height: 85vh;
    overflow-y: auto; 
    border-radius: 8px; 
    border: 1px solid var(--border-color); 
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); 
    text-align: left;
}

.modal-card h3 { 
    color: #1a1a1a !important; 
    margin-bottom: 15px; 
    text-transform: uppercase; 
    font-size: 1.2rem; 
    text-align: left; 
}

.modal-content-text { 
    font-size: 0.95rem; 
    color: #2d3748 !important; 
    line-height: 1.6; 
    text-align: left; 
}

.modal-content-text p { 
    margin-bottom: 12px; 
    text-align: left; 
}

.modal-content-text p:last-child { 
    margin-bottom: 20px; 
}

/* ======================================================================
   5. COMPATIBILITY BACKUP CODES (LEGACY SITEMAP LIST COMPONENT)
   ====================================================================== */
.footer-service-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 25px; 
}

.footer-service-section .service-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-service-section .service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-service-section .service-list a {
    color: #cccccc;
    text-decoration: none;
    transition: var(--transition-smooth); 
}

.footer-service-section .service-list a:hover {
    color: #ffffff !important;
}

/* ======================================================================
   6. RESPONSIVE SCREEN BREAKS & MEDIA QUERIES
   ====================================================================== */
@media (min-width: 951px) {
    .header-grid nav {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        margin-left: 60px;
    }
    footer p {
        white-space: nowrap;
    }
}

@media (max-width: 950px) {
    .header-grid {
        flex-direction: column !important;
        text-align: center;
        padding: 15px 10px;
        gap: 15px;
    }
    .nav-menu {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin: 0;
    }
    .phone-nav {
        margin-top: 5px;
        width: 100%;
        justify-content: center;
    }
    .btn, .btn-secondary {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .cols-3 { grid-template-columns: 1fr; gap: 20px; }
    .form-field-box { padding: 20px; }
    .submit-btn { width: 100%; }
}

@media (max-width: 768px) {
    #dry-quote-container { margin: 20px auto; padding: 25px 15px; width: 100% !important; }
    .dry-header h2 { font-size: 1.6rem; }
    .dry-transparency-card { flex-direction: column; gap: 6px; }
    .dry-column-wrapper { width: 100% !important; box-sizing: border-box !important; padding: 12px !important; }
    .dry-item-row, .dry-list-row {
        width: 100% !important; 
        box-sizing: border-box !important; 
        padding: 12px !important; 
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    .dry-item-row label, .dry-list-row label { overflow-wrap: break-word !important; white-space: normal !important; }
    .dry-select-field { width: 100% !important; padding-left: 10px; height: 38px; text-align: left !important; }
    #dryPriceDisplay { font-size: 2.5rem; }
}

/* Smartphone/Mobile Layout Changes */
@media (max-width: 576px) {
    .faq-section { padding: 40px 12px !important; }
    .faq-title { font-size: 1.6rem !important; }
    
    /* 1. Allow footer elements to flow side-by-side where space permits (keeps Facebook & WhatsApp together) */
    .footer-row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 12px !important; 
    }

    /* 2. Hide all horizontal pipe dividers (|) on mobile devices */
    .footer-row .footer-divider {
        display: none !important;
    }

    /* 3. Force structural headings to break completely onto their own line at the top of rows */
    .footer-row .row-label {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 4px !important;
        font-weight: bold;
        color: #ffffff;
    }

    /* 4. Force the long cookie statement to fill 100% width, breaking items beneath it */
    .footer-legal-row span:first-child {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 4px !important;
    }

    /* 5. Force policy links to wrap independently below the cookie notice */
    .footer-legal-row .sitemap-link,
    .footer-legal-row .privacy-link {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    /* Retained absolute fallback rule for generic layout classes */
    footer p { text-align: center !important; }
}
