.zk-events-archive {
  padding: 50px 0; }
  .zk-events-archive .zk-no-events, .zk-events-archive .zk-loading {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    padding: 40px 0;
    opacity: 0.8; }
  .zk-events-archive .zk-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px; }
    .zk-events-archive .zk-header .zk-filter-dropdown select {
      font-size: var(--typo-subhead);
      line-height: var(--lh-subhead);
      font-weight: var(--fw-subhead);
      letter-spacing: var(--ls-subhead);
      /* Mobile styles (under 992px) */
      color: var(--white);
      background: unset;
      border: 0;
      min-width: 150px; }
      @media (max-width: 992px) {
        .zk-events-archive .zk-header .zk-filter-dropdown select {
          font-size: var(--typo-subhead-m); } }
      @media (max-width: 992px) {
        .zk-events-archive .zk-header .zk-filter-dropdown select {
          min-width: 100px; } }
      .zk-events-archive .zk-header .zk-filter-dropdown select option {
        background: var(--neutral-black); }
      .zk-events-archive .zk-header .zk-filter-dropdown select:focus, .zk-events-archive .zk-header .zk-filter-dropdown select:focus-visible {
        outline: 0; }
    .zk-events-archive .zk-header .zk-search-sort {
      display: flex;
      gap: 70px; }
      @media (max-width: 992px) {
        .zk-events-archive .zk-header .zk-search-sort {
          gap: 40px; } }
      .zk-events-archive .zk-header .zk-search-sort .zk-search-box {
        position: relative; }
        .zk-events-archive .zk-header .zk-search-sort .zk-search-box form {
          position: relative; }
        .zk-events-archive .zk-header .zk-search-sort .zk-search-box::before {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          background-color: var(--primary);
          right: -35px;
          top: 0; }
          [dir="rtl"] .zk-events-archive .zk-header .zk-search-sort .zk-search-box::before {
            right: auto;
            left: -35px; }
          @media (max-width: 992px) {
            .zk-events-archive .zk-header .zk-search-sort .zk-search-box::before {
              right: -20px; }
              [dir="rtl"] .zk-events-archive .zk-header .zk-search-sort .zk-search-box::before {
                right: auto;
                left: -20px; } }
        .zk-events-archive .zk-header .zk-search-sort .zk-search-box button {
          content: '';
          height: 100%;
          width: 40px;
          position: absolute;
          right: 0;
          top: 0;
          background-color: var(--primary);
          background-image: url("../../assets/images/icons/search-normal.svg");
          background-size: 24px 24px;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 24px; }
          [dir="rtl"] .zk-events-archive .zk-header .zk-search-sort .zk-search-box button {
            right: auto;
            left: 0; }
        .zk-events-archive .zk-header .zk-search-sort .zk-search-box input {
          background-color: var(--fill-blur-dark);
          border: solid 1px var(--primary);
          border-radius: 24px;
          margin: 0;
          height: 40px;
          padding-left: 15px;
          color: var(--white);
          width: 100%; }
          [dir="rtl"] .zk-events-archive .zk-header .zk-search-sort .zk-search-box input {
            padding-left: null;
            padding-right: 15px; }
  .zk-events-archive .zk-pagination-controls {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
    padding: 0 30px; }
    [dir="rtl"] .zk-events-archive .zk-pagination-controls {
      flex-direction: row-reverse; }
    .zk-events-archive .zk-pagination-controls button {
      height: 56px;
      width: 96px;
      border-radius: 30px;
      cursor: pointer;
      position: relative;
      justify-items: center; }
      .zk-events-archive .zk-pagination-controls button:after {
        content: '';
        width: 37px;
        height: 38px;
        background-repeat: no-repeat;
        display: block;
        place-items: center;
        filter: var(--invert0); }
      @media (max-width: 992px) {
        .zk-events-archive .zk-pagination-controls button {
          height: 34px;
          width: 64px; }
          .zk-events-archive .zk-pagination-controls button:after {
            width: 24px;
            height: 24px;
            background-size: contain;
            background-position: center; } }
      .zk-events-archive .zk-pagination-controls button:before {
        border-radius: 30px; }
      .zk-events-archive .zk-pagination-controls button.controls-next:after {
        background-image: url(../../assets/images/icons/right-arrow-normal.svg); }
      .zk-events-archive .zk-pagination-controls button.controls-prev:after {
        background-image: url(../../assets/images/icons/left-arrow-normal.svg); }
  .zk-events-archive .zk-events-month {
    margin-bottom: 20px;
    font-size: var(--typo-text);
    line-height: var(--lh-text);
    font-weight: var(--fw-text);
    letter-spacing: var(--ls-text);
    /* Mobile styles (under 992px) */
    color: var(--primary);
    position: relative;
    overflow: hidden; }
    @media (max-width: 992px) {
      .zk-events-archive .zk-events-month {
        font-size: var(--typo-text-m); } }
    .zk-events-archive .zk-events-month:after {
      content: '';
      width: 100%;
      height: 1px;
      background: var(--primary);
      position: absolute;
      top: 50%; }
  .zk-events-archive .zk-event-card {
    padding: 20px;
    margin-bottom: 20px;
    display: block; }
    @media (min-width: 992px) {
      .zk-events-archive .zk-event-card {
        display: flex; }
        .zk-events-archive .zk-event-card .zk-event-left {
          flex: 0 0 440px; }
          .zk-events-archive .zk-event-card .zk-event-left img {
            width: 100%;
            border-radius: 20px;
            height: 250px;
            object-fit: cover; } }
    .zk-events-archive .zk-event-card .zk-event-right {
      padding-left: 20px;
      padding-right: 102px;
      padding-left: 20px;
      padding-right: 102px;
      position: relative;
      flex: 1; }
      [dir="rtl"] .zk-events-archive .zk-event-card .zk-event-right {
        padding-left: null;
        padding-right: 20px;
        padding-right: null;
        padding-left: 102px; }
      @media (max-width: 992px) {
        .zk-events-archive .zk-event-card .zk-event-right {
          padding: 0px; } }
      .zk-events-archive .zk-event-card .zk-event-right .zk-event-day {
        position: absolute;
        right: 0px;
        top: 0;
        background: var(--neutral-700);
        border-radius: 10px;
        text-align: center;
        align-content: center;
        color: var(--primary);
        font-weight: 400;
        height: 82px;
        width: 82px;
        font-size: 14px; }
        [dir="rtl"] .zk-events-archive .zk-event-card .zk-event-right .zk-event-day {
          right: auto;
          left: 0px; }
        .zk-events-archive .zk-event-card .zk-event-right .zk-event-day strong {
          font-size: 40px;
          display: block;
          font-weight: 600; }
        @media (max-width: 992px) {
          .zk-events-archive .zk-event-card .zk-event-right .zk-event-day {
            position: relative;
            margin-bottom: 15px;
            margin-top: 25px; } }
      .zk-events-archive .zk-event-card .zk-event-right .zk-event-title {
        font-size: var(--typo-subtitle);
        line-height: var(--lh-subtitle);
        font-weight: var(--fw-subtitle);
        letter-spacing: var(--ls-subtitle);
        /* Mobile styles (under 992px) */
        color: var(--primary); }
        @media (max-width: 992px) {
          .zk-events-archive .zk-event-card .zk-event-right .zk-event-title {
            font-size: var(--typo-subtitle-m); } }
      .zk-events-archive .zk-event-card .zk-event-right .zk-event-date {
        font-size: var(--typo-text);
        line-height: var(--lh-text);
        font-weight: var(--fw-text);
        letter-spacing: var(--ls-text);
        /* Mobile styles (under 992px) */
        margin-bottom: 10px;
        color: var(--neutral-500); }
        @media (max-width: 992px) {
          .zk-events-archive .zk-event-card .zk-event-right .zk-event-date {
            font-size: var(--typo-text-m); } }
      .zk-events-archive .zk-event-card .zk-event-right .zk-event-desc {
        color: var(--white);
        font-size: var(--typo-text);
        line-height: var(--lh-text);
        font-weight: var(--fw-text);
        letter-spacing: var(--ls-text);
        /* Mobile styles (under 992px) */ }
        @media (max-width: 992px) {
          .zk-events-archive .zk-event-card .zk-event-right .zk-event-desc {
            font-size: var(--typo-text-m); } }
