.elementor-widget-kovamo_veranstaltung_highlight,
.elementor-widget-kovamo_veranstaltung_highlight .elementor-widget-container {
    width: 100%;
}
.kovamo-veranstaltung-highlight {
    display: flex;
    gap: 18px;
    width: 100%;
    max-width: none;
    min-height: 190px;
    padding: 24px 26px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
}

.kovamo-veranstaltung-highlight-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #E9DFF554;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kovamo-veranstaltung-highlight-icon svg {
    width: 28px;
    height: 28px;
    fill: #a78bfa;
}

.kovamo-veranstaltung-highlight-icon i {
    color: #a78bfa;
    font-size: 28px;
}
.kovamo-veranstaltung-highlight-content {
    flex: 1;
    min-width: 0;
}

.kovamo-veranstaltung-highlight h3 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.28;
}

.kovamo-veranstaltung-highlight-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 7px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.kovamo-veranstaltung-highlight-meta span + span::before {
    content: "•";
    margin-right: 7px;
    color: #A8BF12;
}

.kovamo-veranstaltung-highlight-location {
    position: relative;
    margin-bottom: 14px;
    padding-left: 20px;
    color: #40516b;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.kovamo-veranstaltung-highlight-location::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-4.65 7-11a7 7 0 1 0-14 0c0 6.35 7 11 7 11Z' stroke='%2340516B' stroke-width='2'/%3E%3Ccircle cx='12' cy='10' r='2.5' fill='%2340516B'/%3E%3C/svg%3E");
}

.kovamo-veranstaltung-highlight p {
    margin: 0 0 18px;
    color: #40516b;
    font-size: 13px;
    line-height: 1.55;
}

.kovamo-veranstaltung-highlight-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 18px;
    border: 2px solid #6f3ff5;
    border-radius: 6px;
    background: #ffffff;
    color: #a78bfa !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .18s ease;
}

.kovamo-veranstaltung-highlight-button:hover {
    background: #6f3ff5;
    color: #ffffff !important;
}

.kovamo-veranstaltung-highlight-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .18s ease;
}

.kovamo-veranstaltung-highlight-button-icon svg {
    width: 14px;
    height: 14px;
    fill: #a78bfa;
}

.kovamo-veranstaltung-highlight-button-icon i {
    color: #a78bfa;
    font-size: 14px;
}

.kovamo-veranstaltung-highlight-button:hover .kovamo-veranstaltung-highlight-button-icon {
    transform: translateX(3px);
}

.kovamo-veranstaltung-highlight-empty {
    align-items: center;
    background: #E9DFF554;
    border-color: transparent;
}

.kovamo-veranstaltung-highlight-empty h3 {
    margin-bottom: 8px;
}

.kovamo-veranstaltung-highlight-empty p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .kovamo-veranstaltung-highlight {
        max-width: none;
        gap: 16px;
        padding: 22px;
        border-radius: 16px;
    }

    .kovamo-veranstaltung-highlight-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
    }
}