/* Single show page (ssp_) */
body{
  padding-top: 64px;
}
.ssp_wrapper {
max-width: 1277px;
margin: 0 auto;
font-family: var(--font-heebo, 'Heebo', sans-serif);
}

.ssp_header {
background-color: var(--color-secondary, #F0F0F0);
padding: 32px 80px 0px;
margin-bottom: 24px;
}

.ssp_title {
margin: 0 0 8px;
color: var(--color-bg, #051333);
    z-index: 3;
}

.ssp_breadcrumb {
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
  color: var(--color-bg);
      z-index: 3;
gap: 8px;
}

.ssp_breadcrumb a {
text-decoration: none;
color: var(--color-bg);
}
.ssp_breadcrumb_sep img {
width: 8px;
height: auto;
display: block;
}
.ssp_content {
padding: 0 0 62px;
position: relative;
z-index: 10;
}

.ssp_featured::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.8%, #000000 100%);
}
.ssp_featured:hover {
	background-size: 105%;
}
.ssp_featured {
height: 400px;
padding: 24px;
	transition: background-size 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
position: relative;
display: flex;
background-size: 100%;
	background-repeat: no-repeat;
background-position: center;
flex-direction: column;
justify-content: end;
align-items: start;
overflow: hidden;
}

.ssp_featured_image {
width: 100%;
height: auto;
display: block;
object-fit: cover;
object-position: center;
}

.ssp_body {
max-width: 1120px;
margin: 0 auto;
display: flex;
gap: 94px;
position: relative;
align-items: start;
justify-content: space-between;
overflow: visible;
}

.ssp_category {
margin: 0 0 12px;
}

.ssp_category_link {
font-weight: 600;
text-decoration: none;
transition: opacity 0.2s ease;
}

.ssp_category_link:hover {
opacity: 0.85;
}

.ssp_entry {
margin: 0;
color: var(--color-text);
padding-right: 24px;
flex: 1;
}

.ssp_entry p {
margin: 0 0 1em;
}

.ssp_entry p:last-child {
margin-bottom: 0;
}

.ssp_entry a {
color: var(--color-primary, #C8232B);
text-decoration: none;
}

.ssp_entry a:hover {
text-decoration: underline;
}

/* Schedule block inside ssp_time_date */
.ssp_time_date {
  margin-top: -48px;
  width: 302px;
}

.ssp_schedule {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 100%;
}

.ssp_schedule_top {
  overflow: hidden;
}
.ssp_schedule_header:hover {
	padding: 30px 24px 30px 30px;
}
.ssp_schedule_header {
  display: flex;
  align-items: center;
transition: padding 0.3s ease;
  justify-content: space-between;
	
  padding: 30px 24px;
	text-decoration: none;
  background-color: var(--color-primary, #C8232B);
  color: var(--color-bg);
  border-bottom: 1px solid var(--color-bg);
}

.ssp_schedule_back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  height: 18px;
  width: 18px;
  line-height: 0;
}

.ssp_schedule_back img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.ssp_schedule_header_title {
  font-weight: 600;
  font-size: 1rem;
}

.ssp_schedule_details {
  background-color: var(--color-text, #051333);
  color: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ssp_schedule_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-text);
}

.ssp_schedule_row:last-child {
  border-bottom: none;
}

.ssp_schedule_label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ssp_schedule_row_price {
  padding: 16px 12px;
  background-color: var(--color-secondary);

}

.ssp_schedule_value_price {
  color: var(--color-text);
}

.ssp_schedule_more {
  margin-top: 52px;
}

.ssp_schedule_more_label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
  color: var(--color-text, #051333);
}

.ssp_schedule_more_arrow {
  width: 14px;
  height: 14px;
  display: block;
}

.ssp_schedule_buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.ssp_date_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

a.ssp_date_btn.ssp_date_link {
  text-decoration: none;
  color: inherit;
}

.ssp_date_btn_day::after {
    content: '';
    position: absolute;
    top: -7px;
    right: -17px;
    height: 22px;
    width: 47px;
    transform: rotate(45deg);
    background: var(--color-bg);
}
.ssp_date_btn_day {
  color: var(--color-primary, #C8232B);
  height: 75px;
  display: flex;
  justify-content: start;
  position: relative;
  padding: 8px 12px;
  overflow: hidden;
  align-items: end;
    background-color: var(--color-secondary);
}

.ssp_date_btn_month {
    padding: 24px 12px 0;
    background-color: var(--color-text);
    color: var(--color-bg);
    text-align: start;
}

.ssp_date_btn_time {
    padding: 0px 12px 8px;
    background-color: var(--color-text);
    color: var(--color-bg);
    text-align: start;
}

.ssp_schedule_details .ssp_schedule_value {
  transition: opacity 0.2s ease;
}

.ssp_schedule_details.is_switching .ssp_schedule_value {
  opacity: 0.6;
}

.ssp_socials{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    gap: 20px;
    right: -24px;
    overflow: visible;
}
.ssp_socials button img,
.ssp_socials a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
.ssp_socials button,
.ssp_socials a{
    height: 24px;
    width: 24px;
    display: flex;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
}
.ssp_socials a {
  cursor: pointer;
}

/* Copy button wrapper: keeps layout and anchors tooltip */
.ssp_copy_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  overflow: visible;
}

/* Success tooltip: "הקישור הועתק" – small, animated, responsive, success style */
.ssp_copy_tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(0.92);
  padding: 8px 14px;
  background: #2d7d46;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-family: var(--font-heebo, Heebo, sans-serif);
  font-weight: 500;
  white-space: nowrap;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(45, 125, 70, 0.35);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out;
}

.ssp_copy_tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-inline-start: -6px;
  border: 6px solid transparent;
  border-top-color: #2d7d46;
}

.ssp_copy_tooltip--visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
}

.ssp_copy_link.ssp_copy_done {
  opacity: 0.7;
}

/* Related shows section (ssp_related_*) – own styles, same look as home category list */
.ssp_related_wrapper {
  width: 100%;
}
.ssp_related_section {
  background-color: var(--color-bg);
  margin-bottom: 80px;
}
.ssp_related_container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 44px 78px;
  background-color: var(--color-secondary);
  position: relative;
}
.ssp_related_inner {
  width: 100%;
}
.ssp_related_title {
  margin: 0 0 42px;
}
.ssp_related_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ssp_related_post {
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  min-height: 400px;
  text-decoration: none !important;
}
.ssp_related_post_image_link {
  display: flex;
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  position: relative;
}
.ssp_related_post_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  transition: transform 0.4s ease;
  transform-origin: top center;
}
.ssp_related_post:hover .ssp_related_post_category_label {
  margin-top: 12px;
}
.ssp_related_post:hover .ssp_related_post_image {
  transform: scaleY(1.05);
  margin-bottom: 16px;
}
.ssp_related_post_image_placeholder {
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
}
.ssp_related_post_category_label {
  margin-bottom: 4px;
  padding: 0 8px;
  transition: margin-top 0.4s ease;
}
.ssp_related_post .ssp_related_post_title {
  margin: 0 0 8px;
  padding: 0 8px;
  color: var(--color-text);
}
.ssp_related_post_title a {
  color: var(--color-text);
  text-decoration: none;
}
.ssp_related_post_title a:hover {
  text-decoration: underline;
}
.ssp_related_post .ssp_related_post_meta {
  margin: 0 0 16px;
  padding: 0 8px;
  margin-top: auto;
  color: var(--color-text);
}
.ssp_related_post .ssp_related_post_link {
  text-align: center;
  background-color: var(--color-text);
  color: var(--color-bg);
  text-decoration: none !important;
  padding: 8px 12px;
}
.ssp_related_post:hover .ssp_related_post_link {
  background-color: var(--color-primary);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ssp_related_strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 88px;
  color: var(--color-bg);
  text-decoration: none !important;
  transition: opacity 0.2s;
  position: absolute;
  top: 110px;
  right: -48px;
}
.ssp_related_strip:hover {
  opacity: 0.92;
}
.ssp_related_strip_icon {
  padding: 16px 12px;
  height: 20px;
  width: 100%;
  display: flex;
  justify-content: end;
  background-color: var(--color-primary);
}
.ssp_related_strip_name {
  display: block;
  background-color: var(--color-primary);
  text-align: start;
  width: 100%;
  padding: 0 12px 8px;
}
.ssp_related_strip_all {
  display: block;
  width: 100%;
  padding: 8px 12px;
  text-align: start;
  background-color: var(--color-text);
}
.ssp_related_strip_mobile {
  display: none;
}
@media (max-width: 1480px) {
  .ssp_related_strip {
    width: 64px;
    right: -10px;
  }
}
@media (max-width: 1250px) {
    .ssp_socials{
        right: 0;
    }
    .ssp_entry{
        padding-right: 48px;
    }
}
@media (max-width: 1024px) {
  .ssp_related_container {
    padding: 64px 24px;
  }
  .ssp_wrapper{
    padding: 0 var(--container-padding, 24px);
  }
  .ssp_related_strip_mobile {
    display: flex;
    position: static;
    margin: 0 auto;
    margin-top: 48px;
    transform: unset;
  }
  .ssp_related_strip:not(.ssp_related_strip_mobile) {
    display: none;
  }
  .ssp_related_strip_name {
    text-align: center;
  }
  .ssp_related_strip_all {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ssp_related_post {
    min-height: 340px;
  }
  .ssp_related_list {
    grid-template-columns: 1fr;
  }
  .ssp_related_title {
    margin: 0 0 24px;
  }
  .ssp_related_section {
    margin-bottom: 64px;
  }
}

.ssp_iframe h3{
    margin: 0;
}
.ssp_iframe .ssp_iframe_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.ssp_iframe .ssp_iframe_container{
    height: auto;
    display: flex;
    width: 100%;
	overflow: hidden;
}
.ssp_iframe{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 62px;
}
@media (max-width: 1024px) {
    body{
        padding-top: 0;
    }
    .ssp_header{
        padding: 24px;
    }
    .ssp_entry{
        padding-right: 52px;
    }
  .ssp_schedule_buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .ssp_body{
    gap: 24px;
  }
  .ssp_socials{
    right: 0;
  }
  .ssp_time_date{
    margin-top: unset;
  }
}

@media (max-width: 768px) {
    .ssp_featured{
        height: 250px;
    }
    .ssp_header{
        margin-bottom: 48px;
    }
    .ssp_body{
        flex-direction: column;
    }
    .ssp_socials{
        position: static;
    }
    .ssp_entry{
        padding-right: 0;
    }
    .ssp_body{
        gap: 48px;
    }
    .ssp_time_date{
        width: 100%;
    }
    .ssp_content{
        padding-bottom: 48px;
    }
    .ssp_iframe{
        padding-bottom: 48px;
    }
    .ssp_socials{
        flex-direction: row;
        justify-content: space-around;
        width: 100%;

    }
    .ssp_schedule_buttons{
        grid-template-columns: repeat(3, 1fr);
    }
    /* Copy tooltip: slightly smaller on mobile */
    .ssp_copy_tooltip {
        padding: 6px 12px;
        font-size: 12px;
        bottom: calc(100% + 8px);
    }
}

@media (max-width: 480px) {
    .ssp_copy_tooltip {
        padding: 5px 10px;
        font-size: 11px;
        border-radius: 6px;
    }
}
