/* AdvocateLoop for WooCommerce — checkout referral-section styles.
   Extracted from the former inline <style> block in display_referral_field(). */

.al-woo-referral-section {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}
.al-referral-applied {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #059669;
    font-size: 14px;
}
.al-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #d1fae5;
    border-radius: 50%;
    font-size: 14px;
}
