/* בסיס כללי */
#shows-calendar {
    background-color: transparent;
    border: 0;
    direction: rtl;
    font-family: "Sunday", sans-serif;
}

.shows-calendar-wrapper {
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow-x: auto;
}

/* ביטול רקע במעבר עכבר מופע קלנדר */
.fc-daygrid-dot-event:hover {
    background: rgba(0, 0, 0, 0);
}

/* רקע מעבר עכבר יום נוכחי */
.fc .fc-daygrid-day.fc-day-today:hover {
    background-color: #ff0000 !important;
}

/* עיצוב יום נוכחי */
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
    background: #ff0000 !important;
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today a,
.fc .fc-timegrid-col.fc-day-today a {
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today:hover,
.fc .fc-daygrid-day.fc-day-today:focus,
.fc .fc-timegrid-col.fc-day-today:hover,
.fc .fc-timegrid-col.fc-day-today:focus {
    background: #FF2525 !important;
    color: #fff !important;
}

.fc .fc-day-today .fc-col-header-cell-cushion {
    color: #fff !important;
    background: #ff0000 !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-event-harness:hover,
.fc .fc-timegrid-col.fc-day-today .fc-timegrid-event:hover {
    background: none !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-event,
.fc .fc-timegrid-col.fc-day-today .fc-event {
    background: none !important;
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-event a,
.fc .fc-timegrid-col.fc-day-today .fc-event a {
    color: #fff !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-event:hover,
.fc .fc-timegrid-col.fc-day-today .fc-event:hover,
.fc .fc-daygrid-day.fc-day-today .fc-event a:hover,
.fc .fc-timegrid-col.fc-day-today .fc-event a:hover {
    color: #fff !important;
  	background: #ff0000;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #fff !important;
}

.fc .fc-day-today .fc-daygrid-day-top {
    color: #fff !important;
}

/* ביטול רקעים בטבלה */
tbody > tr:nth-child(odd) > td,
table tbody tr:hover > td {
    background: transparent !important;
}

/* עיצוב כללי לטבלה */
.fc-daygrid-day-frame {
    min-height: 145px !important;
    border: 0;
    transition: background 0.3s ease;
}

.fc-daygrid-event {
    text-wrap: wrap;
}

/* טולבר */
.fc .fc-toolbar {
    gap: 15px;
    flex-wrap: wrap;
}

.fc-prev-button, .fc-next-button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

.fc-customPrev-button,
.fc-customNext-button {
    font-size: 0.85em !important;
}

.fc .fc-button {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 300 !important;
    font-family: inherit;
    border: 1px solid #ccc !important;
    padding: 6px 12px !important;
    border-radius: 0 !important;
    margin-inline-end: 15px !important;
    transition: all 0.2s ease !important;
}

.fc .fc-button:hover {
    background-color: #f7f7f7 !important;
    color: #000 !important;
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary.fc-button-active,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    box-shadow: none !important; 
}

/* שורת כותרות ימים */
tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 0 !important;
    padding:0;
}

table thead th {
    font-size: 1.2em !important;
	line-hight:2em;
  
    }
.fc-daygrid-day-top .fc-daygrid-day-number{
      font-size: 1.5em;
    font-weight: 400;
    padding: 0px 8px;
  color: #000;
}

/* תצוגת יום ברשימה */
.fc .fc-list-table td {
  padding: 0px;
}
.fc .fc-cell-shaded {
background-color: #fff;
}

.fc-list-day-cushion{
  border-bottom: 1px solid #000 !important;
  font-size: 2em !important;
}

.fc-theme-standard .fc-list-day-cushion {
    background: #fff !important; 
	padding: 20px 10px 3px;     
}

.fc-list-day-cushion .fc-list-day-text {
    display: inline;
    font-weight: bold;
}

.fc-list-day-cushion .fc-list-day-side {
    display: inline;
    margin-right: 4px;
}


/* ביטול רכיבים מיותרים בליסט */
.fc .fc-list-event-dot,
.fc .fc-list-event-time,
.fc-direction-rtl .fc-list-table td.fc-list-event-graphic {
    display: none !important;
}

/* ריווח */
.fc-list-event + tr {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.fc-list-event:first-child {
    border-top: none !important;
}


/* עיצוב מופעים קלנדר וליסט */

/* עיצוב פלט GridView – מעודכן עם אנימציה */
/* GridView Calendar Styles */
/* GridView Calendar Styles */

.show-event-container-calendar {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 0.6rem;
  margin:0 0.5em 0.5em 0.5em;
  transition: box-shadow 0.3s ease;
}

 .fc-event-today .show-event-container-calendar {
background: transparent;
}

.show-event-container-calendar:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.show-container-gridview {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.show-container-gridview .show-event-time {
  font-weight: 300;
  font-size: 1.5em;
  color: rgb(80, 80, 80);
}

.fc-event-today .show-container-gridview .show-event-time {
	color: #fff;
}

.info-container-gridview h3.event-title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
  color: #000;
}

.fc-event-today .info-container-gridview h3.event-title {
	color: #fff;
}

.info-container-gridview h4.event-subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 1.1em;
  color: rgb(80, 80, 80);
}

.fc-event-today h4.event-subtitle {
	color: #d5d8dc;
 }


.actions-gridview {
  overflow: hidden;
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.25rem 0;
  box-sizing: border-box;
  align-items: flex-start;
}

.more-info-grid {
  margin: 0;
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.bttn {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}

.bttn-2 {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}

.link-to-ticket-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 2px;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
  cursor: pointer;
  border: 1px solid #ff0000;
  padding: 0.25em 0.5em;
  width: 100%;
  box-sizing: border-box;
  background-clip: padding-box;
}

.link-to-ticket-btn {
  background-color: #ff0000;
  color: #fff;
}
.fc-event-today .link-to-ticket-btn {
	background-color: #ffffff00;
	border: 1px solid #fff;
    
}

.link-to-ticket-btn:hover {
  background-color: #fff;
  color: #ff0000;
border-radius: 0px;
}

.button__flair-ticket {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
  z-index: 1;
  pointer-events: none;
}

.button__flair-ticket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 170%;
  aspect-ratio: 1 / 1;
  border-radius: 0%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.button__flair-ticket::before {
  background-color: #ffffff;
}

.button__label {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
  color: inherit;
  display: inline-block;
  width: 100%;
}

.link-to-ticket-btn .button__label {
  color: #fff;
}

.link-to-ticket-btn:hover .button__label {
  color: #ff0000;
}


.ticket-notice,
.event-more-dates {
  text-align: right;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-weight: 400;
   margin: 0;
}

.more-info-grid .ticket-notice,
.more-info-grid .event-more-dates {
    color: #333;
          }
.fc-event-today .more-info-grid .event-more-dates,
.fc-event-today .more-info-grid .ticket-notice {
	Color:  #efefef;
}

p.event-more-dates:before {
  content: '*';
}
.bttn-2 a {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  
}
a.more-info-bttn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3em;
}
a.more-info-bttn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 1.35rem;
  height: 1.35rem;
  background: #ff0000;
  border-radius: 1.625rem;
}
.fc-event-today a.more-info-bttn .circle  {
	background: #fff;
}

a.more-info-bttn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.fc-event-today a.more-info-bttn .circle .icon {
	background: #ff0000;
}
  
.more-info-grid a.more-info-bttn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.37em;
  width: 0.725rem;
  height: 0.125rem;
  background: none;
}
.fc-event-today a.more-info-bttn .circle .icon.arrow {
background: none;
}
.more-info-grid a.more-info-bttn .circle .icon.arrow::after {
  position: absolute;
  content: '';
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.575rem;
  height: 0.575rem;
  border-bottom: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.fc-event-today a.more-info-bttn .circle .icon.arrow::after {
  position: absolute;
  content: '';
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.575rem;
  height: 0.575rem;
  border-bottom: 0.125rem solid #ff0000;
  border-left: 0.125rem solid #ff0000;
  transform: rotate(45deg);
}
a.more-info-bttn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 1.25rem;
  bottom: 0;
  padding: 0.3rem 0.5rem 0.3rem 0;
  margin: 0 0 0 1rem;
  color: #ff0000;
  line-height: 1;
  text-align: right;
 }

.fc-event-today .more-info-bttn .button-text {
 	color: #fff;
}

a.more-info-bttn:hover .circle {
  width: 100%;
  min-height: 1.8em;
	border-radius: 0px;
}
a.more-info-bttn:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(0.1rem, 0);
}

.fc-event-today a.more-info-bttn:hover .circle .icon.arrow {
  background: #ff0000;
  transform: translate(0.1rem, 0);
}

a.more-info-bttn:hover .button-text {
  color: #fff;
}
.fc-event-today a.more-info-bttn:hover .button-text {
  color: #ff0000 !important;
}

/*list*/

.show-container-listview {
  width: 100%;
  padding:3em;
  position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    color: rgb(0, 0, 0);
  }
  show-container-listview:hover {
    color: #fff !important;
}
.event-overlay {
    position: absolute;
    inset: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.4s ease;
  } 
 /* background-color: rgba(0, 0, 0, 0.46);  fallback */

  .show-container-listview:hover .event-overlay {
    opacity: 1;
  }

  .info-container-listview {
    position: relative;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: start;
    column-gap: 2rem;
    height: 100%;
  }
  .listview-info-left,
  .listview-info-right {
    display: block;
  }
  .listview-info-left {
    min-width: 82%;
    border-bottom: 0px;
  }
  .show-container-listview:hover .listview-info-left {
      border-bottom: 0px;
    }
  
  .listview-info-right .show-event-time {
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 2em;
    opacity: 0.64;
    margin-bottom: 5px;
  }
.show-container-listview:hover .show-event-time {
  color: #fff;
   font-weight: 400;
  opacity: 0.82;
}

.listview-info-right .event-meta {
    color: #ff0000;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0px;
  	line-height: 1em;
    margin-block-start : 0.5rem;
    margin-block-end: 0.2rem;
  }
  
.listview-info-left h4.event-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1em;
    margin-block-start : 0.5rem;
     margin-block-end: 0.2rem;
  }
.show-container-listview:hover h4.event-subtitle,
.show-container-listview:hover .event-meta {
  color: #fff;
  opacity: 0.91;
  font-weight: 400;
}
  .listview-info-left h3.event-title {
    font-size: 2.8rem;
    line-height: 2em;
    font-weight: 600;
    margin-block-start : 0;
   margin-block-end: 0.2rem;
  }
.show-container-listview:hover h3.event-title {
  color: #fff;
}

  .event-description {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.7em;
    letter-spacing: 0.3px;
    margin: 10px 0;
    max-width: 64ch;
  }
.show-container-listview:hover .event-description {
  color: #fff;
}

  .actions-listview {
    transition: all 0.3s ease;
    margin-top: 2em;
  }
  .actions-listview {
    display: none;
  }
  .show-container-listview:hover .actions-listview {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .actions-listview .ticket-notice,
  .actions-listview .event-more-dates {
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #fff;
  }
   .list-buttons{
    display: flex;
    flex-direction: row;
    gap: 18px;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    
  }

 .list-buttons .bttn {
  width: 18%;
  display: flex;
  justify-content: flex-start;
}

.list-buttons .link-to-ticket-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0px;
  border-radius: 0px;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
  cursor: pointer;
  border:0;
  padding: 0.15em 0.5em;
width: 100%;
  max-width: 11rem;
  box-sizing: border-box;
  background-clip: padding-box;
}

.list-buttons .link-to-ticket-btn {
  background-color: #fff;
  color: #ff0000;
}
.list-buttons .link-to-ticket-btn:hover {
  background-color: #ff0000;
  color: #fff;
border-radius: 0px;
}
.list-buttons .button__flair-ticket {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform;
  z-index: 1;
  pointer-events: none;
}

.list-buttons .button__flair-ticket::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  aspect-ratio: 1 / 1;
  border-radius: 0%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.list-buttons .button__flair-ticket::before {
  background-color: #ff0000;
}

.list-buttons .button__label {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
  color: inherit;
  display: inline-block;
  width: 100%;
}

.list-buttons .link-to-ticket-btn .button__label {
  color: #ff0000;
}

.list-buttons .link-to-ticket-btn:hover .button__label {
  color: #fff;
}
.more-info-list {
  width: 73%;
 display: flex;
  flex-direction: column;
gap:5px;
}

.more-info-list .bttn-2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.more-info-list .bttn-2 a {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  
}
.more-info-list a.more-info-bttn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  height: auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5em;
}
.more-info-list a.more-info-bttn .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 1.55rem;
  height: 1.55rem;
  background: #fff;
  border-radius: 1.625rem;
}
.more-info-list a.more-info-bttn .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff0000;
}
 
.more-info-list a.more-info-bttn .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.37em;
  width: 1.025rem;
  height: 0.125rem;
  background: none;
}

.more-info-list a.more-info-bttn .circle .icon.arrow::after {
  position: absolute;
  content: '';
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.575rem;
  height: 0.575rem;
  border-bottom: 0.125rem solid #ff0000;
  border-left: 0.125rem solid #ff0000;
  transform: rotate(45deg);
}

.more-info-list a.more-info-bttn .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 1.55rem;
  bottom: 0;
  padding: 0.3rem 0.5rem 0.3rem 0;
  margin: 0 0 0 1rem;
  color: #fff;
  line-height: 1;
  text-align: right;
 }

.more-info-list a.more-info-bttn:hover .circle {
  width: 100%;
  min-height: 1.8em;
	border-radius: 0px;
}

.more-info-list a.more-info-bttn:hover .circle .icon.arrow {
  background: #ff0000;
  transform: translate(0.75rem, 0);
}

.more-info-list a.more-info-bttn:hover .button-text {
  color: #ff0000;
  line-height: 1.3em;
}

/*more-info-list .event-more-dates {
      text-align: right;
      font-size: 1em;
      letter-spacing: 0.5px;
      font-weight: 300;
      margin-top: 8px;
    }     
*/
/* רספונסיביות */
@media (max-width: 768px) {
    .fc .fc-toolbar.fc-header-toolbar {
        flex-direction: column;
        gap: 10px;
    }
  
  /* ✅ התאמה מלאה לתצוגת listCustom במובייל */
@media (max-width: 767px) {
  .info-container-listview {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    padding: 10px;
  }

  .listview-info-left,
  .listview-info-right {
    width: 100%;
    text-align: right;
  }

  .listview-info-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 1;
  }
.event-description {
  font-size: 1.3rem;
  color: #fff;
  }
  
  .event-meta {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
  }
  .listview-info-left h3.event-title,
  .event-subtitle,
  .show-event-time,
  .actions-listview {
    color: #fff;
  }

  .actions-listview .list-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .show-container-listview {
    background-size: cover;
    background-position: center center;
    padding: 1.5em 1em;
  }
}
  
  @media (max-width: 767px) {
  .show-container-listview {
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center center;
    position: relative;
  }

    .event-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
  }
}
  @media (max-width: 767px) {
  .actions-listview {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
.list-buttons .bttn {
  min-width: 64%;
    }

  .list-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.more-info-list .bttn-2  {
  margin: 1em 0;
}
  @media (max-width: 767px) {
  .listview-info-left,
  .listview-info-right {
    position: relative;
    z-index: 2;
  }
    .shows-calendar-wrapper {
      padding: 20px 5px;
}