/**
 * Single Event Page Styles
 * Custom styles for The Events Calendar single event pages with ACF fields
 */
body .container--narrow {
  max-width: 760px;
}

.event-hero {
  margin-bottom: 40px;
}
.event-hero .event-featured-image {
  text-align: center;
}
.event-hero .event-featured-image .event-hero-img {
  max-width: 720px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.event-content-section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .event-content-section {
    margin-bottom: 80px;
  }
}

.event-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #27272a;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .event-title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}

.event-schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.event-schedule .event-date-time {
  font-size: 16px;
  color: #29235C;
  font-weight: 500;
}
.event-schedule .event-venue {
  font-size: 16px;
  color: #5d5d5d;
}

.event-description {
  font-size: 16px;
  line-height: 1.6;
  color: #27272a;
}
.event-description p:first-of-type {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: inherit;
}
@media (min-width: 768px) {
  .event-description p:first-of-type {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media (min-width: 1680px) {
  .event-description p:first-of-type {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.event-description p {
  margin-bottom: 16px;
}
.event-description strong, .event-description b {
  font-weight: 700;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}
.section-title--center {
  text-align: center;
}

.event-agenda {
  background-color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .event-agenda {
    padding: 40px 0;
  }
}

.agenda-intro {
  font-size: 18px;
  color: #27272a;
  margin-bottom: 30px;
  line-height: 1.6;
}

.agenda-day {
  margin-bottom: 40px;
}
.agenda-day:last-child {
  margin-bottom: 0;
}

.agenda-day-date {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .agenda-day-date {
    font-size: 20px;
  }
}

.agenda-items .agenda-item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 10px;
}
@media (min-width: 768px) {
  .agenda-items .agenda-item {
    flex-direction: row;
    gap: 30px;
  }
}
.agenda-items .agenda-item:last-child {
  border-bottom: none;
}

.agenda-item-time {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  min-width: 60px;
}

.agenda-item-content {
  flex: 1;
}

.agenda-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #27272a;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .agenda-item-title {
    font-size: 20px;
  }
}

.agenda-item-description {
  font-size: 16px;
  line-height: 1.5;
  color: #5d5d5d;
}
.agenda-item-description p {
  margin-bottom: 10px;
  line-height: 135%;
}
.agenda-item-description p:last-child {
  margin-bottom: 0;
}
.agenda-item-description strong, .agenda-item-description b {
  font-weight: 700;
  color: #27272a;
}
.agenda-item-description ul, .agenda-item-description ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.agenda-item-description li {
  margin-bottom: 5px;
}

.event-programme {
  background-color: #dce4f5;
  padding: 30px 0 40px;
}
@media (min-width: 768px) {
  .event-programme {
    padding: 50px 0 60px;
  }
}
.event-programme .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #29235C;
}
@media (min-width: 768px) {
  .event-programme .section-title {
    font-size: 42px;
  }
}

.programme-content-wrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .programme-content-wrap {
    padding: 32px 24px;
  }
}

.programme-intro {
  font-size: 18px;
  color: #27272a;
  margin-bottom: 24px;
  line-height: 1.6;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.programme-day-date {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .programme-day-date {
    font-size: 20px;
  }
}

.programme-day-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.programme-day-tab {
  background-color: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .programme-day-tab {
    font-size: 18px;
    padding: 14px 32px;
  }
}
.programme-day-tab:hover {
  color: #29235C;
  background-color: #eee;
}
.programme-day-tab.is-active {
  color: #fff;
  background-color: #29235C;
  border-color: #29235C;
}

.programme-day {
  display: none;
}
.programme-day.is-active {
  display: block;
}

.programme-scroll-hint {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .programme-scroll-hint {
    font-size: 18px;
  }
}

.programme-timetable-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.programme-timetable-wrap::-webkit-scrollbar {
  height: 6px;
}
.programme-timetable-wrap::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}
.programme-timetable-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.programme-timetable {
  display: grid;
  position: relative;
  min-width: max-content;
}
.programme-timetable::before {
  content: "";
  position: sticky;
  left: 0;
  z-index: 15;
  grid-column: 1;
  grid-row: 1/-1;
  background-color: #f7f7f8;
  pointer-events: none;
}

.programme-grid-spacer {
  grid-column: 1;
  grid-row: 1;
  position: sticky;
  left: 0;
  z-index: 20;
  background-color: #f7f7f8;
}

.stage-header {
  grid-row: 1;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-top: 3px solid var(--stage-accent, #29235C);
  border-radius: 4px;
  margin: 0 8px;
  background-color: color-mix(in srgb, var(--stage-accent, #29235C) 10%, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  align-self: stretch;
}
.stage-header .stage-name {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  color: #27272a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.stage-header .stage-more-info {
  font-size: 13px;
  color: var(--stage-accent, #008BCC);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stage-header .stage-more-info:hover {
  opacity: 0.7;
}

.programme-time-label {
  font-size: 13px;
  color: #999;
  padding-right: 16px;
  text-align: right;
  line-height: 1;
  transform: translateY(-6px);
  white-space: nowrap;
  position: sticky;
  left: 0;
  z-index: 20;
  background-color: #f7f7f8;
}

.programme-grid-line {
  border-top: 1px dashed #e4e4e4;
  pointer-events: none;
}

.session-card {
  position: relative;
  overflow: visible;
  margin: 2px 8px;
  z-index: 1;
}
.session-card--short {
  z-index: 5;
}
.session-card--left {
  width: calc(50% - 4px);
  justify-self: start;
  margin-right: 2px;
}
.session-card--right {
  width: calc(50% - 4px);
  justify-self: end;
  margin-left: 2px;
  z-index: 10;
}
.session-card:hover {
  z-index: 10;
}
.session-card:hover .session-card-inner {
  height: auto;
  min-height: 100%;
  overflow: visible;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.session-card-inner {
  position: relative;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-left: 4px solid var(--stage-accent, #29235C);
  border-radius: 6px;
  padding: 10px 12px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.session-title {
  font-size: 14px;
  font-weight: 700;
  color: #27272a;
  margin: 0 0 4px;
  line-height: 1.3;
}

.session-time {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 4px;
  font-family: monospace;
  letter-spacing: -0.3px;
}

.session-description {
  font-size: 12px;
  line-height: 1.4;
  color: #5d5d5d;
  margin-bottom: 6px;
}
.session-description p {
  margin: 0 0 4px;
}
.session-description p:last-child {
  margin-bottom: 0;
}

.session-speakers {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
  padding-top: 4px;
}

.speaker-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.speaker-chip.has-bio {
  cursor: pointer;
}
.speaker-chip.has-bio:hover {
  background-color: #dce4f5;
}

.speaker-chip-photo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.speaker-chip-name {
  font-size: 12px;
  font-weight: 600;
  color: #27272a;
  line-height: 1.3;
}

.session-more {
  display: block;
  margin-top: 8px;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  color: #27272a;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.session-more:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.popup-content--stage {
  padding: 0;
}

.popup-content--session {
  padding: 0;
  max-width: 560px;
}

.popup-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.popup-topbar-title {
  font-size: 15px;
  font-weight: 600;
  color: #27272a;
}

.popup-topbar + .popup-close {
  position: static;
  width: auto;
  height: auto;
}

.popup-content--session .popup-close {
  position: static;
  margin: 0;
}

.popup-session-stage {
  padding: 0;
  margin-bottom: 20px;
}

.popup-stage-badge {
  display: inline-block;
  background-color: color-mix(in srgb, var(--stage-accent, #29235C) 10%, #fff);
  color: var(--stage-accent, #29235C);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
  border-radius: 8px;
}

.popup-session-title {
  font-size: 24px;
  font-weight: 700;
  color: #27272a;
  margin: 0 0 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .popup-session-title {
    font-size: 28px;
  }
}

.popup-session-description {
  padding: 0;
  margin: 20px 0 30px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #71717a;
}
.popup-session-description p {
  margin-bottom: 12px;
}
.popup-session-description p:last-child {
  margin-bottom: 0;
}

.popup-session-meta {
  padding: 0;
}

.popup-session-time {
  font-size: 17px;
  font-weight: 500;
  color: #666;
  font-family: monospace;
  letter-spacing: -0.3px;
}

.popup-session-speakers {
  padding: 0;
  display: grid;
  gap: 20px;
}

.popup-speakers-heading {
  font-size: 16px;
  font-weight: 700;
  color: #27272a;
  margin: 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e4e4e4;
}

.popup-speaker-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 0 10px 0px;
}
.popup-speaker-card:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.popup-speaker-card.has-bio {
  cursor: pointer;
  border-radius: 8px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-speaker-card.has-bio:hover {
  background-color: #dce4f5;
}

.popup-speaker-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.popup-speaker-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.popup-speaker-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999;
}

.popup-speaker-name {
  font-size: 16px;
  font-weight: 700;
  color: #27272a;
}

.popup-speaker-title {
  font-size: 13px;
  color: #5d5d5d;
  line-height: 1.4;
}

.event-invitati {
  background-color: #fafafa;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .event-invitati {
    padding: 80px 0;
  }
}

.invitati-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .invitati-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1440px) {
  .invitati-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.invitat-card {
  text-align: center;
}
.invitat-card.has-bio {
  cursor: pointer;
}
.invitat-card.has-bio:hover .invitat-photo {
  transform: scale(1.05);
}
.invitat-card.has-bio:hover .invitat-name {
  color: #29235C;
  line-height: normal;
}

.invitat-photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .invitat-photo {
    width: 150px;
    height: 150px;
  }
}
.invitat-photo--placeholder {
  background-color: #e4e4e4;
}

.invitat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.invitat-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
}

.invitat-info {
  max-width: 150px;
  margin: 0 auto;
}

.invitat-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.invitat-position {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}

.event-parteneri {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .event-parteneri {
    padding: 80px 0;
  }
}

.parteneri-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .parteneri-grid {
    gap: 100px;
    margin-top: 30px;
  }
}

.partener-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .partener-item {
    max-width: 180px;
  }
}
.partener-item--link, .partener-item--popup {
  cursor: pointer;
}
.partener-item--link:hover, .partener-item--popup:hover {
  transform: scale(1.1);
}

.partener-logo {
  max-width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

.parteneri-categorie {
  margin-bottom: 40px;
}
.parteneri-categorie:last-child {
  margin-bottom: 0;
}
.parteneri-categorie__title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .parteneri-categorie__title {
    font-size: 24px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-overlay.is-active {
  display: flex;
  opacity: 1;
}

.popup-content {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.popup-content .popup-name {
  padding-right: 50px;
  padding-bottom: 20px;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-close:hover {
  background-color: #f0f0f0;
  color: #000;
}

.popup-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.popup-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.popup-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-info {
  flex: 1;
}

.popup-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .popup-name {
    font-size: 24px;
  }
}

.popup-position {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4;
}

.popup-bio {
  font-size: 16px;
  line-height: 1.6;
  color: #27272a;
}
.popup-bio p {
  margin-bottom: 15px;
}
.popup-bio p:last-child {
  margin-bottom: 0;
}

.popup-partner-logo {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.popup-partner-logo img {
  max-width: 200px;
  max-height: 100px;
  object-fit: contain;
}

.popup-partner-content {
  font-size: 16px;
  line-height: 1.6;
  color: #27272a;
}
.popup-partner-content p {
  margin-bottom: 15px;
}
.popup-partner-content p:last-child {
  margin-bottom: 0;
}

.event-bilete {
  background-color: #FFF8E1;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .event-bilete {
    padding: 80px 0;
  }
}

.bilete-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 30px;
  max-width: 720px;
  margin: 0 auto;
}

.bilete-title {
  font-size: 24px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 30px;
}

.bilete-sold-out {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px 20px;
  text-align: center;
}

.bilete-sold-out__badge {
  display: inline-block;
  padding: 8px 20px;
  background: #d32f2f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
}

.bilete-sold-out__text {
  margin: 0;
  font-size: 16px;
  color: #1c1c1c;
}

.bilete-list {
  display: flex;
  flex-direction: column;
}

.bilet-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  .bilet-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
}
.bilet-item:first-child {
  padding-top: 0;
}
.bilet-item:last-child {
  border-bottom: none;
}

.bilet-info {
  flex: 1;
}
@media (min-width: 768px) {
  .bilet-info {
    padding-right: 30px;
  }
}

.bilet-name {
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  margin: 0 0 8px;
  line-height: 125%;
}

.bilet-description {
  font-size: 14px;
  line-height: 1.3;
  color: #5d5d5d;
}
.bilet-description ul {
  margin: 0;
  padding-left: 20px;
}
.bilet-description li {
  margin-bottom: 3px;
}
.bilet-description li:last-child {
  margin-bottom: 0;
}
.bilet-description p {
  margin: 0 0 10px;
}
.bilet-description p:last-child {
  margin-bottom: 0;
}

.bilet-price-wrapper {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bilet-price-wrapper {
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
}
@media (min-width: 768px) {
  .bilet-price-wrapper {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }
}

.bilet-price {
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
}

.bilet-tva {
  font-size: 12px;
  color: #5d5d5d;
}

.bilet-quantity {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 6px 8px;
}

.qty-btn {
  width: 20px;
  height: 34px;
  padding: 0;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 400;
  color: #bababa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.qty-btn:hover {
  color: #1c1c1c;
}
.qty-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.qty-btn:disabled:hover {
  color: #bababa;
}

.qty-input {
  width: 36px;
  height: auto !important;
  padding: 0 !important;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #111 !important;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input:focus {
  outline: none;
  box-shadow: none;
}

.bilete-footer {
  padding-top: 25px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}

.bilete-submit {
  display: block;
  width: 100%;
  background-color: #FFCC00;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bilete-submit:hover {
  background-color: rgb(229.5, 183.6, 0);
}
.bilete-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bilete-submit.is-loading {
  position: relative;
  color: transparent;
}
.bilete-submit.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.event-cta {
  background-color: #FFCC00;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .event-cta {
    padding: 80px 0;
  }
}

.cta-title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cta-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.cta-description {
  font-size: 16px;
  line-height: 1.6;
  color: #27272a;
  max-width: 600px;
  margin: 0 auto 30px;
}

.cta-button {
  display: inline-block;
  background-color: #29235C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cta-button:hover {
  background-color: rgb(24.5354330709, 20.9448818898, 55.0551181102);
  color: #fff;
}

.event-waitlist {
  padding: 40px 0;
}
.event-waitlist .waitlist-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  max-width: 640px;
  margin: 0 auto;
}
.event-waitlist .waitlist-description {
  font-size: 16px;
  line-height: 1.6;
  color: #27272a;
  margin-bottom: 24px;
}
.event-waitlist .waitlist-description p:last-child {
  margin-bottom: 0;
}
.event-waitlist .waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-waitlist .waitlist-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.event-waitlist .waitlist-field label {
  font-size: 14px;
  font-weight: 600;
  color: #27272a;
}
.event-waitlist .waitlist-field input {
  padding: 12px 14px;
  border: 1px solid #d4d4d8;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}
.event-waitlist .waitlist-field input:focus {
  outline: none;
  border-color: #29235C;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}
.event-waitlist .waitlist-field input:disabled {
  background: #f4f4f5;
  color: #71717a;
}
.event-waitlist .waitlist-submit {
  align-self: flex-start;
  background-color: #29235C;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.event-waitlist .waitlist-submit:hover:not(:disabled) {
  background-color: rgb(24.5354330709, 20.9448818898, 55.0551181102);
}
.event-waitlist .waitlist-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.event-waitlist .waitlist-message {
  font-size: 14px;
  line-height: 1.5;
}
.event-waitlist .waitlist-message.is-success {
  color: #15803d;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 12px 14px;
  border-radius: 8px;
}
.event-waitlist .waitlist-message.is-error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  padding: 12px 14px;
  border-radius: 8px;
}

.tribe-events-back,
.tribe-events-schedule,
#tribe-events-header,
#tribe-events-footer,
.tribe-events-nav-pagination,
.tribe-events-single-event-title {
  display: none !important;
}

/*# sourceMappingURL=single-event.css.map */
