.events-panel {
    display: none;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1184px) {
    .events-panel {
        display: flex;
    }
}

.events-panel-title {
    font-family: 'Days One', uppercase, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #35003D;
}

.events-panel-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.events-panel-content-group-title {
    font-family: 'Days One', uppercase, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #35003D;
    text-transform: capitalize;
}

.events-panel-content-item {
    flex-direction: column;
    gap: 10px;
}

.events-panel-content-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
    background: #4E0059;
    padding: 8px;
}

.events-panel-content-item-header.date-highstatus:after {
    display: inline-flex;
    content: url(/images/tricolor-e030e58c149602a9e73cbf259e1bd064.svg);
    width: 30px;
    height: 20px;
}

.events-panel-content-item-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    padding: 8px;
    border: 1px solid #DBDBDB;
    border-top: none;
    gap: 10px;
}

.events-panel-content-item-body-title {
    font-weight: 600;
    color: #4E0059;
}

.events-panel-content-item-body-disciplines {

}

.events-panel-content-item-body-hidden-content {
    flex-direction: column;
    gap: 10px;
}

.events-panel-content-item-body-hidden-content a {
    color: #4E0059;
}

.events-panel-content-item-body-hidden-content a:hover {
    color: #76527a;
}


.events-panel-content-item-body-hidden-content-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #35003D;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    gap: 10px;
}

.events-panel-content-item-body-hidden-content-button:after {
    content: '';
    height: 12px;
    width: 12px;
    background: url(/images/transition-d197a086d1cb8a9b7742a7f508656de7.svg) center center no-repeat;
    background-size: 11px;
}