.ProductionSessions2023 {
  font-size: 18px;
  line-height: 20px; }
  .ProductionSessions2023 .heading {
    margin: 0 0 24px 0; }
  .ProductionSessions2023 .toggle_expired_sessions {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    gap: 24px; }
    .ProductionSessions2023 .toggle_expired_sessions li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .ProductionSessions2023 .toggle_expired_sessions li button {
        color: inherit;
        text-decoration: none;
        text-transform: none;
        font-size: inherit;
        line-height: inherit;
        padding: 0 0 2px 0;
        background: none;
        border: none;
        cursor: pointer; }
  .ProductionSessions2023[data-show-expired='false'] .show_upcoming_button,
  .ProductionSessions2023[data-show-expired='true'] .show_all_button {
    border-bottom: 2px solid black; }
  .ProductionSessions2023[data-show-expired='false'] .month_group[data-has-upcoming-shows='false'],
  .ProductionSessions2023[data-show-expired='false'] .session_entry[data-expired='true'] {
    display: none; }
  .ProductionSessions2023 .sessions_listing {
    margin: -12px 0 0 0;
    padding: 0; }
    .ProductionSessions2023 .sessions_listing .session_entry {
      margin: 0;
      padding: 12px 0;
      list-style: none;
      position: relative;
      width: 100%;
      display: flex;
      gap: 24px;
      align-items: flex-end;
      justify-content: space-between;
      border-bottom: 1px dotted #888; }
      .ProductionSessions2023 .sessions_listing .session_entry .info {
        display: grid;
        gap: 4px; }
        .ProductionSessions2023 .sessions_listing .session_entry .info > *:empty {
          display: none; }
      .ProductionSessions2023 .sessions_listing .session_entry .date {
        display: flex;
        flex-wrap: wrap;
        gap: 4px; }
      .ProductionSessions2023 .sessions_listing .session_entry .date_label {
        width: 100%; }
      .ProductionSessions2023 .sessions_listing .session_entry .stage_label {
        font-size: 16px; }
      .ProductionSessions2023 .sessions_listing .session_entry .problems_label {
        color: #c00; }
      .ProductionSessions2023 .sessions_listing .session_entry .comments_label {
        opacity: 0.6; }
      .ProductionSessions2023 .sessions_listing .session_entry .buy_button,
      .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button {
        color: white;
        background: black;
        display: inline-flex;
        transition: all 0.5s ease;
        font-family: "Karla", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        border: 2px solid black;
        border-radius: 28px;
        font-size: 14px;
        line-height: 18px;
        border-width: 1px;
        padding: 4px 12px; }
        .dark_block .ProductionSessions2023 .sessions_listing .session_entry .buy_button,
        .dark_mode .ProductionSessions2023 .sessions_listing .session_entry .buy_button, .dark_block
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button,
        .dark_mode
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button {
          color: black;
          background: white;
          border-color: white; }
        .ProductionSessions2023 .sessions_listing .session_entry .buy_button:hover, .ProductionSessions2023 .sessions_listing .session_entry .buy_button:focus,
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:hover,
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:focus {
          color: black;
          background: transparent; }
          .dark_block .ProductionSessions2023 .sessions_listing .session_entry .buy_button:hover,
          .dark_mode .ProductionSessions2023 .sessions_listing .session_entry .buy_button:hover, .dark_block .ProductionSessions2023 .sessions_listing .session_entry .buy_button:focus,
          .dark_mode .ProductionSessions2023 .sessions_listing .session_entry .buy_button:focus, .dark_block
          .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:hover,
          .dark_mode
          .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:hover, .dark_block
          .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:focus,
          .dark_mode
          .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button:focus {
            color: white;
            background: transparent; }
        .ProductionSessions2023 .sessions_listing .session_entry .buy_button,
        .ProductionSessions2023 .sessions_listing .session_entry .buy_button a,
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button,
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button a {
          text-decoration: none; }
        .ProductionSessions2023 .sessions_listing .session_entry .buy_button.presale_subscription_button,
        .ProductionSessions2023 .sessions_listing .session_entry .presale_subscription_button.presale_subscription_button {
          margin-top: 5px; }

/*# sourceMappingURL=productionsessions2023.palau_2023.scss.map */