/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 09:58:49 */

/************* LIVE *************/
/* Wrapper */
.freezy-shows {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 15px;
  font-family: 'Inter', sans-serif;
}

/* Show Item */
.freezy-show {
  display: flex;
  gap: 25px;
  align-items: center;
  border: 1px solid #dcdcdc;
  background: #fafafa;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  transition: box-shadow .25s ease, transform .25s ease;
}

.freezy-show:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* Datum */
.freezy-date {
  text-align: center;
  min-width: 80px;
}

.freezy-day {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.freezy-month {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 2px;
}

.freezy-year {
  font-size: 1.8rem;
  opacity: .65;
}

/* Infos */
.freezy-info {
  flex: 1;
}

.freezy-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.freezy-time {
  opacity: .7;
  margin-top: 3px;
}

.freezy-event-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  color: #ff0055 !important;
  text-decoration: none;
}

.freezy-event-link:hover {
  text-decoration: underline;
}

/* Ticket Button */
.freezy-ticket-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #111;
  color: #fff !important;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.freezy-ticket-btn:hover {
  background: #ff0055;
  transform: scale(1.07);
  box-shadow: 0 6px 20px rgba(255,0,85,0.45);
}

/* Responsive */
@media (max-width: 700px) {
  .freezy-show {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
}