.tvvn-sr-show-page {
  --tvvn-show-bg: #050607;
  --tvvn-show-panel: #34363d;
  --tvvn-show-panel-dark: #24272f;
  --tvvn-show-muted: #c2c6d0;
  --tvvn-show-green: #35c978;
  --tvvn-show-line: rgba(255, 255, 255, 0.62);
  /* background: var(--tvvn-show-bg); */
  color: #ffffff;
  min-height: 60vh;
  max-width: 100%;
}

.single-tvvn_show .entry-title,
.single-tvvn_show .page-title {
  display: none;
}

.tvvn-sr-show-page * {
  box-sizing: border-box;
}

.tvvn-sr-show-page .tvvn-sr-selection-state{
  background: #fff;
}

.tvvn-sr-show-hero {
  background: var(--tvvn-show-panel);
  border-radius: 28px;
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(360px, 1fr);
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

.tvvn-sr-show-hero:before,
.tvvn-sr-show-hero:after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 60px;
  left: calc(36% - 22px);
  position: absolute;
  width: 60px;
  z-index: 3;
}

.tvvn-sr-show-hero:before {
  top: -30px;
}

.tvvn-sr-show-hero:after {
  bottom: -30px;
}

.tvvn-sr-show-info {
  display: grid;
  gap: 22px;
  grid-template-rows: auto auto auto 1fr;
  padding: clamp(28px, 4vw, 40px);
  position: relative;
}

.tvvn-sr-show-info:after {
  border-right: 2px dashed rgba(5, 6, 7, 0.42);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tvvn-sr-show-info h1,
.tvvn-sr-show-ticket-page h1 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

article.tvvn_show .tvvn-sr-show-ticket-page h1{
  color: #000;
}

.tvvn-sr-show-detail {
  align-items: flex-start;
  display: grid;
  gap: 14px;
  grid-template-columns: 24px minmax(0, 1fr);
}

.tvvn-sr-show-detail strong {
  color: var(--tvvn-show-green);
  display: block;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.tvvn-sr-show-detail span {
  color: var(--tvvn-show-muted);
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;

}

.tvvn-sr-show-detail .tvvn-sr-show-other-dates {
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 7px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tvvn-sr-show-detail .tvvn-sr-show-other-dates:hover,
.tvvn-sr-show-detail .tvvn-sr-show-other-dates:focus {
  color: var(--tvvn-show-green);
}

.tvvn-sr-show-icon {
  background: #ffffff;
  border-radius: 4px;
  display: block;
  height: 24px;
  margin-top: 2px;
  position: relative;
  width: 24px;
}

.tvvn-sr-show-icon:before {
  background: var(--tvvn-show-panel);
  content: "";
  height: 4px;
  left: 4px;
  position: absolute;
  right: 4px;
  top: 7px;
}

.tvvn-sr-show-icon-location {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.tvvn-sr-show-icon-location:before {
  background: var(--tvvn-show-panel);
  border-radius: 50%;
  height: 8px;
  left: 8px;
  right: auto;
  top: 8px;
  width: 8px;
}

.tvvn-sr-show-buy {
  align-self: end;
  border-top: 1px solid var(--tvvn-show-line);
  display: grid;
  gap: 22px;
  padding-top: 26px;
}

.tvvn-sr-show-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tvvn-sr-show-price span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.tvvn-sr-show-price strong,
.tvvn-sr-show-price .woocommerce-Price-amount {
  color: var(--tvvn-show-green);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.tvvn-sr-show-price span.woocommerce-Price-currencySymbol{
  color: var(--tvvn-show-green);
  margin-left: -5px;
  font-weight: bold;
}

.tvvn-sr-show-button {
  align-items: center;
  background: var(--tvvn-show-green);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  min-height: 58px;
  text-decoration: none;
  transition: transform 0.16s ease, background-color 0.16s ease;
}

.tvvn-sr-show-button:hover,
.tvvn-sr-show-button:focus {
  background: #20b765;
  color: #ffffff;
  transform: translateY(-1px);
}

.tvvn-sr-show-button-disabled,
.tvvn-sr-show-button-disabled:hover,
.tvvn-sr-show-button-disabled:focus {
  background: #6b7280;
  cursor: not-allowed;
  transform: none;
}

.tvvn-sr-show-media {
  background: linear-gradient(135deg, #10232b, #1f2937);
  background-position: center;
  background-size: cover;
  min-height: 450px;
}

.tvvn-sr-show-intro {
  background: #30343c;
  border-radius: 18px;
  margin-top: 56px;
  overflow: hidden;
}

.tvvn-sr-show-intro h2 {
  background: #23262e;
  color: var(--tvvn-show-green);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 18px 22px;
}

.tvvn-sr-show-intro-content {
  color: #eef2f7;
  padding: 28px 22px;
}

.tvvn-sr-show-intro-content > *:first-child {
  margin-top: 0;
}

.tvvn-sr-show-intro-content > *:last-child {
  margin-bottom: 0;
}

.tvvn-sr-show-schedule {
  background: #30343c;
  border-radius: 18px;
  margin-top: 34px;
  overflow: hidden;
  scroll-margin-top: 24px;
}

.tvvn-sr-show-schedule h2 {
  background: #23262e;
  color: var(--tvvn-show-green);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 18px 22px;
}

.tvvn-sr-show-schedule-list {
  display: grid;
}

.tvvn-sr-show-schedule-item {
  border-top: 1px solid rgba(5, 6, 7, 0.8);
  position: relative;
}

.tvvn-sr-show-schedule-item:first-child {
  border-top: 0;
}

.tvvn-sr-show-schedule-details > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 22px;
  grid-template-columns: 20px minmax(0, 1fr);
  list-style: none;
  min-height: 106px;
  padding: 16px calc(clamp(180px, 24%, 320px) + 44px) 24px 22px;
}

.tvvn-sr-show-schedule-details > summary::-webkit-details-marker {
  display: none;
}

.tvvn-sr-show-schedule-details > summary:focus-visible {
  outline: 2px solid var(--tvvn-show-green);
  outline-offset: -4px;
}

.tvvn-sr-show-schedule-chevron {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  display: block;
  height: 12px;
  transform: rotate(-45deg);
  transition: transform 160ms ease;
  width: 12px;
}

.tvvn-sr-show-schedule-details[open] .tvvn-sr-show-schedule-chevron {
  transform: rotate(45deg);
}

.tvvn-sr-show-schedule-time strong,
.tvvn-sr-show-schedule-time span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.tvvn-sr-show-schedule-time strong {
  color: #ffffff;
}

.tvvn-sr-show-schedule-time span {
  color: var(--tvvn-show-green);
}

.tvvn-sr-show-schedule-button {
  position: absolute;
  right: 22px;
  top: 24px;
  width: clamp(180px, 24%, 320px);
  z-index: 2;
}

.tvvn-sr-show-schedule-content {
  padding: 8px 22px 32px 64px;
}

.tvvn-sr-show-schedule h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 24px;
}

.tvvn-sr-show-ticket-list {
  display: grid;
  gap: 18px;
}

.tvvn-sr-show-ticket-row {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  min-height: 62px;
  padding: 16px 20px;
}

.tvvn-sr-show-ticket-row:before {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 8px;
  transform: rotate(-45deg);
  width: 8px;
}

.tvvn-sr-show-ticket-row > strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.tvvn-sr-show-ticket-row > div {
  align-items: flex-end;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.tvvn-sr-show-ticket-price,
.tvvn-sr-show-ticket-price .woocommerce-Price-amount,
.tvvn-sr-show-ticket-price .woocommerce-Price-currencySymbol {
  color: var(--tvvn-show-green);
  font-size: 20px;
  font-weight: 600;
}

.tvvn-sr-show-ticket-sold-out {
  background: #ffb4bf;
  border-radius: 999px;
  color: #ff4054;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 16px;
}

.tvvn-sr-show-ticket-empty {
  color: var(--tvvn-show-muted);
  font-size: 17px;
  margin: 0;
}

.tvvn-sr-show-organizers {
  background: #30343c;
  border-radius: 18px;
  margin-top: 34px;
  overflow: hidden;
}

.tvvn-sr-show-organizers h2 {
  background: #23262e;
  color: var(--tvvn-show-green);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  padding: 18px 22px;
}

.tvvn-sr-show-organizers-body {
  display: grid;
  gap: 26px;
  padding: 24px;
}

.tvvn-sr-show-organizer-card {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.tvvn-sr-show-organizer-image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #111827;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.tvvn-sr-show-organizer-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvvn-sr-show-organizer-image span {
  color: #ffffff;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tvvn-sr-show-organizer-content {
  padding-top: 6px;
}

.tvvn-sr-show-organizer-content h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.tvvn-sr-show-organizer-content p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.tvvn-sr-show-related {
  background: #ffffff;
  border-radius: 18px;
  color: #111827;
  margin-top: 48px;
  padding: 32px 0 8px;
}

.tvvn-sr-show-related h2 {
  color: #111827;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 12px;
}

.tvvn-sr-show-related-grid {
  display: grid;
  gap: 48px 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tvvn-sr-show-related-card {
  min-width: 0;
  padding-top: 34px;
}

.tvvn-sr-show-related-media {
  aspect-ratio: 16 / 9;
  background: #e5e7eb;
  border-radius: 8px;
  display: block;
  overflow: visible;
  position: relative;
  text-decoration: none;
}

.tvvn-sr-show-related-media img {
  border-radius: 8px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tvvn-sr-show-related-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #dbeafe, #fce7f3);
  border-radius: 8px;
  color: #111827;
  display: flex;
  font-size: 44px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.tvvn-sr-show-related-status {
  background: #111827;
  border-radius: 8px 8px 0 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  left: 0;
  min-height: 34px;
  padding: 8px 14px;
  position: absolute;
  top: -34px;
  z-index: 2;
}

.tvvn-sr-show-related-status-upcoming {
  background: #ec1480;
}

.tvvn-sr-show-related-status-sold-out {
  background: #b91c1c;
}

.tvvn-sr-show-related-term {
  background: var(--tvvn-sr-related-term-bg, #e0f2fe);
  border-radius: 999px;
  color: var(--tvvn-sr-related-term-text, #0369a1);
  display: inline-flex;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-top: 18px;
  padding: 8px 14px;
}

.tvvn-sr-show-related-meta {
  color: #6b7280;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 14px;
}

.tvvn-sr-show-related-card h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 10px 0 0;
}

.tvvn-sr-show-related-card h3 a {
  color: #111827;
  text-decoration: none;
}

.tvvn-sr-show-related-card h3 a:hover,
.tvvn-sr-show-related-card h3 a:focus {
  color: #30D17D;
}

.tvvn-sr-show-ticket-page {
  display: grid;
  gap: 18px;
}

.tvvn-sr-show-ticket-page .tvvn-sr-frontend {
  margin-top: 8px;
}

.tvvn-sr-show-back {
  color: var(--tvvn-show-green);
  font-weight: 600;
  text-decoration: none;
  display: flex;
  gap: 5px;
  align-items: center;
}

.tvvn-sr-show-back:hover,
.tvvn-sr-show-back:focus {
  color: #000;
}

@media (max-width: 900px) {
  .tvvn-sr-show-page {
    padding-top: 22px;
  }

  .tvvn-sr-show-hero {
    grid-template-columns: 1fr;
  }

  .tvvn-sr-show-hero:before,
  .tvvn-sr-show-hero:after,
  .tvvn-sr-show-info:after {
    display: none;
  }

  .tvvn-sr-show-media {
    min-height: 260px;
    order: -1;
  }

  .tvvn-sr-show-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvvn-sr-show-organizer-card {
    grid-template-columns: 1fr;
  }

  .tvvn-sr-show-organizer-image {
    max-width: 100%;
  }
  .tvvn-sr-show-organizer-content h3{
    font-size: 20px;
  }
    .tvvn-sr-show-organizer-content p{
      font-size: 16px;
    }
    .tvvn-sr-show-related h2{
      font-size: 24px;
      margin: 0;
    }
}

@media (max-width: 700px) {
  .tvvn-sr-show-page {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .tvvn-sr-show-hero {
    border-radius: 20px;
  }

  .tvvn-sr-show-info {
    padding: 24px;
  }

  .tvvn-sr-show-schedule-details > summary {
    gap: 14px;
    grid-template-columns: 16px minmax(0, 1fr);
    min-height: 100px;
    padding: 20px 18px 20px;
  }

    .tvvn-sr-show-ticket-row{
      gap: 0;
      padding: 10px;
    }
        .tvvn-sr-show-ticket-row>strong,
        .tvvn-sr-show-schedule h3,
  .tvvn-sr-show-schedule-time strong,
  .tvvn-sr-show-schedule-time span {
    font-size: 16px;
  }
    .tvvn-sr-show-ticket-price,
    .tvvn-sr-show-ticket-price .woocommerce-Price-amount,
    .tvvn-sr-show-ticket-price .woocommerce-Price-currencySymbol{
      font-size: 16px;
    }

  .tvvn-sr-show-schedule-button {
    bottom: 20px;
    left: 20px;
    right: 18px;
    top: auto;
    width: auto;
    position: relative;
    width: 90%;
  }

  .tvvn-sr-show-schedule-content {
    padding: 2px 18px 26px 20px;
    margin-bottom: 15px;
  }

  .tvvn-sr-show-ticket-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .tvvn-sr-show-ticket-row:before {
    display: none;
  }

  .tvvn-sr-show-ticket-row > div {
    align-items: start;
    justify-items: start;
  }

  .tvvn-sr-show-related-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
    .tvvn-sr-show-price strong,
    .tvvn-sr-show-price .woocommerce-Price-amount{
      font-size: 30px;
    }
    .tvvn-sr-show-back{
      font-size: 14px;
    }
}
.tvvn-sr-occurrence-selector {
  margin: 0;
}

.tvvn-sr-occurrence-selector > span {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #111827;
}

.tvvn-sr-occurrence-selector > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tvvn-sr-occurrence-selector a {
  display: grid;
  min-width: 112px;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  text-decoration: none;
  text-align: center;
  background: #fff;
}

.tvvn-sr-occurrence-selector a:focus-visible {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.tvvn-sr-occurrence-selector a:hover,
.tvvn-sr-occurrence-selector a.is-active {
  border-color: #dc2626;
}

.tvvn-sr-occurrence-selector a.is-active {
  color: #991b1b;
  background: #fef2f2;
}

.tvvn-sr-occurrence-selector small {
  margin-top: 2px;
  color: #6b7280;
}

@media (max-width: 560px) {
  .tvvn-sr-show-info h1, .tvvn-sr-show-ticket-page h1{
    font-size: 16px;
  }
    .tvvn-sr-show-detail strong{
      font-size: 14px;
    }
        .tvvn-sr-show-intro h2,
                .tvvn-sr-show-schedule h2,
                                .tvvn-sr-show-organizers h2{
            font-size: 18px;
          }
}