.dfs-section .form-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.dfs-section .section-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #173a5e;
}

.dfs-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.lm-custom-sections-wrap {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e8eef5;
}

.lm-custom-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #406fd9;
    margin: 12px 0 8px;
}

.lm-custom-field-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    font-size: 13px;
}

.lm-custom-label {
    color: #6b7c93;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lm-custom-value {
    color: #222;
}

.product-dynamic-sections {
    margin: 1rem 0;
}

.qcr-card.dfs-section {
    margin-bottom: 1.5rem;
}

.qcr-card.dfs-section .section-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #173a5e;
}
