.pretix-widget {
    border: none !important;
    background-color: var(--accent-color);
    padding: 5px;
    text-align: center;
}

    .pretix-widget a {
        color: white;
    }

    .pretix-widget a:hover, .pretix-widget a:focus {
        color: #dfdfdf;
        border: 1px white dotted;
    }

.pretix-widget-pricebox-original-price {
    color: white !important;
}

.pretix-widget-item-count-multiple {
    height: inherit !important;
}