/* FORTIMAX Luxe — visual system inspired by the P-MAN and VIGORIEL packaging. */
:root {
    --ouz-black: #101210;
    --ouz-charcoal: #191c18;
    --ouz-panel: #20231f;
    --ouz-gold: #c4972b;
    --ouz-gold-light: #e0b958;
    --ouz-cream: #f3e3cf;
    --ouz-cream-light: #fbf3e7;
    --ouz-green: #033623;
    --ouz-green-light: #0b5138;
    --ouz-line: rgba(196, 151, 43, .28);
}

body.vigorex-luxe {
    --primary: var(--ouz-gold) !important;
    --primary-light: var(--ouz-gold-light) !important;
    --primary-dark: #9b711a !important;
    --secondary: var(--ouz-black) !important;
    --accent: var(--ouz-green) !important;
    --text: #23251f !important;
    --text-light: #676052 !important;
    --text-muted: #8c8271 !important;
    --bg: var(--ouz-cream-light) !important;
    --bg-light: var(--ouz-cream) !important;
    --bg-card: #f8ecdc !important;
    --header-bg: var(--ouz-black) !important;
    --header-text: var(--ouz-cream) !important;
    --menu-bg: var(--ouz-charcoal) !important;
    --menu-text: #dcb14c !important;
    --footer-bg: var(--ouz-black) !important;
    --footer-text: #c9bca8 !important;
    --border: rgba(128, 99, 42, .2) !important;
    background: var(--ouz-black) !important;
}

body.vigorex-luxe main { background: var(--ouz-black); }
body.vigorex-luxe .container { max-width: 1320px; }

/* Header */
body.vigorex-luxe .main-header {
    background: rgba(16, 18, 16, .98) !important;
    box-shadow: 0 8px 30px rgba(0,0,0,.24) !important;
    border-bottom: 1px solid var(--ouz-line);
}
body.vigorex-luxe .main-header .logo img { filter: drop-shadow(0 2px 8px rgba(196,151,43,.14)); }
body.vigorex-luxe .search-bar {
    border: 1px solid rgba(196,151,43,.65) !important;
    background: #171916 !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}
body.vigorex-luxe .search-bar input { color: var(--ouz-cream) !important; background: transparent !important; }
body.vigorex-luxe .search-bar input::placeholder { color: #a99d8a; }
body.vigorex-luxe .search-bar button { background: linear-gradient(135deg,#a87617,var(--ouz-gold-light)) !important; }
body.vigorex-luxe .lang-switch,
body.vigorex-luxe .cart-btn {
    color: var(--ouz-cream) !important;
    background: #171916 !important;
    border: 1px solid var(--ouz-line);
}
body.vigorex-luxe .cart-btn:hover,
body.vigorex-luxe .lang-switch:hover { border-color: var(--ouz-gold); color: var(--ouz-gold-light) !important; }

body.vigorex-luxe .nav-bar {
    background: #171916 !important;
    border-bottom: 1px solid rgba(196,151,43,.2);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
}
body.vigorex-luxe .nav-item > a { color: #d8ad47 !important; letter-spacing: .2px; }
body.vigorex-luxe .nav-item:hover > a { color: #fff0c7 !important; }
body.vigorex-luxe .dropdown-menu { background: #191c18; border: 1px solid var(--ouz-line); }
body.vigorex-luxe .dropdown-menu a { color: var(--ouz-cream); border-color: rgba(196,151,43,.1); }
body.vigorex-luxe .dropdown-menu a:hover { background: #242820; color: var(--ouz-gold-light); }

/* Premium hero */
body.vigorex-luxe .legacy-homepage-hero { display: none !important; }
.luxe-hero {
    position: relative;
    min-height: 540px;
    padding: 0 !important;
    overflow: hidden;
    color: var(--ouz-cream);
    background:
        radial-gradient(circle at 70% 44%, rgba(196,151,43,.22), transparent 30%),
        linear-gradient(108deg, #0c0e0c 0%, #151815 56%, #0d0f0d 100%);
    border-bottom: 1px solid rgba(196,151,43,.35);
}
.luxe-hero::before,
.luxe-hero-pattern {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.luxe-hero::before {
    opacity: .22;
    background-image:
        linear-gradient(30deg, transparent 47%, rgba(196,151,43,.14) 48%, rgba(196,151,43,.14) 52%, transparent 53%),
        linear-gradient(150deg, transparent 47%, rgba(196,151,43,.1) 48%, rgba(196,151,43,.1) 52%, transparent 53%);
    background-size: 52px 90px;
    mask-image: linear-gradient(90deg, transparent 5%, #000 42%, #000 100%);
}
.luxe-hero-pattern {
    background:
        radial-gradient(circle at 8% 80%, rgba(3,54,35,.4), transparent 24%),
        radial-gradient(circle at 96% 20%, rgba(196,151,43,.12), transparent 24%);
}
.luxe-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    align-items: center;
    gap: 48px;
    min-height: 540px;
    padding-top: 54px;
    padding-bottom: 54px;
}
.luxe-hero-copy { max-width: 570px; }
.luxe-kicker {
    color: var(--ouz-gold-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.luxe-hero h1 {
    margin: 0 0 20px;
    color: #f7ead8;
    font-family: 'Cairo', sans-serif;
    font-weight: 800;
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.025em;
    text-shadow: 0 4px 24px rgba(0,0,0,.28);
}
.luxe-hero h1::first-line { color: #f7ead8; }
.luxe-hero h1 em { color: var(--ouz-gold-light); font-style: normal; }
.luxe-hero-copy > p { max-width: 525px; margin: 0 0 28px; color: #cfc5b5; font-size: 15px; line-height: 1.75; }
.luxe-cta {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 14px 26px;
    border-radius: 999px;
    color: #17140b;
    font-size: 14px;
    font-weight: 800;
    background: linear-gradient(135deg,#e1bc61,#b98219);
    box-shadow: 0 10px 30px rgba(196,151,43,.2);
}
.luxe-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(196,151,43,.34); }
.luxe-hero-benefits { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.luxe-hero-benefits span { display: inline-flex; align-items: center; gap: 8px; color: #d4cab9; font-size: 11px; font-weight: 600; }
.luxe-hero-benefits i { color: var(--ouz-gold-light); font-size: 15px; }
.luxe-hero-products { position: relative; height: 430px; display: flex; align-items: flex-end; justify-content: center; gap: 14px; }
.luxe-product-glow { position: absolute; width: 430px; height: 260px; bottom: 24px; border-radius: 50%; background: rgba(196,151,43,.18); filter: blur(55px); }
.luxe-hero-product { position: relative; z-index: 2; display: block; width: 47%; max-width: 310px; filter: drop-shadow(0 28px 22px rgba(0,0,0,.58)); transition: transform .4s ease; }
.luxe-hero-product:hover { transform: translateY(-8px); }
.luxe-hero-product img { width: 100%; height: 410px; object-fit: contain; object-position: center bottom; }
.luxe-hero-product-1 { transform: translateY(-8px) rotate(-2deg); }
.luxe-hero-product-1:hover { transform: translateY(-16px) rotate(-2deg); }
.luxe-hero-product-2 { transform: translateY(8px) rotate(2deg); }
.luxe-hero-product-2:hover { transform: translateY(0) rotate(2deg); }

/* Content and cards */
body.vigorex-luxe section.container,
body.vigorex-luxe .categories-section { position: relative; }
body.vigorex-luxe .categories-section,
body.vigorex-luxe .luxe-products-section,
body.vigorex-luxe main > section.container { max-width: none; padding-left: max(20px, calc((100vw - 1260px)/2)) !important; padding-right: max(20px, calc((100vw - 1260px)/2)) !important; background: linear-gradient(180deg,#171a17,#111311) !important; color: var(--ouz-cream); }
body.vigorex-luxe .section-title { border-color: rgba(128,99,42,.25) !important; }
body.vigorex-luxe .section-title h2 { color: #f1e4d0 !important; font-family: 'Cairo', sans-serif; font-weight: 800; letter-spacing: -.01em; }
body.vigorex-luxe .section-title h2::before { background: linear-gradient(var(--ouz-gold-light),#9c6e14) !important; }
body.vigorex-luxe .scroll-btn { color: var(--ouz-gold) !important; border-color: rgba(196,151,43,.42) !important; background: #f7ead8 !important; }
body.vigorex-luxe .scroll-btn:hover { color: #17140b !important; background: var(--ouz-gold-light) !important; }
body.vigorex-luxe .product-card {
    background: #f4e4cf !important;
    border: 1px solid rgba(128,91,26,.28) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 25px rgba(58,39,12,.09) !important;
}
body.vigorex-luxe .product-card:hover { border-color: var(--ouz-gold) !important; box-shadow: 0 18px 45px rgba(50,34,10,.2) !important; }
body.vigorex-luxe .product-card .product-img { background: linear-gradient(145deg,#d9bd98,#f0dcc0) !important; }
body.vigorex-luxe .product-card > div { background: linear-gradient(180deg,#f6e9d8,#f0ddc3) !important; }
body.vigorex-luxe .product-card h3 a { color: #1c1e19 !important; }
body.vigorex-luxe .product-card .price-current { color: #7b5714 !important; }
body.vigorex-luxe .variant-btn { background: rgba(255,255,255,.25); border-color: rgba(128,91,26,.28); }
body.vigorex-luxe .variant-btn.active,
body.vigorex-luxe .variant-btn:hover { background: var(--ouz-green) !important; border-color: var(--ouz-green) !important; }
body.vigorex-luxe .add-to-cart-btn { background: linear-gradient(135deg,#131612,#273027) !important; color: var(--ouz-gold-light) !important; border: 1px solid rgba(196,151,43,.28) !important; }
body.vigorex-luxe .add-to-cart-btn:hover { background: linear-gradient(135deg,#a97718,#d4a944) !important; color: #15130d !important; }
body.vigorex-luxe .category-card { background: #f0ddc3 !important; border-color: rgba(128,91,26,.18) !important; }
body.vigorex-luxe .category-card:hover { border-color: var(--ouz-gold) !important; }
body.vigorex-luxe .luxe-all-products { padding-top: 44px !important; padding-bottom: 54px !important; }
body.vigorex-luxe .luxe-optional-products { display: none !important; }
body.vigorex-luxe .luxe-all-products .product-grid { grid-template-columns: repeat(auto-fit,minmax(210px,260px)) !important; justify-content: center; }
body.vigorex-luxe .luxe-products-section .product-scroll { justify-content: center; }
body.vigorex-luxe .blog-card-home { background: #20231f !important; border-color: rgba(196,151,43,.24) !important; color: var(--ouz-cream) !important; }
body.vigorex-luxe .blog-card-home h3 { color: #f1e4d0 !important; }
body.vigorex-luxe .blog-card-home p { color: #bdb09e !important; }

/* Benefit ribbon */
.luxe-benefit-strip { padding: 0 !important; color: var(--ouz-cream); background: linear-gradient(90deg,#022b1d,#06462f,#022b1d); border-top: 1px solid rgba(196,151,43,.35); border-bottom: 1px solid rgba(196,151,43,.35); }
.luxe-benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.luxe-benefit-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 92px; padding: 18px 22px; border-inline-end: 1px solid rgba(196,151,43,.2); }
.luxe-benefit-grid > div:last-child { border: 0; }
.luxe-benefit-grid i { color: var(--ouz-gold-light); font-size: 23px; }
.luxe-benefit-grid span { display: flex; flex-direction: column; }
.luxe-benefit-grid strong { color: #e7c56e; font-size: 13px; }
.luxe-benefit-grid small { color: #b7c5bc; font-size: 11px; }

/* Footer */
body.vigorex-luxe footer { background: linear-gradient(135deg,#101210,#191b18) !important; color: #c9bca8 !important; border-top: 1px solid rgba(196,151,43,.25); }
body.vigorex-luxe footer h3 { color: #f1d58f !important; border-color: var(--ouz-gold) !important; }
body.vigorex-luxe footer a:hover { color: var(--ouz-gold-light) !important; }
body.vigorex-luxe .mh-lang-compact { font-size: 11px !important; font-weight: 800; color: var(--ouz-gold-light) !important; }
.legacy-footer,
.legacy-newsletter { display: none !important; }
.vigorex-premium-footer { padding: 54px 0 0; }
.premium-footer-grid { display: grid; grid-template-columns: 1.35fr .9fr .8fr .95fr 1.25fr; gap: 42px; align-items: start; }
.premium-footer-brand img { width: 150px; max-height: 58px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.premium-footer-brand > strong { display: block; color: var(--ouz-gold-light); font-family: 'Cairo',sans-serif; font-weight: 800; font-size: 28px; margin-bottom: 18px; }
.premium-footer-brand p,
.premium-newsletter p { color: #aa9f8f; font-size: 12px; line-height: 1.75; margin: 0 0 18px; }
.premium-footer-col h3 { display: inline-block; color: #ead18f !important; font-size: 14px !important; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 17px !important; padding: 0 0 10px !important; border-bottom: 1px solid var(--ouz-gold) !important; }
.premium-footer-col ul { list-style: none; padding: 0; margin: 0; }
.premium-footer-col li a { display: block; padding: 4px 0; color: #b8ad9d; font-size: 12px; }
.premium-socials { display: flex; gap: 9px; }
.premium-socials a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #17140b !important; background: linear-gradient(135deg,#dfb952,#9f711a); border: 1px solid rgba(255,255,255,.08); }
.premium-socials a:hover { color: #17140b !important; transform: translateY(-3px); }
.premium-newsletter form { display: flex; height: 40px; border: 1px solid rgba(196,151,43,.42); border-radius: 5px; overflow: hidden; background: #171916; }
.premium-newsletter input { flex: 1; min-width: 0; padding: 0 12px; color: var(--ouz-cream); border: 0; outline: 0; background: transparent; font-size: 11px; }
.premium-newsletter button { width: 44px; border: 0; color: #17140b; background: linear-gradient(135deg,#e0b958,#a87617); cursor: pointer; }
.premium-footer-bottom { margin-top: 46px; padding: 18px 20px; border-top: 1px solid rgba(255,255,255,.07); color: #847a6b; text-align: center; font-size: 11px; }
html[dir="rtl"] .premium-footer-brand img { object-position: right center; }

html[dir="rtl"] .luxe-hero-grid { direction: rtl; }
html[dir="rtl"] .luxe-hero-copy { text-align: right; }
html[dir="rtl"] .luxe-hero h1 { font-family: 'Cairo', sans-serif; line-height: 1.2; letter-spacing: 0; }
html[dir="rtl"] .luxe-hero-benefits { direction: rtl; }
html[dir="rtl"] .luxe-benefit-grid { direction: rtl; }

/* Dark product and information pages */
body.vigorex-luxe .product-shell,
body.vigorex-luxe .standard-page-card {
    background: linear-gradient(145deg,#151815,#101210) !important;
    border: 1px solid rgba(196,151,43,.34) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.34) !important;
    color: var(--ouz-cream) !important;
}
body.vigorex-luxe .product-title,
body.vigorex-luxe .product-description h1,
body.vigorex-luxe .product-description h2,
body.vigorex-luxe .product-description h3,
body.vigorex-luxe .product-description h4,
body.vigorex-luxe .benefits-box h3,
body.vigorex-luxe .standard-page-card h1,
body.vigorex-luxe .standard-page-card h2,
body.vigorex-luxe .standard-page-card h3 {
    color: var(--ouz-cream) !important;
}
body.vigorex-luxe .product-main-description,
body.vigorex-luxe .product-description,
body.vigorex-luxe .product-description p,
body.vigorex-luxe .product-description li,
body.vigorex-luxe .product-description strong,
body.vigorex-luxe .benefits-content,
body.vigorex-luxe .page-content,
body.vigorex-luxe .standard-page-empty {
    color: #c9bca8 !important;
}
/* Product benefits must stay bright and readable on the dark card, including pasted rich text. */
body.vigorex-luxe .benefits-box .benefits-content,
body.vigorex-luxe .benefits-box .benefits-content p,
body.vigorex-luxe .benefits-box .benefits-content li,
body.vigorex-luxe .benefits-box .benefits-content span,
body.vigorex-luxe .benefits-box .benefits-content strong,
body.vigorex-luxe .benefits-box .benefits-content em,
body.vigorex-luxe .benefits-box .benefits-content h1,
body.vigorex-luxe .benefits-box .benefits-content h2,
body.vigorex-luxe .benefits-box .benefits-content h3,
body.vigorex-luxe .benefits-box .benefits-content h4 {
    color: #ffffff !important;
}
body.vigorex-luxe .product-purchase-panel,
body.vigorex-luxe .quick-order-box,
body.vigorex-luxe .benefits-box {
    background: #1a1d19 !important;
    border-color: rgba(196,151,43,.38) !important;
}
body.vigorex-luxe .main-image-wrap {
    background: radial-gradient(circle at 50% 42%,#292b25 0,#171a17 68%,#111310 100%) !important;
    border-color: rgba(196,151,43,.28) !important;
}
body.vigorex-luxe .gallery-thumb,
body.vigorex-luxe .variant-btn,
body.vigorex-luxe .option-btn,
body.vigorex-luxe .product-selected-variant,
body.vigorex-luxe .qty-control,
body.vigorex-luxe .product-meta span {
    background: #20231f !important;
    border-color: rgba(196,151,43,.32) !important;
    color: #e9dcc4 !important;
}
body.vigorex-luxe .qty-control button,
body.vigorex-luxe .qty-input {
    background: transparent !important;
    color: #e9dcc4 !important;
}
body.vigorex-luxe .qty-control button:hover { background: var(--ouz-gold) !important; color: #15140f !important; }
body.vigorex-luxe .btn-outline {
    background: transparent !important;
    border-color: var(--ouz-gold) !important;
    color: var(--ouz-gold-light) !important;
}
body.vigorex-luxe .btn-outline:hover { background: var(--ouz-gold) !important; color: #15140f !important; }
body.vigorex-luxe .product-quick-hint {
    background: rgba(196,151,43,.12) !important;
    border-color: rgba(196,151,43,.5) !important;
    color: var(--ouz-gold-light) !important;
}
body.vigorex-luxe .gallery-thumb.active,
body.vigorex-luxe .gallery-thumb:hover,
body.vigorex-luxe .variant-btn.active,
body.vigorex-luxe .variant-btn:hover,
body.vigorex-luxe .option-btn.active,
body.vigorex-luxe .option-btn:hover {
    background: rgba(196,151,43,.14) !important;
    border-color: var(--ouz-gold) !important;
    color: var(--ouz-gold-light) !important;
}
body.vigorex-luxe .option-label,
body.vigorex-luxe .product-section-label { color: var(--ouz-gold-light) !important; }
body.vigorex-luxe .product-options,
body.vigorex-luxe .standard-page-header { border-color: rgba(196,151,43,.24) !important; }
body.vigorex-luxe .product-description blockquote {
    background: #20231f !important;
    color: #c9bca8 !important;
    border-color: var(--ouz-gold) !important;
}
body.vigorex-luxe .standard-page-header > div {
    background: rgba(196,151,43,.16) !important;
    color: var(--ouz-gold-light) !important;
}
body.vigorex-luxe .standard-contact-card > div > div {
    background: #20231f !important;
    border: 1px solid rgba(196,151,43,.22);
}
body.vigorex-luxe .standard-contact-card a,
body.vigorex-luxe .standard-contact-card span { color: #e9dcc4 !important; }
body.vigorex-luxe .standard-contact-card div[style*="color:#888"] { color: #9f9586 !important; }

/* Mobile */
@media (max-width: 900px) {
    body.vigorex-luxe .mobile-header,
    body.vigorex-luxe .mobile-search { background: #111311 !important; }
    body.vigorex-luxe .mobile-header { border-bottom: 1px solid rgba(196,151,43,.18); }
    body.vigorex-luxe .mobile-header .mh-btn { background: #20231f !important; color: var(--ouz-gold-light) !important; border: 1px solid rgba(196,151,43,.22); }
    body.vigorex-luxe .mobile-search form { background:#191c18; border-color: rgba(196,151,43,.48) !important; }
    body.vigorex-luxe .mobile-search input { color: var(--ouz-cream); }
    body.vigorex-luxe .mobile-search button { background: var(--ouz-gold) !important; color: #14140f !important; }
    .luxe-hero { min-height: auto; }
    .luxe-hero-grid { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding-top: 48px; padding-bottom: 36px; text-align: center; }
    .luxe-hero-copy { margin: 0 auto; }
    html[dir="rtl"] .luxe-hero-copy { text-align: center; }
    .luxe-hero-copy > p { margin-left: auto; margin-right: auto; }
    .luxe-hero-benefits { justify-content: center; }
    .luxe-hero-products { height: 330px; }
    .luxe-hero-product { max-width: 250px; }
    .luxe-benefit-grid { grid-template-columns: repeat(2,1fr); }
    .luxe-benefit-grid > div:nth-child(2) { border-inline-end: 0; }
    .luxe-benefit-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(196,151,43,.2); }
    .premium-footer-grid { grid-template-columns: repeat(2,1fr); gap: 34px 22px; }
    .premium-footer-brand,
    .premium-newsletter { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .luxe-hero-grid { padding: 38px 18px 26px; }
    .luxe-kicker { font-size: 10px; letter-spacing: 1.4px; }
    .luxe-hero h1 { font-size: clamp(38px, 12vw, 54px); }
    .luxe-hero-copy > p { font-size: 13px; }
    .luxe-hero-benefits { gap: 12px; }
    .luxe-hero-benefits span { font-size: 9px; }
    .luxe-hero-products { height: 245px; gap: 6px; }
    .luxe-hero-product { width: 49%; }
    .luxe-hero-product img { height: 235px; }
    .luxe-benefit-grid { grid-template-columns: 1fr 1fr; }
    .luxe-benefit-grid > div { min-height: 84px; justify-content: flex-start; padding: 14px 10px; gap: 9px; }
    .luxe-benefit-grid i { font-size: 18px; }
    .luxe-benefit-grid strong { font-size: 10px; }
    .luxe-benefit-grid small { font-size: 8px; }
    .premium-footer-grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 30px 8px;
        text-align: center;
    }
    .vigorex-premium-footer { padding-top: 38px; }
    .premium-footer-brand,
    .premium-newsletter { grid-column: 1 / -1; }
    .premium-footer-brand { text-align: center; }
    .premium-footer-brand img {
        display: block;
        width: min(190px,70vw);
        max-height: 72px;
        object-position: center;
        margin: 0 auto 18px;
    }
    html[dir="rtl"] .premium-footer-brand img { object-position: center; }
    .premium-footer-brand > strong { text-align: center; }
    .premium-footer-brand p {
        max-width: 420px;
        margin: 0 auto 20px;
        text-align: center;
    }
    .premium-socials { justify-content: center; }
    .premium-socials a { width: 42px; height: 42px; font-size: 17px; }
    .premium-footer-col:not(.premium-newsletter) { min-width: 0; text-align: center; }
    .premium-footer-col:not(.premium-newsletter) h3 {
        max-width: 100%;
        font-size: 11px !important;
        white-space: nowrap;
        margin-bottom: 12px !important;
        padding-bottom: 7px !important;
    }
    .premium-footer-col:not(.premium-newsletter) li a {
        padding: 4px 1px;
        font-size: 10px;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
    .premium-newsletter { margin-top: 4px; text-align: center; }
    .premium-newsletter form { max-width: 420px; margin: 0 auto; }
}
