/* ==========================================================================
   SA Host Order V2 - Modern Premium Design System
   Sleek developer-focused dark slate & vibrant emerald green accents
   ========================================================================== */

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

/* ── Typography & Global Customizations ── */
#order-sahosting_cart_v2 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #334155;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

/* Page Header */
#order-sahosting_cart_v2 .header-lined {
    border-bottom: 2px solid #f1f5f9 !important;
    padding-bottom: 12px !important;
    margin-bottom: 20px !important;
}

#order-sahosting_cart_v2 .header-lined h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #059669 !important;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-top: 0 !important;
    margin-bottom: 12px;
}

#order-sahosting_cart_v2 .header-lined p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
    max-width: 100%;
    margin: 0;
    text-align: justify;
}

/* ── Grid & Card Layout ── */
#order-sahosting_cart_v2 .products {
    margin-top: 8px;
}

#order-sahosting_cart_v2 .products .col-md-6 {
    margin-bottom: 30px;
}

/* Pricing Card Wrapper */
#order-sahosting_cart_v2 .product {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 28px !important; /* High-end rounded corners */
    padding: 40px !important; /* Premium spacious padding */
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03), 0 1px 3px rgba(15, 23, 42, 0.01) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
}

/* Card Hover Elevation & Modern Border Highlight */
#order-sahosting_cart_v2 .product:hover {
    border-color: #00b87c !important;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 184, 124, 0.08), 0 5px 15px rgba(0, 184, 124, 0.02) !important;
}

/* Plan Badge Wrapper */
#order-sahosting_cart_v2 .product .product-badge-wrapper {
    display: block;
    margin-bottom: 24px;
    text-align: left;
}

/* Plan Badges - Color-coded by Price Tier */
#order-sahosting_cart_v2 .product .product-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.825rem;
    font-weight: 700;
    border-radius: 9999px;
    padding: 6px 14px;
    letter-spacing: -0.01em;
}

/* Starter Tier Badge (Cheapest) */
#order-sahosting_cart_v2 .product .product-badge.badge-starter {
    background: #e6fcf5 !important;
    color: #099268 !important;
}

/* Standard Tier Badge (Popular) */
#order-sahosting_cart_v2 .product .product-badge.badge-standard {
    background: #edf2ff !important;
    color: #364fc7 !important;
}

/* Business Tier Badge (Advanced) */
#order-sahosting_cart_v2 .product .product-badge.badge-business {
    background: #fff9db !important;
    color: #d9480f !important;
}

/* Card Header */
#order-sahosting_cart_v2 .product header {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto !important;
}

/* Product Title */
#order-sahosting_cart_v2 .product .product-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 !important;
}

/* Stock Control / Available Qty */
#order-sahosting_cart_v2 .product header .qty {
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.775rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 9999px;
    float: none !important;
}

/* Product Tagline */
#order-sahosting_cart_v2 .product .product-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 28px 0 !important;
    text-align: left;
}

/* Card Description & Body */
#order-sahosting_cart_v2 .product .product-desc {
    padding: 0 !important;
    width: 100% !important;
    float: none !important;
    font-size: 0.95rem !important;
}

#order-sahosting_cart_v2 .product .product-desc p {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 24px;
}

/* Feature List Redesign */
#order-sahosting_cart_v2 .product .product-desc ul.sah-features-list,
#order-sahosting_cart_v2 .product .product-desc ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#order-sahosting_cart_v2 .product .product-desc ul.sah-features-list li,
#order-sahosting_cart_v2 .product .product-desc ul li {
    position: relative;
    padding-left: 32px !important;
    font-size: 0.925rem !important;
    color: #475569 !important;
    line-height: 1.5;
    border: none !important;
    margin: 0 !important;
    text-align: left !important;
}

/* Custom Emerald Circle-Checkmark Bullet */
#order-sahosting_cart_v2 .product .product-desc ul.sah-features-list li::before,
#order-sahosting_cart_v2 .product .product-desc ul li::before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 2px;
    background: #e6fcf5 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

#order-sahosting_cart_v2 .product .product-desc ul.sah-features-list li::after,
#order-sahosting_cart_v2 .product .product-desc ul li::after {
    content: "" !important;
    position: absolute;
    left: 7px;
    top: 5px;
    width: 6px;
    height: 9px;
    border: solid #00b87c !important;
    border-width: 0 2.5px 2.5px 0 !important;
    transform: rotate(45deg);
    display: inline-block;
}

#order-sahosting_cart_v2 .product .product-desc ul.sah-features-list li .feature-value,
#order-sahosting_cart_v2 .product .product-desc ul li .feature-value {
    font-weight: 700;
    color: #0f172a;
}

/* Card Separator Divider */
#order-sahosting_cart_v2 .product .product-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 32px 0 28px 0;
    border: none;
}

/* ── Card Footer & Actions ── */
#order-sahosting_cart_v2 .product .product-footer {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

/* Pricing Display container */
#order-sahosting_cart_v2 .product .product-pricing {
    text-align: left !important;
    margin: 0 !important;
    float: none !important;
}

/* Price Container with currency alignment */
#order-sahosting_cart_v2 .product .product-pricing .price-container {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    margin-bottom: 2px !important;
}

/* Starting From Label */
#order-sahosting_cart_v2 .product .product-pricing .starting-from {
    font-size: 0.775rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 4px;
}

/* Huge Bold Price Amount */
#order-sahosting_cart_v2 .product .product-pricing .price-amount {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.04em;
    line-height: 1 !important;
}

/* Currency Code Tag (AUD) next to Price */
#order-sahosting_cart_v2 .product .product-pricing .price-amount .currency-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #00b87c !important; /* Emerald Green */
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    margin-left: 2px;
}

/* Stacked Billing Cycle */
#order-sahosting_cart_v2 .product .product-pricing .price-cycle {
    font-size: 0.775rem !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
}

/* Setup support check badge */
#order-sahosting_cart_v2 .product .product-pricing .setup-support-info {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    margin-bottom: 24px !important;
    line-height: 1.4 !important;
}

#order-sahosting_cart_v2 .product .product-pricing .setup-support-info i {
    color: #00b87c !important;
    font-size: 1rem !important;
}

#order-sahosting_cart_v2 .product .product-pricing .setup-support-info .setup-fee-text {
    color: #64748b;
    font-weight: 500;
}

/* Full-width gradient pill button */
#order-sahosting_cart_v2 .product .btn-order-now {
    background: #00b87c !important;
    border: none !important;
    border-radius: 9999px !important; /* Pill style */
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    padding: 16px 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 24px rgba(0, 184, 124, 0.15) !important;
    cursor: pointer !important;
    text-shadow: none !important;
    text-decoration: none !important;
    margin-top: 8px !important;
    float: none !important;
}

#order-sahosting_cart_v2 .product .btn-order-now .btn-content {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-grow: 1 !important;
    justify-content: center !important;
}

#order-sahosting_cart_v2 .product .btn-order-now .btn-content i {
    font-size: 0.95rem;
}

#order-sahosting_cart_v2 .product .btn-order-now .btn-arrow {
    display: flex !important;
    align-items: center !important;
    transition: transform 0.2s ease !important;
}

#order-sahosting_cart_v2 .product .btn-order-now:hover {
    background: #00a46e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 28px rgba(0, 184, 124, 0.25) !important;
    color: #ffffff !important;
}

#order-sahosting_cart_v2 .product .btn-order-now:hover .btn-arrow {
    transform: translateX(4px);
}

#order-sahosting_cart_v2 .product .btn-order-now:active {
    transform: translateY(0) !important;
}

/* Bottom Mint Support Banner */
#order-sahosting_cart_v2 .product .product-support-banner {
    background: #f1fcf8 !important; /* Ultra-soft light green tint */
    border: 1px solid #e6f7f0 !important;
    border-radius: 14px !important;
    padding: 12px 16px !important;
    margin-top: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 0.75rem !important;
    color: #334155 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    width: 100% !important;
}

#order-sahosting_cart_v2 .product .product-support-banner i {
    color: #00b87c !important;
    font-size: 0.875rem !important;
}

#order-sahosting_cart_v2 .product .product-support-banner strong {
    color: #0f172a !important;
    font-weight: 700 !important;
}

#order-sahosting_cart_v2 .product .product-support-banner span {
    text-align: center !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    display: inline !important;
}

/* ── Premium Sidebar Navigation ── */
#order-sahosting_cart_v2 .card-sidebar {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02) !important;
    margin-bottom: 24px !important;
}

#order-sahosting_cart_v2 .card-sidebar .card-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 16px 20px !important;
}

#order-sahosting_cart_v2 .card-sidebar .panel-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group {
    padding: 8px !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item {
    border: none !important;
    border-radius: 10px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    padding: 12px 16px !important;
    margin-bottom: 4px !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    background: transparent !important;
    line-height: 1.5 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item i {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
    width: 20px !important;
    text-align: center !important;
    margin: 0 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item:hover {
    background: #f8fafc !important;
    color: #0f172a !important;
    text-decoration: none !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item:hover i {
    color: #475569 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item.active {
    background: #ecfdf5 !important;
    color: #047857 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item.active i {
    color: #10b981 !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item .badge {
    margin-left: auto !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-size: 0.75rem !important;
    border: none !important;
}

#order-sahosting_cart_v2 .card-sidebar .list-group-item.active .badge {
    background: #10b981 !important;
    color: #ffffff !important;
}

/* ── Collapsed Mobile Select Redesign ── */
#order-sahosting_cart_v2 .sidebar-collapsed {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 16px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02) !important;
}

#order-sahosting_cart_v2 .sidebar-collapsed h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

#order-sahosting_cart_v2 .sidebar-collapsed select.form-control {
    height: 44px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background-color: #f8fafc !important;
    outline: none !important;
}

#order-sahosting_cart_v2 .sidebar-collapsed select.form-control:focus {
    border-color: #10b981 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1) !important;
}

/* ── Selected Package Banner on Domain Page ── */
#order-sahosting_cart_v2 .selected-package-banner {
    background: #f1fcf8 !important; /* Soft mint tint */
    border: 1px solid #e6f7f0 !important;
    border-radius: 16px !important;
    padding: 16px 24px !important;
    margin-bottom: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    box-shadow: 0 10px 25px rgba(0, 184, 124, 0.02) !important;
    width: 100% !important;
}

#order-sahosting_cart_v2 .selected-package-banner .pkg-info {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.95rem !important;
    color: #475569 !important;
    font-weight: 600 !important;
}

#order-sahosting_cart_v2 .selected-package-banner .pkg-info i {
    color: #00b87c !important;
    font-size: 1.15rem !important;
}

#order-sahosting_cart_v2 .selected-package-banner .pkg-info strong {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.1rem !important;
}

#order-sahosting_cart_v2 .selected-package-banner .pkg-price {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #00b87c !important;
}

#order-sahosting_cart_v2 .selected-package-banner .pkg-price span.cycle {
    font-size: 0.8rem !important;
    color: #64748b !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-family: 'Inter', sans-serif !important;
}

/* ── Domain Checker Container Green Gradient Redesign ── */
#order-sahosting_cart_v2 .domain-checker-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #047857 0%, #10b981 100%) !important;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 20px 40px -15px rgba(4, 120, 87, 0.2) !important;
    margin: 30px 0 !important;
}

#order-sahosting_cart_v2 .domain-checker-bg {
    position: relative;
    z-index: 2;
    background: none !important; /* Remove the default inline background */
    padding: 80px 0 !important;
}

#order-sahosting_cart_v2 .domain-checker-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: url('../img/globe.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    filter: brightness(0) invert(1) opacity(0.12) !important; /* Elegant white semi-transparent watermark outline */
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 991px) {
    #order-sahosting_cart_v2 .domain-checker-bg {
        padding: 40px 0 !important;
    }
    #order-sahosting_cart_v2 .domain-checker-container::before {
        width: 100%;
        background-position: center;
        opacity: 0.08 !important;
    }
}

/* ── Modern Premium Search Box Overrides ── */
#order-sahosting_cart_v2 .domain-checker-container .input-group-box {
    background-color: #ffffff !important;
    border-radius: 14px !important;
    padding: 8px !important;
    box-shadow: 0 10px 30px rgba(4, 120, 87, 0.15) !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
}

#order-sahosting_cart_v2 .domain-checker-container .input-group-box .form-control {
    border: none !important;
    box-shadow: none !important;
    height: 52px !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    background: transparent !important;
    padding: 10px 20px !important;
}

#order-sahosting_cart_v2 .domain-checker-container .input-group-box .form-control::placeholder {
    color: #94a3b8 !important;
    font-weight: 400 !important;
}

#order-sahosting_cart_v2 .domain-checker-container .input-group-box .input-group-btn,
#order-sahosting_cart_v2 .domain-checker-container .input-group-box .input-group-append {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-sahosting_cart_v2 #btnCheckAvailability {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    height: 52px !important;
    padding: 0 36px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2) !important;
}

#order-sahosting_cart_v2 #btnCheckAvailability:hover {
    background: linear-gradient(135deg, #059669, #047857) !important;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.3) !important;
    transform: translateY(-1px) !important;
}

#order-sahosting_cart_v2 #btnCheckAvailability:active {
    transform: translateY(0) !important;
}

/* Advanced textarea search support */
#order-sahosting_cart_v2 .domain-checker-container.domain-checker-advanced .input-group-box {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 18px !important;
    gap: 12px !important;
}

#order-sahosting_cart_v2 .domain-checker-container.domain-checker-advanced textarea {
    width: 100% !important;
    height: 110px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-size: 0.95rem !important;
    resize: none !important;
    background: #f8fafc !important;
    color: #0f172a !important;
    transition: all 0.2s ease !important;
}

#order-sahosting_cart_v2 .domain-checker-container.domain-checker-advanced textarea:focus {
    border-color: #10b981 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15) !important;
}

#order-sahosting_cart_v2 .domain-checker-container.domain-checker-advanced #btnCheckAvailability {
    align-self: flex-end !important;
    height: 46px !important;
    padding: 0 28px !important;
}

/* ── Premium TLD Cards Redesign ── */
#order-sahosting_cart_v2 .tld-featured-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.02), 0 2px 4px -1px rgba(15, 23, 42, 0.02) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-align: center !important;
}

#order-sahosting_cart_v2 .tld-featured-card:hover {
    border-color: #10b981 !important;
    box-shadow: 0 12px 24px -10px rgba(16, 185, 129, 0.15), 0 4px 12px rgba(16, 185, 129, 0.05) !important;
    transform: translateY(-5px) !important;
}

#order-sahosting_cart_v2 .tld-icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    height: 60px !important;
}

#order-sahosting_cart_v2 .tld-svg-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transition: transform 0.2s ease !important;
}

#order-sahosting_cart_v2 .tld-featured-card:hover .tld-svg-icon {
    transform: scale(1.05) !important;
}

#order-sahosting_cart_v2 .net-logo-filter {
    filter: hue-rotate(200deg) saturate(0.7) !important;
}

#order-sahosting_cart_v2 .tld-text-logo {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

#order-sahosting_cart_v2 .tld-price-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
}

#order-sahosting_cart_v2 .price-value {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #047857 !important;
    background: #ecfdf5 !important;
    border: 1px solid #a7f3d0 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-family: 'Outfit', 'Segoe UI', sans-serif !important;
}

#order-sahosting_cart_v2 .price-cycle {
    font-size: 0.775rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
    margin-top: 4px !important;
}

#order-sahosting_cart_v2 .price-unavailable {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
}
