.clube-eventos-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
}

.clube-eventos-header {
    padding: 20px 40px;
    text-align: left;
}

.clube-eventos-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.clube-eventos-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.clube-eventos-form-wrapper {
    padding: 20px 40px;
}

.clube-eventos-form-wrapper h3 {
    text-align: center;
    color: #e91e63; /* Pink/Red similar to print */
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
}

.guest-section-title {
    color: #e91e63;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

/* Form Layout */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form-group {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.half-width { width: 50%; }
.third-width { width: 33.333%; }
.quart-width { width: 25%; }

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

/* Inputs styling like the print */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="date"],
.form-group input[type="number"],
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f2f2f2; /* Light grey background */
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group select:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: none;
}

/* Radio Group */
.radio-group {
    padding: 10px 0;
}
.radio-group label {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
}

/* Terms */
.form-terms {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.terms-toggle {
    display: block;
    color: #e91e63;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.terms-content {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    border-radius: 4px;
    max-height: 200px; /* Scrollable height */
    overflow-y: auto;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

.terms-checkbox {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

/* Button */
.submit-button {
    background-color: #e91e63;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
    display: inline-block;
}

.submit-button:hover {
    background-color: #c2185b;
}

#form-message {
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.error-message { color: #d63638; }
.success-message { color: #46b450; }

@media (max-width: 768px) {
    .half-width, .third-width, .quart-width {
        width: 100%;
    }
    
    .clube-eventos-form-wrapper {
        padding: 15px;
    }
}

.single-eventos .entry-title,
.single-eventos .post-title,
.single-eventos .page-title,
.single-eventos h1.entry-title,
.single-eventos .elementor-heading-title,
.single-eventos .elementor-widget-heading {
    display: none !important;
}

.clube-eventos-title {
    display: none !important;
}
