.topic-raw {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    text-align: justify
}

@media screen and (max-width:767px) {
    .topic-raw {
        font-size: 16px;
        line-height: 26px
    }
}

.topic-raw p {
    margin: 0 0 24px
}

@media screen and (max-width:767px) {
    .topic-raw p {
        margin: 0 0 16px
    }
}

.topic-raw p:last-child {
    margin: 0
}

.topic-raw figure {
    display: block;
    margin: 0 auto 24px
}

.topic-raw figure img {
    display: block;
    margin: 0 auto 16px
}

.topic-raw figure figcaption {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

@media screen and (max-width:767px) {
    .topic-raw figure figcaption {
        font-size: 12px;
        line-height: 18px
    }
}

.product-additional {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 15px;
    margin: 0 0 15px
}

@media screen and (max-width:767px) {
    .product-additional {
        gap: 8px
    }
}

.event-product-additional__list {
    display: flex;
    flex-direction: column;
}

.event-product-additional__label {
    font-weight: bold;
    line-height: 20px
}

@media screen and (max-width:767px) {
    .event-product-additional__label {
        padding: 4px 0;
        line-height: 16px
    }
}

.event-product-additional__item {
    width: 50%;
    margin: 10px 0;
    padding: 6px 16px;
    background-color: #F1F5F9;
    color: #0c1724;
    border-radius: 30px;
    transition: all .3s ease
}

@media screen and (max-width:767px) {
    .product-additional__item {
        padding: 4px 10px;
        font-size: 12px
    }
}

.product-additional__item:hover {
    background-color: #ebebeb
}

.event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 12px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    transition: box-shadow .3s ease
}

.event-card::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 12px;
    background-color: #01b0f1;
    transition: background-color .3s ease
}

.event-card__image {
    position: relative;
    display: block;
    padding-bottom: 60%;
    overflow: hidden
}

.event-card__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.event-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 100%
}

.event-card__main {
    padding: 16px 20px
}

.event-card__category {
    margin: 0 0 8px;
    color: #0c1724;
    opacity: .65;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.event-card__name {
    display: block;
    margin: 0;
    color: #0c1724;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    display: -webkit-box;
    max-height: 5.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.6rem;
}

.event-card__name:hover {
    color: #fa9d24
}

.event-card__bottom {
    padding: 0 20px 16px
}

.event-card__bottom-item {
    position: relative;
    margin: 0 0 6px;
    padding-left: 26px;
    color: #363c44;
    font-size: 12px;
    line-height: 22px
}

.event-card__bottom-item::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.event-card__bottom-item--location::before {
    background-image: url("../img/event-location.png")
}

.event-card__bottom-item--time::before {
    top: -1px;
    background-image: url("../img/event-time.png")
}

.event-card__bottom-item--date::before {
    top: -2px;
    background-image: url("../img/event-date.png")
}

.event-card__register {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    color: #0c1724;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    transition: color .3s ease
}

.event-card__register svg {
    margin-left: 3px;
    margin-top: -2px
}

.event-card__register:hover {
    color: #fa9d24
}

.event-card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.event-card:hover::after {
    background-color: #fa9d24
}

.event-page__detail {
    padding: 50px 0
}

.event-page__title {
    margin: 0 0 24px;
    color: #0c1724;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px
}

.event-related {
    padding: 0 0 50px
}

.event-related__header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 22px
}

.event-related__title {
    margin: 20px 0;
    color: #0c1724;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.event-related__view {
    display: flex;
    align-items: center;
    color: #fa9d24;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    white-space: nowrap;
    transition: color .3s ease
}

.event-related__view svg {
    display: block;
    margin-left: 5px;
    margin-top: -2px
}

.event-related__view:hover {
    color: #1677ff
}

.event-related__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    gap: 20px
}

@media screen and (max-width:1024px) {
    .event-related__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:767px) {
    .event-related__grid {
        grid-template-columns: repeat(1, 1fr)
    }
}