/**
 * Custom styles for Fietsverzekering Comparison Plugin
 */

/* Disclaimer styling */
.fietsv-disclaimer {
    background: #e7f3ff;
    border-left: 4px solid #2271b1;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #1d2327;
    line-height: 1.6;
    border-radius: 4px;
}

.fietsv-disclaimer-icon {
    font-size: 16px;
    margin-right: 4px;
}

/* Price display with smaller "Vanaf" prefix */
.fietsv-quote-price {
    font-size: 28px;
    font-weight: 700;
    color: #2271b1;
    margin-bottom: 4px;
    line-height: 1.2;
}

/* Style "Vanaf" text to be smaller and lighter */
.fietsv-quote-price-prefix {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-right: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fietsv-disclaimer {
        font-size: 13px;
        padding: 10px 14px;
    }
}