/*
Theme Name: Storefront Swisslab Child
Theme URI: https://swisslab-stemcells.com/
Description: Child theme for Storefront customized for Swisslab Stemcells.
Author: Antigravity
Author URI: https://google.com
Template: storefront
Version: 1.2.0
*/

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;700&display=swap');

/* --- Typography & Global Layout --- */
:root {
    --bg-dark: #fcf8f8;
    --bg-card: rgba(255, 255, 255, 0.95);
    --primary: #d62828;
    --primary-hover: #b91c1c;
    --rose-bg: #f7cece;
    --rose-accent: #f9d7d7;
    --dark-rose: #7a2222;
    --text-main: #222222;
    --text-muted: #555555;
    --glass-border: rgba(214, 40, 40, 0.12);
}

body {
    background-color: var(--bg-dark) !important;
    background-image: none !important;
    color: var(--text-main) !important;
}

#page, .site-content {
    background: transparent !important;
}

body, button, input, select, textarea, .woocommerce-loop-product__title, p {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .site-title, .main-navigation ul li a {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #222222;
}

a {
    color: var(--primary);
}
a:hover {
    color: var(--primary-hover);
    text-decoration: none;
}

/* --- Clean Up Layout & Hide Default Page Titles & Credits --- */
#secondary, .widget-area, .menu-toggle, .handheld-navigation, .site-header-cart .widget_shopping_cart, .site-info {
    display: none !important;
}

#primary {
    width: 100% !important;
    float: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.home .entry-header, .entry-title, header.entry-header, .page .entry-header {
    display: none !important;
}

/* Header Container */
.site-header {
    background: #fcf8f8 !important;
    border-bottom: none !important;
    padding: 20px 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.site-header .col-full {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}

.site-branding {
    float: none !important;
    margin: 0 !important;
}

.custom-logo-link img {
    max-height: 55px !important;
    width: auto !important;
    display: block !important;
}

/* --- PILL NAVIGATION BAR MATCHING SWISSLAB SCREENSHOT --- */
.main-navigation {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    background: var(--rose-bg) !important;
    border-radius: 40px !important;
    padding: 8px 24px !important;
    box-shadow: 0 4px 20px rgba(247, 206, 206, 0.5) !important;
}

.main-navigation ul, 
.main-navigation ul.menu, 
.main-navigation ul.nav-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
}

.main-navigation ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.main-navigation ul li a {
    color: #222222 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    transition: all 0.2s ease-in-out !important;
    text-decoration: none !important;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li a:hover {
    color: var(--primary) !important;
    background: transparent !important;
}

/* Search Bar */
.site-search {
    margin: 0 !important;
    width: auto !important;
    float: none !important;
}

.site-search .widget_product_search form {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.site-search input[type="search"] {
    background: #ffffff !important;
    border: 1px solid rgba(214, 40, 40, 0.2) !important;
    border-radius: 24px !important;
    padding: 10px 20px 10px 40px !important;
    font-size: 14px !important;
    width: 200px !important;
    outline: none !important;
}

.site-search button[type="submit"] {
    position: absolute !important;
    left: 12px !important;
    background: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

/* Header Cart & Orders Buttons */
.header-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #ffffff !important;
    border: 1px solid rgba(214, 40, 40, 0.25) !important;
    color: #222222 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.header-action-btn:hover {
    background: #d62828 !important;
    color: #ffffff !important;
    border-color: #d62828 !important;
    box-shadow: 0 4px 12px rgba(214, 40, 40, 0.25) !important;
}

.header-action-btn:hover svg {
    stroke: #ffffff !important;
}

.cart-badge {
    background: #d62828 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.header-action-btn:hover .cart-badge {
    background: #ffffff !important;
    color: #d62828 !important;
}


/* --- SWISSLAB BANNER HERO MATCHING SCREENSHOT --- */
.swisslab-banner-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 0;
    min-height: 480px;
    background: linear-gradient(135deg, #5c1919 0%, #7a2222 50%, #3d1010 100%), url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/hero_bg_premium.png');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(92, 25, 25, 0.2);
}

.swisslab-banner-overlay {
    padding: 60px 30px;
    max-width: 900px;
    margin: 0 auto;
}

.hero-badge-pill {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fbd7d7;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.swisslab-banner-title {
    font-size: 3.8rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
    font-family: 'Outfit', sans-serif !important;
}

.swisslab-banner-subtitle {
    font-size: 1.8rem !important;
    color: #f7cece !important;
    font-weight: 500 !important;
    margin-bottom: 34px !important;
}

.button.swisslab-pill-btn {
    background: #8b2626 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 40px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.button.swisslab-pill-btn:hover {
    background: #a02d2d !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}


.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(214, 40, 40, 0.08);
    border: 1px solid rgba(214, 40, 40, 0.2);
    color: #d62828;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
    color: #111827 !important;
    background: none !important;
    -webkit-text-fill-color: #111827 !important;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 4rem !important;
        line-height: 1.1 !important;
        background: linear-gradient(135deg, #111827 0%, #d62828 85%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }
}


.hero-subtitle {
    font-size: 1.3rem !important;
    color: #4b5563 !important;
    margin-bottom: 40px !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6 !important;
}

.hero-actions {
    display: flex !important;
    gap: 18px !important;
    justify-content: center !important;
    align-items: center !important;
}

.button.primary-button {
    background: linear-gradient(135deg, #d62828 0%, #b91c1c 100%) !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 34px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 10px 25px rgba(214, 40, 40, 0.3) !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: inline-block !important;
}

.button.primary-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 35px rgba(214, 40, 40, 0.4) !important;
    color: #ffffff !important;
}

.button.secondary-button.glass {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px) !important;
    color: #111827 !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 30px !important;
    padding: 14px 34px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.button.secondary-button.glass:hover {
    background: #ffffff !important;
    border-color: #d62828 !important;
    color: #d62828 !important;
    transform: translateY(-3px) !important;
}


/* --- STATS COUNTERS BAR --- */
.stats-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
    max-width: 1100px;
    margin: -60px auto 60px;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.stat-card {
    flex: 1 1 200px !important;
    max-width: 240px !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.12);
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #d62828;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 13px;
    color: #4b5563;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* --- STATS COUNTERS BAR --- */
.stats-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
    max-width: 1100px;
    margin: -60px auto 60px;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.stat-card {
    flex: 1 1 200px !important;
    max-width: 240px !important;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.12);
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    color: #d62828;
    line-height: 1;
    margin-bottom: 6px;
}

.stat-label {
    font-size: 13px;
    color: #4b5563;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- FOOTER OVERHAUL --- */
.custom-swisslab-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.footer-column {
    flex: 1 1 280px;
}

.footer-column h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    color: #111827;
    margin-bottom: 16px;
}

.footer-mailchimp {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-mailchimp input[type="email"] {
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    padding: 10px 18px;
    font-size: 14px;
}


/* --- FEATURES GRID BAR --- */
.premium-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 50px auto !important;
    padding: 0 20px !important;
}
.feature-card {
    flex: 1 1 300px !important;
    max-width: 360px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 20px !important;
    padding: 32px 26px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}
.feature-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 15px 35px rgba(214, 40, 40, 0.1) !important;
}
.feature-card h3 {
    font-family: 'Outfit', sans-serif !important;
    color: #d62828 !important;
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
}

/* --- PRODUCT SHOWCASE & CARDS SPECIFICITY OVERHAUL --- */
body .site-main ul.products,
body .site-content ul.products,
body ul.products,
body .woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
    max-width: 1250px !important;
    margin: 40px auto 80px !important;
    padding: 0 20px !important;
    list-style: none !important;
}

body .site-main ul.products li.product,
body .site-content ul.products li.product,
body ul.products li.product,
body .woocommerce ul.products li.product {
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    min-width: 260px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 24px !important;
    padding: 28px 20px !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s ease !important;
}

body .site-main ul.products li.product:hover,
body ul.products li.product:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 45px rgba(214, 40, 40, 0.14) !important;
    border-color: rgba(214, 40, 40, 0.3) !important;
}

body ul.products li.product *,
body .site-main ul.products li.product * {
    max-width: 100% !important;
    word-break: normal !important;
    white-space: normal !important;
    writing-mode: horizontal-tb !important;
}

/* --- WOOCOMMERCE ARCHIVE / CATEGORY HEADER STYLING --- */
.woocommerce-products-header {
    background: #f7cece !important;
    border-radius: 24px !important;
    padding: 40px 20px !important;
    margin: 30px auto 40px !important;
    max-width: 1200px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(247, 206, 206, 0.4) !important;
}

.woocommerce-products-header .page-title,
.woocommerce-products-header h1 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #222222 !important;
    margin: 0 0 10px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header p {
    color: #7a2222 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.woocommerce-ordering, .woocommerce-result-count {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    font-family: 'Outfit', sans-serif !important;
}

.woocommerce-ordering select {
    border-radius: 20px !important;
    border: 1px solid rgba(214, 40, 40, 0.2) !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    background: #ffffff !important;
    color: #222222 !important;
}

body ul.products li.product img,
body .site-main ul.products li.product img {
    border-radius: 16px !important;
    margin-bottom: 16px !important;
    max-height: 180px !important;
    object-fit: contain !important;
    width: 100% !important;
    background: #fafafa !important;
    border: 1px solid rgba(0,0,0,0.04) !important;
}


body ul.products li.product .woocommerce-loop-product__title,
body .site-main ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    color: #111827 !important;
    margin: 12px 0 !important;
    font-weight: 600 !important;
    word-break: normal !important;
    white-space: normal !important;
}

body ul.products li.product .price,
body .site-main ul.products li.product .price {
    color: #d62828 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}



/* --- CATALOG CATEGORIES BAR --- */
.catalog-categories-section {
    max-width: 1200px;
    margin: 40px auto 20px;
    text-align: center;
}

.category-pills-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.cat-pill {
    background: rgba(247, 206, 206, 0.4) !important;
    border: 1px solid rgba(214, 40, 40, 0.2) !important;
    color: #222222 !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.cat-pill:hover, .cat-pill.active {
    background: #d62828 !important;
    color: #ffffff !important;
    border-color: #d62828 !important;
    box-shadow: 0 4px 15px rgba(214, 40, 40, 0.3) !important;
}

/* --- BUTTONS --- */
a.button, button.button, input.button, #respond input#submit {
    background: var(--primary) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;

    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    border-radius: 30px !important;
    padding: 12px 28px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(214, 40, 40, 0.25);
    display: inline-block !important;
}
a.button:hover, button.button:hover, input.button:hover, #respond input#submit:hover {
    background: var(--primary-hover) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 40, 40, 0.35);
}

/* --- WOOCOMMERCE VIEW CART LINK / BUTTON BEAUTIFICATION --- */
a.added_to_cart,
a.added_to_cart.wc-forward,
.woocommerce a.added_to_cart,
.products .product a.added_to_cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 10px !important;
    padding: 8px 20px !important;
    background: #ffffff !important;
    color: #d62828 !important;
    border: 1.5px solid #d62828 !important;
    border-radius: 30px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(214, 40, 40, 0.12) !important;
    transition: all 0.25s ease-in-out !important;
    position: relative !important;
    z-index: 5 !important;
}

a.added_to_cart:before {
    content: "✓ " !important;
    font-weight: 800 !important;
    color: #22c55e !important;
}

a.added_to_cart:hover,
a.added_to_cart.wc-forward:hover {
    background: #d62828 !important;
    color: #ffffff !important;
    border-color: #d62828 !important;
    box-shadow: 0 6px 18px rgba(214, 40, 40, 0.3) !important;
    transform: translateY(-2px) !important;
}

a.added_to_cart:hover:before {
    color: #ffffff !important;
}


/* --- MOBILE LIGHT THEME & HANDHELD FOOTER FIXES --- */
@media (max-width: 768px) {
    html, body, #page, .site, .site-header, .site-header .col-full, .site-content {
        background-color: #ffffff !important;
        background: #ffffff !important;
        color: #1f2937 !important;
    }

    .site-header {
        border-bottom: 1px solid rgba(0,0,0,0.08) !important;
        padding: 12px 16px !important;
    }

    .premium-hero {
        padding: 60px 16px 40px !important;
        margin-top: 0 !important;
    }

    .hero-subtitle {
        font-size: 1rem !important;
    }

    .stats-bar {
        margin: 20px auto 40px !important;
    }
}

.storefront-handheld-footer-bar, 
.storefront-handheld-footer-bar ul, 
.storefront-handheld-footer-bar ul li {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.storefront-handheld-footer-bar ul li a {
    color: #4b5563 !important;
}

.storefront-handheld-footer-bar ul li a:hover, 
.storefront-handheld-footer-bar ul li.active a {
    color: #d62828 !important;
}

.storefront-handheld-footer-bar ul li.search .site-search {
    background-color: #ffffff !important;
}

/* --- ENTERPRISE CONSULTATION MODAL & TRUST BADGES --- */
.consult-btn {
    background: linear-gradient(135deg, #7a2222 0%, #d62828 100%) !important;
    color: #ffffff !important;
    border-color: #7a2222 !important;
}
.consult-btn:hover {
    background: #5c1919 !important;
    box-shadow: 0 4px 14px rgba(122, 34, 34, 0.4) !important;
}

.swisslab-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(17, 24, 39, 0.7);
    backdrop-filter: blur(8px);
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.swisslab-modal-card {
    background: #ffffff;
    border-radius: 28px;
    max-width: 500px;
    width: 100%;
    padding: 36px 32px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    animation: modalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalPop {
    from { opacity: 0; transform: scale(0.92) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.swisslab-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: none !important;
    font-size: 22px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.swisslab-modal-card .modal-header {
    text-align: center;
    margin-bottom: 24px;
}

.swisslab-modal-card .modal-header h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.swisslab-modal-card .modal-header p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.swisslab-modal-card .form-group {
    margin-bottom: 16px;
}

.swisslab-modal-card label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.swisslab-modal-card input,
.swisslab-modal-card select,
.swisslab-modal-card textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 10px 14px;
    font-size: 14px;
    outline: none;
    background: #f9fafb;
}

.swisslab-modal-card input:focus,
.swisslab-modal-card select:focus,
.swisslab-modal-card textarea:focus {
    border-color: #d62828;
    background: #ffffff;
}

.swisslab-modal-submit {
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
}



