.hid-event-info-box,
.hid-event-info-box * {
    box-sizing: border-box;
}

.hid-event-info-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(25, 15, 31, 0.14);
    color: #211726;
    font-family: inherit;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

.hid-event-info-box__media {
    aspect-ratio: 16 / 9;
    background: #eee9f1;
    overflow: hidden;
}

.hid-event-info-box .hid-event-info-box__media > img.hid-event-info-box__image {
    display: block;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    width: 100% !important;
}

.hid-event-info-box__body {
    padding: 28px 30px 30px;
}

.hid-event-info-box .hid-event-info-box__eyebrow {
    color: #702283;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.hid-event-info-box .hid-event-info-box__title {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.hid-event-info-box .hid-event-info-box__price {
    display: grid;
    gap: 3px;
    margin-top: 22px;
}

.hid-event-info-box .hid-event-info-box__price-label {
    font-size: 14px;
    font-weight: 700;
}

.hid-event-info-box .hid-event-info-box__price-value {
    color: #111;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
}

.hid-event-info-box .hid-event-info-box__price-details {
    color: #64596a;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 6px;
}

.hid-event-info-box .hid-event-info-box__action {
    margin-top: 28px;
}

.hid-event-info-box .hid-event-info-box__button {
    align-items: center;
    background: #702283;
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    min-height: 52px;
    min-width: 174px;
    padding: 13px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hid-event-info-box a.hid-event-info-box__button:hover,
.hid-event-info-box a.hid-event-info-box__button:focus-visible {
    background: #8b349f;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.hid-event-info-box a.hid-event-info-box__button:focus-visible {
    box-shadow: 0 0 0 4px rgba(112, 34, 131, 0.22);
    outline: 2px solid #fff;
    outline-offset: -4px;
}

.hid-event-info-box .hid-event-info-box__button--status {
    cursor: default;
}

.hid-event-info-box .hid-event-info-box__status {
    color: #702283;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.hid-event-info-box .hid-event-info-box__invitation-text {
    color: #4d4352;
    font-size: 15px;
    line-height: 1.5;
    margin: 16px 0 0;
}

@media (max-width: 600px) {
    .hid-event-info-box .hid-event-info-box__body {
        padding: 24px 22px 26px;
    }

    .hid-event-info-box .hid-event-info-box__eyebrow {
        font-size: 24px;
    }

    .hid-event-info-box .hid-event-info-box__price-value {
        font-size: 30px;
    }

    .hid-event-info-box .hid-event-info-box__button {
        width: 100%;
    }
}
