.event-hero {
    padding-top: 190px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}

.event-hero__header {
    margin-bottom: 16px;
}

.event-hero__pre-title {
    text-transform: uppercase;
    letter-spacing: 0.39em;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px;
}

.event-hero__title {
    font-size: 47px;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 150%;
    margin-bottom: 0;
}

.event-hero__description {
}
.event-hero__description p:first-of-type {
    margin-top: 0;
}
.event-hero__description p:last-of-type {
    margin-bottom: 0;
}

.event-hero .cfl-ratings-score,
.event-hero .cfl-ratings-link {
    color: #444 !important;
    text-decoration: none !important;
}

.event-hero__media {
    width: 100%;
    margin-top: 32px;
    position: relative;
}
.event-hero__media-item {
    width: 100%;
    display: block;
}

.event-hero__sidebar {
    margin-top: 40px;
    margin-left: auto;
}
@media (min-width: 993px) {
    .event-hero__sidebar {
        margin-top: 4px;
    }
}

.event-hero__details {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
    padding-top: 24px;
}

.event-hero__download-button {
    width: 100%;
}

.event-hero__prices {
    margin-bottom: 12px;
}

.event__price {
    margin-bottom: 8px;
}

.event__price--sm {
    font-size: 12px !important;
}

.event__price--md {
    font-size: 14px !important;
}

.event__price--lg {
    font-size: 16px !important;
}

.event__price--highlighted {
    font-weight: 700;
}

.event__price--disabled {
    text-decoration: line-through
}

.event__price--hidden {
    display:none;
}

.event-hero__price-tags {
    margin-right: 14px;
}

.event-hero__member-link {
    text-decoration: underline;
    font-size: 14px;
}

.event-hero__dates {
    margin-top: 48px;
}
.event-hero__dates-label {
    margin-bottom: 12px;
    display: block;
}
.event-hero__dates-detail {
    display: none;
}
.event-hero__dates-detail.show {
    display: block;
}
.event-hero__dates-detail-info {
    font-size: 14px;
    margin-top: 8px;
}

.event-hero__label {
    font-size: 14px;
    color: #686868;
}

.event-hero__select {
    margin-bottom: 12px;
}
.event-hero__select-option {
    display: flex;
    gap: 12px;
}
.event-hero__select-option i {
    margin-top: 4px;
}

.event-hero__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
}

.event-hero__modules {
    margin-top: 24px;
}
.event-hero__modules.open .event-hero__modules-list {
    visibility: visible;
    height: auto;
}
.event-hero__modules-button {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.event-hero__modules-icon {
    display: inline-block;
}
.event-hero__modules-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    visibility: hidden;
    height: 0;
}

.event-hero__module {
    padding-bottom: 14px;
}
.event-hero__module + .event-hero__module {
    border-top: 1px solid #d5d5d5;
    padding-top: 14px;
}
.event-hero__module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.event-hero__module-title {
    font-size: 14px;
    margin: 0;
    color: #111111;
}
.event-hero__module-location {
    font-size: 14px;
    color: #686868;
    margin: 0;
}
.event-hero__module-dates {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.event-hero__module-date-text {
    font-size: 14px;
    color: #686868;
    display: block;
}
.event-hero__module-date-text--bold {
    font-weight: 600;
}

.event-hero__signup-button {
    margin-top: 8px;
    text-decoration: none;

    &:hover {
        color: #111111;
    }
}

.event-hero__text {
    font-size: 14px;
}
