body.goeventz-registration-page .ovaem_general_sidebar,
body.goeventz-registration-page .sidebar,
body.goeventz-registration-page aside.sidebar,
body.goeventz-registration-page .woocommerce-sidebar,
body.goeventz-registration-page .widget-area {
    display: none !important;
}

body.goeventz-registration-page .ova-page-section .row > .col-md-6,
body.goeventz-registration-page .ova-page-section .row > .col-md-8,
body.goeventz-registration-page .ova-page-section .row > .col-md-9,
body.goeventz-registration-page .ova-page-section .row > .col-md-10,
body.goeventz-registration-page .ova-page-section .row > .col-md-12 {
    width: 100% !important;
    float: none !important;
}

body.goeventz-registration-page .ova-page-section {
    background: #f2f2f2;
}

.goeventz-team-form {
    --goeventz-ink: #242b46;
    --goeventz-heading: #3e4359;
    --goeventz-muted: #868996;
    --goeventz-line: #c6d0e9;
    --goeventz-soft-line: #e5e5e5;
    --goeventz-panel: #ffffff;
    --goeventz-wash: #f8f8f8;
    --goeventz-pink: #f53f7b;
    --goeventz-pink-dark: #df2663;
    --goeventz-blue: #4862c4;
    max-width: 970px;
    margin: 0 auto 45px;
    padding: 30px;
    background: var(--goeventz-panel);
    color: var(--goeventz-ink);
    font-family: inherit;
}

.goeventz-team-form * {
    box-sizing: border-box;
}

.goeventz-event-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
    gap: 24px;
    align-items: end;
    margin: 0 0 30px;
    padding: 0 0 28px;
    border-bottom: 1px solid var(--goeventz-soft-line);
}

.goeventz-event-copy {
    display: grid;
    gap: 8px;
}

.goeventz-event-copy span {
    color: var(--goeventz-muted);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.goeventz-event-copy h2 {
    max-width: 680px;
    margin: 0;
    color: var(--goeventz-heading);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 600;
    line-height: 1.04;
    text-transform: uppercase;
}

.goeventz-event-copy strong,
.goeventz-event-copy .amount {
    color: var(--goeventz-ink);
    font-size: 24px;
    font-weight: 600;
}

.goeventz-event-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.goeventz-event-thumb {
    display: grid;
    gap: 8px;
    color: var(--goeventz-heading);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.goeventz-event-thumb img {
    width: 100%;
    aspect-ratio: 1;
    border: 1px solid var(--goeventz-soft-line);
    background: #fff;
    object-fit: cover;
}

.goeventz-form-section {
    margin: 0;
    padding: 0 0 28px;
    border: 0;
    border-bottom: 1px solid var(--goeventz-soft-line);
    background: transparent;
}

.goeventz-form-section + .goeventz-form-section {
    padding-top: 30px;
}

.goeventz-section-heading,
.goeventz-participant-title,
.goeventz-total-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.goeventz-section-heading {
    margin-bottom: 22px;
}

.goeventz-section-heading h2,
.goeventz-participant-title h3 {
    margin: 0;
    color: var(--goeventz-heading);
    font-weight: 500;
    line-height: 1.15;
}

.goeventz-section-heading h2 {
    position: relative;
    padding-bottom: 13px;
    font-size: 24px;
    text-transform: uppercase;
}

.goeventz-section-heading h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    background: var(--goeventz-pink);
    content: "";
}

.goeventz-section-heading span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid var(--goeventz-soft-line);
    border-radius: 0;
    padding: 0 12px;
    background: #fff;
    color: var(--goeventz-muted);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.goeventz-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
}

.goeventz-team-form label {
    display: grid;
    gap: 9px;
    margin: 0;
    color: #3e4359;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
}

.goeventz-team-form input,
.goeventz-team-form select {
    width: 100%;
    min-height: 45px;
    border: 1px solid var(--goeventz-line);
    border-radius: 6px;
    padding: 7px 12px;
    background: #fff;
    color: var(--goeventz-ink);
    box-shadow: none;
    font: inherit;
    text-transform: none;
}

.goeventz-team-form select {
    border-color: #242b46;
    border-radius: 0;
}

.goeventz-team-form input[data-goeventz-uppercase] {
    text-transform: uppercase;
}

.goeventz-team-form input:focus,
.goeventz-team-form select:focus {
    border-color: var(--goeventz-blue);
    box-shadow: 0 0 0 2px rgba(72, 98, 196, 0.12);
    outline: 0;
}

.goeventz-participants {
    display: grid;
    gap: 18px;
}

.goeventz-participant {
    border: 1px solid var(--goeventz-soft-line);
    border-left: 4px solid var(--goeventz-pink);
    border-radius: 0;
    padding: 24px;
    background: #fff;
}

.goeventz-participant-title {
    margin-bottom: 20px;
}

.goeventz-participant-title h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.goeventz-icon-button {
    width: 34px;
    height: 34px;
    border: 1px solid var(--goeventz-soft-line);
    border-radius: 0;
    background: #fff;
    color: var(--goeventz-muted);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.goeventz-icon-button:hover,
.goeventz-icon-button:focus {
    border-color: var(--goeventz-pink);
    color: var(--goeventz-pink);
    outline: 0;
}

.goeventz-secondary-button,
.goeventz-primary-button {
    min-height: 40px;
    border: 0;
    border-radius: 0;
    padding: 0 18px;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.goeventz-secondary-button {
    border: 1px solid var(--goeventz-pink);
    background: #fff;
    color: var(--goeventz-pink);
}

.goeventz-secondary-button:hover,
.goeventz-secondary-button:focus {
    border-color: var(--goeventz-blue);
    background: var(--goeventz-blue);
    color: #fff;
    outline: 0;
}

.goeventz-primary-button {
    width: 100%;
    margin-top: 18px;
    background: var(--goeventz-pink);
    color: #fff;
}

.goeventz-primary-button:hover,
.goeventz-primary-button:focus {
    background: var(--goeventz-pink-dark);
    color: #fff;
    outline: 0;
}

.goeventz-price-note {
    align-self: end;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border: 1px solid var(--goeventz-soft-line);
    border-radius: 0;
    padding: 0 12px;
    background: var(--goeventz-wash);
    color: var(--goeventz-ink);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-align: right;
}

.goeventz-price-note.is-unavailable {
    color: var(--goeventz-pink);
}

.goeventz-total-panel {
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--goeventz-soft-line);
    border-radius: 0;
    padding: 22px 0;
    background: transparent;
}

.goeventz-total-panel > div {
    display: grid;
    gap: 5px;
}

.goeventz-total-panel span {
    color: var(--goeventz-muted);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.goeventz-total-panel strong {
    color: var(--goeventz-ink);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.goeventz-registration-notice {
    max-width: 970px;
    margin: 0 auto 18px;
}

@media (max-width: 720px) {
    .goeventz-team-form {
        padding: 30px;
    }

    .goeventz-event-summary {
        grid-template-columns: 1fr;
    }

    .goeventz-section-heading,
    .goeventz-total-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .goeventz-grid {
        grid-template-columns: 1fr;
    }

    .goeventz-secondary-button,
    .goeventz-primary-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .goeventz-team-form {
        padding: 22px 16px;
    }

    .goeventz-participant {
        padding: 18px 14px;
    }
}
