/*
 * Pretix widget
 */

.pretix-widget {
    background-color: #070942;
    box-shadow: 0px 0px 24px 0 rgba(0, 0, 0, 0.3);
    padding-top: 1em;
    padding-bottom: 0em;
    padding-left: 2%;
    padding-right: 2%;
    border: none;
}

.pretix-widget a {
    color: #e0009d !important;
}

.pretix-widget-attribution {
    display: none;
}

.pretix-widget .pretix-widget-item-row {
    padding: 0px;
}

.pretix-widget .pretix-widget-category {
    margin: 0px;
}

.pretix-widget .pretix-widget-category-name {
    margin: 0px;
}

.pretix-widget button {
    background-color: transparent;
    border: 1px solid #e0009d;
    color: #e0009d;
    margin-bottom: 5px;
    border-radius: 0;
    font-size: 18px;
}

.pretix-widget button:hover {
    background-color: #0d0d45 !important;
    border: 1px solid #e0009d !important;
    color: #e0009d !important;
    transition: background .3s ease, box-shadow .5s ease;
    box-shadow: 0 0 2em 0 var(--cta-glow-color);
    opacity: 1;
}

.pretix-widget .pretix-widget-info-message {
    background-color: #404D72;
    color: #ffffff;
    border: 2px solid #404D72;
    border-radius: unset;

}

.pretix-widget-voucher {
    margin-bottom: 25px;
}
