.wk-events {
    display: grid;
    gap: 1rem;
}

.wk-events__event__infos {
    display: grid;
    gap: .4rem;
    color: #363535;
}

.wk-events__event__infos .wk-icon {
    width: 20px;
    height: 19px;
}

.wk-events__event__action:hover {
    filter: brightness(.9);
}

.wk-events__event__action__dsc {
    font-size: 14px;
}

.wk-events__event__action__title {
    font-size: 22px;
}

.wk-events__event__description {
    margin-top: 1rem;
    color: #5E5E5E
}

.wk-events__event__confirmation-description {
    font-size: 1.2rem;
    margin: 2rem 0;
}


.wk-event-status-Cancelado {
    border-color: #e74c3c !important;
    color: #e74c3c !important;
}

.wk-event-status-Pré-Inscrito {
    border-color: #e67e22 !important;
    color: #e67e22 !important;
}

.wk-event-status-Encerrado {
    border-color: #e67e22 !important;
    color: #e67e22 !important;
}

.wk-events__event__detail-title {
    color: #5E5E5E;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 19px;
}

.wk-events__event__intallment span {
    font-size: 15px;
}