.wprf-whatsapp-row {
    display: flex;
    align-items: center;
    gap: 12px; /* spacing between text + icon */
    margin: 10px 0;
}

.wprf-whatsapp-row .name {
    margin: 0;
}

.wprf-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.wprf-whatsapp-icon {
    width: 36px; 
    height: 36px;
    color: #1E3A8A; /* your dark blue color */
}
button.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-theme.radius-5x {
    color: #ffff;
}
/* quote css */
.wprf-quote-btn {
    margin-top: 15px;
}

.wprf-quote-btn button {
    background: #1e3a8a;
    color: #fff;
    padding: 10px 16px;
    border: none;
}

.wprf-whatsapp {
    display: inline-block;
    margin-left: 10px;
    color: #25D366;
    font-weight: bold;
}

.wprf-quote-badge {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1e3a8a;
    color: #fff;
    padding: 10px 14px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 9999;
}

button.button.wprf-add-quote {
    margin-top: 10px !important;
    margin-right: 10px !important;
    color: #ffff !important;
}

a.wprf-browse-link {
    font-weight: 600;
    font-size: medium;
}
span.wprf-msg {
    color: #3DAD4A;
    font-size: medium;
    font-weight: 500;
}