/* Scoped CSS for Livrarea Produselor */

.delivery-container {
    max-width: 900px;
    margin: 0 auto;
    color: var(--text-muted, #64748b);
    line-height: 1.8;
    font-size: 16px;
}

.delivery-intro {
    margin-bottom: 30px;
}

.delivery-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary, #0f172a);
    margin: 40px 0 20px 0;
    border-bottom: 2px solid var(--bg-secondary, #f1f5f9);
    padding-bottom: 10px;
}

.delivery-card {
    background: var(--bg-card, #ffffff);
    border: 1px solid var(--border-default, #e2e8f0);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.delivery-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-card-title.fan {
    color: var(--brand-primary, #0ea5e9);
}

.delivery-card-title.sameday {
    color: var(--text-danger, #ef4444);
}

.delivery-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.delivery-list-item {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.delivery-list-item:last-child {
    margin-bottom: 0;
}

.delivery-check-icon {
    color: var(--text-success, #10b981);
}

.optional-services-list {
    padding-left: 20px;
}

.optional-services-list li {
    margin-bottom: 10px;
}

.delivery-free-notice {
    margin-top: 40px;
    padding: 20px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 8px;
    color: #047857;
    text-align: center;
}
