#webstore-tickets-restrictions .modal-header{
    background: var(--primary-color);
    color: white;
}

#webstore-tickets-restrictions .modal-header .close{
    color: white;
}

#webstore-tickets-restrictions  .modal-body {
    text-align: justify;
    padding: 25px 50px;
}

#webstore-tickets-restrictions  .modal-body ul{
    padding-left: 0px;
}

#webstore-tickets-restrictions  .modal-body ul li{
    letter-spacing: 1px;
    margin: 12px 0;
}

.custom-modal-footer {
    text-align: center;
    margin: 6px 0;
}