.kovamo-event-details {
    display: grid;
    gap: 12px;
    width: 100%;
}

.kovamo-event-detail {
    align-items: center;
    background: #ffffff;
    border: 1px solid #e9d5ff;
    border-radius: 16px;
    display: flex;
    gap: 14px;
    min-height: 76px;
    padding: 16px;
}

.kovamo-event-detail > span {
    align-items: center;
    background: #f7eeff;
    border-radius: 12px;
    color: #c779fa;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.kovamo-event-detail svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 22px;
}

.kovamo-event-detail small {
    color: #6b7280;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.kovamo-event-detail strong {
    color: #404c89;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

.kovamo-event-action {
    align-items: center;
    background: #7047f5;
    border: 2px solid #7047f5;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(112, 71, 245, .22);
    color: #ffffff !important;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.kovamo-event-action:hover,
.kovamo-event-action:focus {
    background: #5f38e6;
    border-color: #5f38e6;
    box-shadow: 0 16px 34px rgba(112, 71, 245, .28);
    color: #ffffff !important;
}

.kovamo-event-action span {
    display: inline-flex;
    line-height: 1;
}

.kovamo-event-date-badge {
    align-items: center;
    background: #f7eeff;
    border: 2px solid #c779fa55;
    border-radius: 18px;
    color: #404c89;
    display: inline-flex;
    flex-direction: column;
    height: 96px;
    justify-content: center;
    min-width: 88px;
    padding: 14px 18px;
}

.kovamo-event-date-badge span {
    color: #c779fa;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    text-transform: uppercase;
}

.kovamo-event-date-badge strong {
    color: #404c89;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .kovamo-event-detail {
        align-items: flex-start;
        padding: 14px;
    }

    .kovamo-event-action {
        width: 100%;
    }
}
