/* pretix-hidesoldout v0.1.0 */
/* Specific handling for item-333: replace SOLD OUT with 'Not available yet' */
#item-610 .availability-box.gone strong {
    color: transparent !important;
    position: relative;
}
#item-412 .availability-box.gone strong::after {
    content: "Not available yet";
    color: inherit;
    position: absolute;
    left: 0;
    top: 0;
}
