
#tribe-events-pg-template,
section#tribe-events-pg-template.tribe-events-pg-template,
.tribe-events-pg-template {
    max-width: none !important;
}

:where(.vendi-event-template) {
    display: grid;
    grid-template-columns: 800px 400px;
    grid-template-rows: auto 1fr;
    gap: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;

    .vendi-hero-content {
        grid-column: 1 / -1;
        grid-row: 1;
        background: #828282;
        margin-bottom: 30px;
        margin-left: calc(-50vw + 50% - 20px);
        margin-right: calc(-50vw + 50% - 20px);
        padding: 40px calc(50vw - 50% + 20px);
    }

    .event-main-content {
        grid-column: 1;
        grid-row: 2;
        padding-right: 30px;
    }

    .sidebar-form-area {
        grid-column: 2;
        grid-row: 2;
    }


    .event-block {
        position: relative;
        padding-left: 140px;
        height: 132px;
        background-color: #f5f5f5;
        max-width: 800px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .event-date {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 80px;
        background: var(--local-vendi-color) !important;
        text-align: center;
        padding: 10px;
        color: #fff;
        z-index: 2;
    }

    .event-date:before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 1px;
        background: var(--local-vendi-color) !important;
        z-index: -1;
        transform-origin: bottom left;
        transform: skew(-12deg, 0deg);
        -moz-transition: all 0.35s;
    }

    .event-date .month {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        font-family: "Open Sans", sans-serif;
    }

    .event-date .day {
        font-size: 40px;
        font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: block;
        line-height: 1;
    }

    .event-title {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.3;
        text-align: center;
        text-transform: capitalize;
    }

    .event-meta-row {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }

    .info-item {
        display: flex;
        align-items: flex-start;
        flex: 0 0 auto;
    }

    .info-item .icon {
        width: 30px;
        font-size: 32px;
        color: #666;
        margin-right: 15px;
        line-height: 1;
        padding-top: 6px;
    }

    .info-item .content {
        flex: 1;
    }

    .info-item .lab {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        color: #424242;
        margin-bottom: 5px;
        font-family: "Open Sans", sans-serif;
    }

    .info-item .val {
        display: block;
        font-size: 14px;
        color: #424242;
        line-height: 1.5;
    }


    .event-main-content .speakers {
        width: 100%;
        margin-bottom: 30px;
    }

    .event-main-content .speaker-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        display: block;
        border-bottom: 1px solid #dee2e6;
        color: #424242;
        font-family: "Playfair Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .event-main-content .speaker-title::after {
        content: '';
        width: 100px;
        height: 1px;
        background: var(--local-vendi-color);
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 1;
    }

    .event-main-content .speaker-list {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
        margin-top: 0;
    }

    .event-main-content .speakers .item {
        flex: 0 0 auto;
    }

    .event-main-content .speakers .speaker-item .name {
        font-size: 16px;
        color: #424242;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .event-main-content .speakers .speaker-item .job {
        color: var(--local-vendi-color);
        font-size: 14px;
        line-height: 1;
    }
}
