/* ============================================================
   iweblab Order Form - Product List
   ============================================================ */

/* Order header */
.iw-order .iw-order-header {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eef1f6;
}

.iw-order .iw-order-header h1 {
    font-size: 28px;
    font-weight: 800;
    color: #031041;
    margin-bottom: 4px;
}

.iw-order .iw-order-header p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 0;
}

/* Product Row */
.iw-product-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    background: #fff;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.iw-product-row:hover {
    border-color: #294df0;
    box-shadow: 0 4px 16px rgba(41, 77, 240, 0.1);
    transform: translateX(2px);
}

/* Name */
.iw-product-row-name {
    flex-grow: 1;
    min-width: 0;
}

.iw-product-row-name strong {
    font-size: 16px;
    font-weight: 700;
    color: #031041;
}

.iw-product-qty {
    font-size: 12px;
    color: #9ca3af;
    margin-left: 8px;
}

/* Price */
.iw-product-row-price {
    flex-shrink: 0;
    text-align: right;
    min-width: 140px;
}

.iw-row-amount {
    font-size: 18px;
    font-weight: 800;
    color: #031041;
    line-height: 1.2;
}

.iw-row-cycle {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.iw-row-setup {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

/* Order button */
.iw-product-row-action {
    flex-shrink: 0;
}

.iw-btn-order-sm {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    background: #294df0;
    border: none;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.iw-btn-order-sm:hover {
    background: #031041;
    box-shadow: 0 4px 12px rgba(41, 77, 240, 0.25);
}

/* Sidebar */
/* Cart sidebar cards */
#order-standard_cart .cart-sidebar .card,
#order-standard_cart .cart-sidebar .panel {
    border-radius: 14px !important;
    border: 1px solid #eef1f6 !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease;
}

#order-standard_cart .cart-sidebar .card:hover,
#order-standard_cart .cart-sidebar .panel:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#order-standard_cart .cart-sidebar .card-header,
#order-standard_cart .cart-sidebar .panel-heading {
    background: linear-gradient(135deg, #0630b5 0%, #294df0 100%) !important;
    color: #fff !important;
    padding: 16px 20px !important;
    border-bottom: none !important;
}

#order-standard_cart .cart-sidebar .card-header h3,
#order-standard_cart .cart-sidebar .card-header .card-title,
#order-standard_cart .cart-sidebar .panel-heading h3,
#order-standard_cart .cart-sidebar .panel-heading .panel-title {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
}

#order-standard_cart .cart-sidebar .card-header i,
#order-standard_cart .cart-sidebar .panel-heading i {
    color: #fcb827 !important;
}

#order-standard_cart .cart-sidebar .card-minimise,
#order-standard_cart .cart-sidebar .panel-minimise {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px;
}

#order-standard_cart .cart-sidebar .list-group-item {
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    transition: all 0.2s ease;
    background: #fff;
}

#order-standard_cart .cart-sidebar .list-group-item:last-child {
    border-bottom: none !important;
}

#order-standard_cart .cart-sidebar .list-group-item:hover {
    background: #f0f4ff;
    color: #294df0;
    padding-left: 24px;
}

#order-standard_cart .cart-sidebar .list-group-item.active {
    background: #294df0 !important;
    border-color: #294df0 !important;
    color: #fff !important;
    font-weight: 600;
}

#order-standard_cart .cart-sidebar .list-group-item.active:hover {
    background: #1e3ed0 !important;
    padding-left: 24px;
}

#order-standard_cart .cart-sidebar .list-group-item .badge {
    background: #294df0 !important;
    color: #fff !important;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 20px;
    font-weight: 600;
}

#order-standard_cart .cart-sidebar .list-group-item.active .badge {
    background: rgba(255, 255, 255, 0.25) !important;
}

#order-standard_cart .cart-sidebar .card-footer,
#order-standard_cart .cart-sidebar .panel-footer {
    background: #fafbfc;
    border-top: 1px solid #eef1f6;
    padding: 12px 20px;
}

#order-standard_cart .cart-sidebar .card-body,
#order-standard_cart .cart-sidebar .panel-body {
    padding: 16px 20px;
}

/* ============================================================
   Domain Register & Transfer Pages
   ============================================================ */

#order-standard_cart .domain-checker-bg {
    background: #f8faff;
    border-radius: 14px;
    padding: 30px;
    border: 1px solid #eef1f6;
}

#order-standard_cart .input-group-box .form-control {
    border-radius: 10px 0 0 10px !important;
    padding: 14px 18px;
    font-size: 16px;
    border: 1px solid #e5e7eb;
}

#order-standard_cart .input-group-box .btn-primary {
    border-radius: 0 10px 10px 0 !important;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 15px;
}

#order-standard_cart .domain-checker-available {
    font-size: 18px;
    font-weight: 700;
    color: #08bba4;
}

#order-standard_cart .domain-checker-unavailable {
    color: #e74c3c;
}

#order-standard_cart .spotlight-tld {
    border-radius: 12px;
    border: 1px solid #eef1f6;
    transition: all 0.2s ease;
}

#order-standard_cart .spotlight-tld:hover {
    border-color: #294df0;
    box-shadow: 0 4px 16px rgba(41, 77, 240, 0.1);
}

#order-standard_cart .suggested-domains .card-header,
#order-standard_cart .suggested-domains .panel-heading {
    background: linear-gradient(135deg, #0630b5, #294df0);
    color: #fff;
    font-weight: 700;
    border-radius: 14px 14px 0 0;
    padding: 16px 24px;
}

#order-standard_cart .suggested-domains .list-group-item {
    border-left: none;
    border-right: none;
    padding: 14px 24px;
    transition: background 0.2s ease;
}

#order-standard_cart .suggested-domains .list-group-item:hover {
    background: #f8faff;
}

#order-standard_cart .featured-tld {
    border-radius: 12px;
    border: 1px solid #eef1f6;
    transition: all 0.2s ease;
    overflow: hidden;
}

#order-standard_cart .featured-tld:hover {
    border-color: #294df0;
    box-shadow: 0 4px 16px rgba(41, 77, 240, 0.1);
}

#order-standard_cart .tld-pricing-header {
    background: #f8faff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6b7280;
    border-radius: 12px 12px 0 0;
    padding: 12px 0;
}

#order-standard_cart .tld-row {
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s ease;
    padding: 10px 0;
}

#order-standard_cart .tld-row:hover {
    background: #f8faff;
}

#order-standard_cart .tld-filters .badge {
    border-radius: 20px;
    padding: 8px 16px;
    margin: 4px 2px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
}

#order-standard_cart .tld-filters .badge:hover,
#order-standard_cart .tld-filters .badge.active {
    background: #294df0 !important;
    color: #fff !important;
}

#order-standard_cart .domain-promo-box {
    border-radius: 14px;
    border: 1px solid #eef1f6;
    transition: all 0.2s ease;
}

#order-standard_cart .domain-promo-box:hover {
    border-color: #294df0;
    box-shadow: 0 4px 16px rgba(41, 77, 240, 0.1);
}

#order-standard_cart .btn-add-to-cart {
    border-radius: 10px;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 767px) {
    .iw-product-row {
        flex-wrap: wrap;
        padding: 16px 18px;
        gap: 10px;
    }

    .iw-product-row-name {
        flex-basis: 100%;
    }

    .iw-product-row-price {
        text-align: left;
        min-width: auto;
    }

    .iw-row-amount {
        font-size: 20px;
    }

    .iw-btn-order-sm {
        padding: 9px 18px;
        font-size: 13px;
    }

    .iw-order .iw-order-header h1 {
        font-size: 22px;
    }
}
