
.webinar-signup-form-wrapper {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-family: sans-serif;
}

.webinar-signup-form-wrapper input:not([type="checkbox"]),
.webinar-signup-form-wrapper select {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.webinar-signup-form-wrapper button {
    padding: 20px 40px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.webinar-signup-form-wrapper button:hover {
    background-color: #005f8d;
}

.webinar-signup-form-wrapper .checkbox-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.webinar-signup-form-wrapper .checkbox-field input[type="checkbox"] {
    margin-top: 3px;
    transform: scale(1.2);
    cursor: pointer;
}



.webinar-countdown {
    text-align: center;
    font-family: sans-serif;
    margin: 2rem 0;
}

.webinar-countdown-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 2rem;
}

.webinar-countdown-timer span {
    display: inline-block;
    background: #990000;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    min-width: 90px;
}

.webinar-countdown-timer strong {
    font-size: 2.2rem;
    display: block;
}
