/* "Ausgebucht"-Badge, ausgegeben vom Shortcode [infoabende] */
.ocv-infoabend-ausgebucht {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 0 12px;
    border-radius: 25px;
    background: linear-gradient(to bottom, #8C1B81 0%, #590D76 100%);
    font-family: 'Geist', sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
