/* =========================================================
   LISTING PAGE — pulsante e form inline
   ========================================================= */

.vh-sf-wl-listing-btn {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 11px 16px !important;
    background: #1a4b8c !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    text-align: center !important;
    letter-spacing: 0.02em !important;
    box-shadow: 0 2px 6px rgba(26,75,140,0.25) !important;
    box-sizing: border-box !important;
    transition: background 0.15s, box-shadow 0.15s !important;
}

.vh-sf-wl-listing-btn:hover {
    background: #153d74 !important;
    box-shadow: 0 3px 10px rgba(26,75,140,0.35) !important;
    color: #ffffff !important;
}

.vh-sf-wl-listing-btn:active {
    transform: scale(0.98) !important;
}

.vh-sf-wl-listing-form {
    margin-top: 6px;
    padding: 12px;
    background: #f0f7ff;
    border: 1px solid #b5d4f4;
    border-radius: 6px;
    box-sizing: border-box;
}

.vh-sf-wl-inline-fields {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.vh-sf-wl-inline-fields input[type="email"],
.vh-sf-wl-inline-fields input[type="text"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #b5d4f4;
    border-radius: 5px;
    font-size: 13px;
    background: #fff;
    box-sizing: border-box;
}

.vh-sf-wl-inline-fields input:focus {
    outline: none;
    border-color: #1a4b8c;
    box-shadow: 0 0 0 2px rgba(26,75,140,0.1);
}

.vh-sf-wl-listing-form .vh-sf-waitlist-submit {
    width: 100%;
    padding: 9px;
    font-size: 13px;
}

.vh-sf-wl-listing-form .vh-sf-waitlist-success {
    padding: 8px 0 0;
    color: #2e7d32;
    font-size: 13px;
    display: none;
}