    .tickets {
        display: flex;             
        flex-wrap: wrap;          
        gap: 1rem;   
        justify-content: center;
    }
    .ticket-instance {
        flex: 0 0 300px; 
        background: #FFF;
        padding: 20px;
        text-align: center;
        box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
        box-sizing: border-box;
        margin-bottom: 1rem;
        display:flex;
        flex-direction:column;
        justify-content: space-between;
      }


    .ticket-date {
    font-family: 'Lexend Zetta',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #C92124 !important;
    font-size: 1.2em;
    }

    .ticket-button 
    {
        color: #FFFFFF !important;
        font-size: 1.1em;
        font-family: 'Lexend Zetta',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        background-color: #C92124;
        padding-top: 15px !important;
        padding-right: 20px !important;
        padding-bottom: 15px !important;
        padding-left: 20px !important;
        margin-top: 20px;
        max-width: 200px;
        align-self: center;
        border-radius:3px;
    }

.download-ticket a.button {
	text-transform: uppercase;
	padding: 20px 30px 20px 30px;
	background: #c92124;
	color: #FFF;
	border-radius: 5px;
	font-weight: 700;
	font-size: 2em;
    font-family: "Lexend Zetta";
}
.download-ticket
{
 margin-top:40px;

}

.shake {
    display: inline-block;          /* ważne, żeby transform działał poprawnie */
    animation: shake 3s infinite; /* czas trwania + nieskończone powtórzenia */
  }

  @keyframes shake {
    0%, 100% {
      transform: translate(0, 0);
    }
    93% {
      transform: translate(0, 0);
    }
    94% {
      transform: translate(-5px,0);
    }
    95% {
      transform: translate(5px,0);
    }
    96% {
      transform: translate(-5px,0);
    }
    97% {
        transform: translate(-5px,0);
      }
      98% {
        transform: translate(5px,0);
      }
      99% {
        transform: translate(-5px,0);
      }
  }


  .buy-ticket {
    text-align: center;
}
.top_spacer {
    background:
  #FFF;
    height: 120px;
  }

  .diagonal {
    position: relative;
    height: 150px;
    background: transparent;

  }
  
  .diagonal::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgb(246, 241, 239);
    /* trójkąt maskujący dolną połowę */
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index:-1000;
  }
.solid-color
{
    background: rgb(246, 241, 239);
    overflow:auto;
}

.spektakl-obsada-ludzie
{
    color:#000;
}
.buy-ticket .button {
        background: rgb(201, 33, 36);
            padding: 10px 20px 10px 20px;
    
        border-radius: 3px;
        min-width: 160px;
          margin-left: 20px;
    
    }
    .buy-ticket .button a {
        color:#fff;
        text-transform:uppercase;
    }


.onecol {
    width: 100%;
    position: relative;
    float: left;
}

.hidden-lg .twocol-one,
.repertuar-lista-rwd [class|="threecol"],
.repertuar-lista-rwd [class|="fourcol"] {
    float: left;
}

.hidden-lg .twocol-one {
    width: 48%;
    margin-bottom: 0px;
}
.post-38595 .entry-title {
    text-align: center;
}
.post-38595 #ticket-url {
    background: #444444;
    color: #fff;
    text-decoration: none;
    padding: 10px 60px;
    margin-top: 30px;
    display: inline-block;
    transition: .3s all;
}
.post-38595 #ticket-url:hover {
    background: #000;
}
.hidden-lg .fivecol-one {
    width: 22%;
    margin-bottom: 0px;
}

.hidden-lg .fourcol-three {
    width: 74%;
    margin-bottom: 0px;
}

.tablehead h2,
.tablehead h3,
.tablehead .twocol-one,
.tablehead .fourcol-three {
    text-align: center;
}

[class|="threecol"],
[class|="fourcol"],
[class|="fivecol"] {
    min-height: 1px;
}

@media (min-width: 768px) {
    .tooltipnew:hover div {
        background: #fff;
        /* border: 1px solid #ccc; */
        color: #222;
        display: block;
        position: absolute;
        opacity: 1;
        z-index: 200;
    }
}

.month-start {
    
    text-align: left;
    color: rgb(201, 33, 36);

    text-transform: uppercase;
}

.repertuar-miesiac-container {
    display: flex;

}
.repertuar-miesiac a {
    display: inline-block;
    background: #444444;
    padding: 10px 15px;
    color: #fff;
    margin-right: 20px;
    transition: .3s all;
}
.repertuar-miesiac a:hover {
    color: #fff;
    background: #000;
}
.tooltipnew div p {
    font-weight: 500;
    text-transform: none;
    padding: 3px 10px 0px;
}

.tooltipnew div p.opis {}

.tooltipnew div h2 {
    font-size: 18px;
    font-weight: bold;
    background-color: #222;
    color: #fff;
    padding: 2px 10px;
}

.tooltipnew div {
    bottom: 30px;
    line-height: 16px;
    left: -80px;
    width: 275px;
    /*min-height: 280px;
        max-height: 350px;*/
    z-index: 999;
    position: absolute;
    font-size: 14px;
    /*box-shadow: 2px 2px 4px #CCC;*/
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: ease-in-out 0.3s;
    z-index: -1;
}

.repertuar-data p:first-child {
    font-weight: bold;
    font-size: 4em;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 0.7;
}
.date-text {
    margin-top: 15px;
    text-align: center;
}
.repertuar-data .date-text p {
    margin-bottom: 0;
    font-size: 1.2em;
}

.repertuar-data .date-text p.month {
    font-size: 1.4em;
    padding-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.small.prevbutton,
.small.nextbutton {
    background: #000000;
    margin-left: 5px;
}

.small.prevbutton:hover,
.small.nextbutton:hover {
    background: #000000;
    opacity: .8;
}

.tooltipnew div img {
    width: 100%;
    height: 137px;
}

/* nowe style */
.container {
    padding-top: 50px;
}

.dzien {
    clear: both;
    margin-bottom:20px;
}

.repertuar-lista {
    padding-top: 50px;
}
.repertuar-page-title {
    margin-bottom: 20px;
}

.repertuar-lista>div.dzien:first-child .fivecol-three {
    border-top: 1px solid #ccc;
}

.repertuar-data {
    position: absolute;
    text-align:center;
}

.spektakl {
    display: flex;
    margin-left: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

.entry-content .kupbilet {
    background: #444444;
    color: #fff;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s all;
}
.entry-content .kupbilet:hover {
    background: #000;
    color: #fff;
}

.spektakl-bilet a:not(.disabled) {
    background: #444444;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    transition: .3s all;
}
.spektakl-bilet a:not(.disabled):hover {
    background: #000;
    color: #fff;
}
.spektakl-bilet .small{
    position: relative !important;
    display: block;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
.spektakl-bilet .small.disabled {
    color: #000;
}
.spektakl-bilet .small.disabled:hover {
    color: #e3032e;
}
.empty-ticket {
    cursor: not-allowed;
    display: block;
    background: #888;
    padding: 10px 3px 10px 3px !important;
    border-radius: 3px;
    color: #FFF;
    min-width: 160px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
    font-family: 'Lexend Zetta',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 0.9em;
  }

.spektakl-bilet {
    flex: 1 0 25%;
    text-align: right;
}
.last-places, .other-dates {
    color: #e3032e;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 1.1em;
    font-weight:700;
    text-align:center;
    margin-left:20px;
}

    .tytul-spektaklu {
        /* max-width: 495px; */
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        color: rgb(102,102,102);
        text-transform: uppercase;
        position: relative;
        line-height: 28px;
    }


.spektakl-godzina {
    margin-top: 2px;
    margin-right: 20px;
    display: inline-block;
    font-weight: 500;
}

.spektakl-scena {
    display: inline-block;
    font-weight: 500;
}

.dodatkowe_informacje_tekst {
    font-weight: 300;
    font-size: 15px;
    padding: 2px 10px;
    background-color: #eee;
}

.fourcol-two {
    border-bottom: 1px solid #ccc;
}

.najblizsze-spaktakle-single tr:nth-child(n+6) {
    display: none;
}

@media (max-width: 768px) {
    .fivecol-one {
        margin-bottom: 0px;
    }

    .fivecol-three {
        margin-bottom: 0px;
        float: left;
        padding-bottom: 0px;
        margin-bottom:20px;
        width: 100%;
    }

    .container {
        padding-top: 5px;
    }


    .fourcol-two {
        margin-bottom: 0px;
        float: left;
    }

    .spektakl {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 120px;
        margin-top: 0px;
    }

    .spektakl-bilet {
        margin-top: 10px;

    }

    .buy-ticket .button
    { margin-top:20px;
        display:flex;
        align-self:center;
        flex-direction: column;
        margin-left: 0;
    }
    .other-dates
    {
        margin-left: 0px;
            }
    .empty-ticket{
    margin-left: 0px;
    margin-top:20px;
        }
   .month-start
    {
        margin-top:30px;
        margin-bottom:30px;
    }
    .repertuar-lista {
        padding-top: 0;
        padding-bottom: 200px;
      }
      .top_spacer {
        background:
      #FFF;
        height: 150px;
      }
      .diagonal {
               text-align: center;
      }
      .repertuar-miesiac-container {
        display: flex;
        gap:       1rem;
        align-items: center;
        flex-direction: row;
        justify-content: center;
      }
}

.dzien .fivecol-three {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

