#order-standard_cart {
    --sirdio-bg: #f6f8fb;
    --sirdio-surface: #ffffff;
    --sirdio-muted: #64748b;
    --sirdio-border: #dbe4ef;
    --sirdio-primary: #0f766e;
    --sirdio-primary-dark: #115e59;
    --sirdio-accent: #2563eb;
    color: #111827;
}

#order-standard_cart .cart-sidebar {
    padding-top: 8px;
}

#order-standard_cart .cart-body {
    padding-top: 0;
}

#order-standard_cart .header-lined {
    margin-bottom: 18px;
    border-bottom: 0;
}

#order-standard_cart .header-lined h1 {
    color: #111827;
    font-size: 2.4rem;
    font-weight: 850;
    line-height: 1.08;
}

#order-standard_cart .cart-body > p {
    max-width: 720px;
    color: var(--sirdio-muted);
    font-size: 1.03rem;
}

#order-standard_cart .domain-checker-container {
    margin: 24px 0 30px;
    padding: 0;
    border: 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
}

#order-standard_cart .domain-checker-bg {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
}

#order-standard_cart .domain-checker-bg .row {
    margin-right: -8px;
    margin-left: -8px;
}

#order-standard_cart .input-group-box {
    display: flex;
    width: 100%;
    min-height: 82px;
    overflow: visible;
    border: 1px solid var(--sirdio-border);
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

#order-standard_cart .input-group-box .form-control,
#order-standard_cart .input-group-box textarea {
    height: auto;
    min-height: 82px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 1rem;
    box-shadow: none;
}

#order-standard_cart .input-group-box .form-control:focus,
#order-standard_cart .input-group-box textarea:focus {
    box-shadow: none;
}

#order-standard_cart .domain-check-availability,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-add-to-cart {
    border-color: var(--sirdio-primary);
    background: var(--sirdio-primary);
    color: #ffffff;
    font-weight: 750;
}

#order-standard_cart .domain-check-availability:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-add-to-cart:hover {
    border-color: var(--sirdio-primary-dark);
    background: var(--sirdio-primary-dark);
    color: #ffffff;
}

#order-standard_cart .domain-check-availability {
    min-width: 128px;
    min-height: 82px;
    align-self: stretch;
    border-radius: 3px;
    margin: 0;
    padding-right: 26px;
    padding-left: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#order-standard_cart .input-group-box .input-group-append,
#order-standard_cart .input-group-box .input-group-btn {
    display: flex;
    align-items: stretch;
}

#order-standard_cart .spotlight-tlds-container,
#order-standard_cart .featured-tlds-container,
#order-standard_cart .suggested-domains,
#order-standard_cart .bg-white {
    border: 1px solid var(--sirdio-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

#order-standard_cart .spotlight-tld,
#order-standard_cart .featured-tld {
    border: 1px solid var(--sirdio-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: none;
}

#order-standard_cart .primary-domain-header,
#order-standard_cart .domain-checker-result-headline {
    border-radius: 18px;
}

#order-standard_cart .domain-checker-available {
    color: var(--sirdio-primary);
    font-weight: 800;
}

#order-standard_cart .domain-pricing h4 {
    margin-top: 28px;
    color: #111827;
    font-weight: 800;
}

#order-standard_cart .tld-filters .badge {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: #e8f0ff;
    color: #1d4ed8;
    font-weight: 700;
}

#order-standard_cart .panel,
#order-standard_cart .list-group-item {
    border-color: var(--sirdio-border);
}

@media (max-width: 767.98px) {
    #order-standard_cart .domain-checker-bg {
        padding: 0;
        border-radius: 0;
    }

    #order-standard_cart .input-group-box {
        display: block;
        border-radius: 3px;
    }

    #order-standard_cart .domain-check-availability {
        width: 100%;
        min-height: 58px;
    }

    #order-standard_cart .header-lined h1 {
        font-size: 2rem;
    }
}
