/* FONTS */

@font-face {
    font-family: 'all-round-gothic';
    src: url('webfonts/AllRoundGothicText/font.woff2') format('woff2'); 
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'futura-pt';
    src: url('webfonts/FuturaPTBook/font.woff2') format('woff2'); 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'futura-pt-strong';
    src: url('webfonts/FuturaPTBold/font.woff2') format('woff2'); 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



body.single-event {
    background-color: #F7EFE7 !important;
    color: #002244;
    font-family: 'futura-pt', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #002148 !important;
}

.tds-pill{
    font-family: "all-round-gothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 0 16px;
    background-color: var(--wp--preset--color--base);
    margin-right: 4px;
    border-radius: 100px;
}

h1 {
    font-family: "all-round-gothic", sans-serif;
    font-weight: 500 !important;
    font-size: 58px;
}

.tds-sidebar strong {
font-family:  'futura-pt-strong', sans-serif;
}
.tds-sidebar {
    font-size: 18px;
}


.tds-preview-area {
    padding: 60px 0;
}

.tds-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.tds-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

/* SIDEBAR */
.tds-sidebar {
    flex: 0 0 389px;
}

/* REGISTRATION FORM PREVIEW */
.event-registration-container {
    background: white;
    border-radius: 20px;
    padding: 40px;
    max-width: fit-content;
    margin-bottom: 50px;
    margin-top: 50px;
}

a {
    color: #002244 !important;
}

strong {
    font-family: 'futura-pt-strong', sans-serif;
}

.event-registration-container h2 {
    font-family: 'all-round-gothic', sans-serif;
    font-size: 32px;
    margin-bottom: 10px;
    color: #002244;
}

.tds-form-notice {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.event-registration-form .form-group {
    margin-bottom: 15px;
}

.event-registration-form input {
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    border: 1px solid #002148;
    font-size: 20px;
    outline: none;
    font-family: "futura-pt", sans-serif;
        width: -webkit-fill-available;
        background-color: white;
}

.event-registration-form h2 {
        margin-top: 0;
    margin-bottom: 15px;
    font-size: 32px !important;
}

.registration-submit-button {
    background-color: #00A99D !important;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    cursor: not-allowed !important;
    width: 100%;
    border: none !important;
}

.tds-back-link {
    display: inline-block;
    padding: 10px 25px;
    border: 1.5px solid #002244;
    border-radius: 50px;
    text-decoration: none;
    color: #002244;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 14px;
}

.tds-item {
    margin-bottom: 25px;
}

.tds-item strong {
    display: block;
    font-weight: 800;
    margin-bottom: 4px;
}

/* MAIN CONTENT */
.tds-main {
    flex: 1;
    max-width: 800px;
}

.tds-header h1, .tds-header h1 {
    font-size: 52px;
    margin: 16px 0 16px 0;
    line-height: 1.1;
}

.tds-pills {
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
}

.tds-pill {
    background: #fff;
    border-radius: 50px;
    font-weight: 700;
}

.tds-image-box {
    margin-bottom: 20px;
}

.tds-text-content p {
    margin: 0;
    line-height: 27px;
    font-size: 18px;
}

.tds-image-box img {
    width: 100%;
    height: auto;
}

.tds-text-content {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 0px;
}

h2 {
    font-size: 52px;
    font-weight: 500 !important;
    font-family: 'all-round-gothic';
    margin-bottom: 16px !important;
    margin-top: 0;
}

/* GALLERY */


.tds-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.tds-gallery-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .tds-grid { flex-direction: column; }
    .tds-sidebar { width: 100%; order: 2; }
}