/* Fore Desi Kargo - Frontend Styles */

.fore-desi-info {
    color: #666;
    font-size: 0.85em;
    margin-left: 4px;
}

.fore-desi-free {
    color: #00a32a;
    font-weight: bold;
}

/* Shipping calculator widget on cart/checkout */
.fore-desi-cart-widget {
    margin-top: 16px;
    padding: 14px 16px;
    background: linear-gradient(135deg, #f0f6ff 0%, #e8f4fd 100%);
    border-left: 4px solid #0073aa;
    border-radius: 6px;
    font-size: 0.9em;
}

.fore-desi-cart-widget h4 {
    margin: 0 0 8px 0;
    color: #0073aa;
    font-size: 1em;
}

.fore-desi-desi-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #d0e5f5;
}

.fore-desi-desi-row:last-child {
    border-bottom: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #0073aa;
    margin-top: 6px;
    padding-top: 8px;
}

.fore-desi-badge {
    display: inline-block;
    background: #0073aa;
    color: white;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 0.8em;
    font-weight: bold;
}

/* Ağır yük durumu */
.fore-desi-cart-widget.fore-desi-heavy-load {
    border-left-color: #d63638;
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
}

.fore-desi-heavy-warning {
    margin-top: 10px;
    padding: 8px 12px;
    background: #d63638;
    color: #fff;
    border-radius: 4px;
    font-size: 0.88em;
    line-height: 1.5;
}

.fore-desi-weight-row {
    color: #777;
    font-size: 0.9em;
}

/* Kargo label içindeki ağır yük uyarısı */
small.fore-desi-heavy {
    color: #d63638 !important;
    font-weight: 600;
}

