.page-id-1535 .stk-b60b17d .stk-img-wrapper {
  height: 500px !important;
}

.page-id-1535 .stk-6e4038d {
  margin-bottom: 150px !important;
}

.ggegg-programming-index {
  margin-block: 1.5rem 3rem;
  color: #1e262e;
}

.ggegg-programming-index__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.ggegg-programming-index button {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #d6dce1;
  border-radius: 999px;
  background: #fff;
  color: #1e262e;
  font: inherit;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}

.ggegg-programming-index button:hover,
.ggegg-programming-index button:focus-visible {
  border-color: #ec6a2b;
  outline: none;
}

.ggegg-programming-index__tabs button.is-active {
  border-color: #1e262e;
  background: #1e262e;
  color: #fff;
}

.ggegg-programming-index__table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #e3e7ea;
  border-radius: 14px;
  background: #fff;
}

.ggegg-programming-index table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.ggegg-programming-index th,
.ggegg-programming-index td {
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #e3e7ea;
  text-align: left;
  vertical-align: middle;
}

.ggegg-programming-index th {
  background: #f7f3ef;
  color: #1e262e;
}

.ggegg-programming-index tbody tr:last-child td {
  border-bottom: 0;
}

.ggegg-programming-index a {
  color: #c94f18;
  font-weight: 700;
}

.ggegg-programming-index__modal[hidden] {
  display: none;
}

.ggegg-programming-index__modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(14, 20, 26, 0.62);
}

.ggegg-programming-index__dialog {
  width: min(760px, 100%);
  max-height: 84vh;
  overflow: auto;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(30, 38, 46, 0.28);
}

.ggegg-programming-index__dialog h2 {
  margin-top: 0;
}

.ggegg-programming-index__dialog > button {
  margin-top: 16px;
}

@media (max-width: 689.98px) {
  .page-id-1535 .stk-b60b17d .stk-img-wrapper {
    height: auto !important;
  }

  .page-id-1535 .stk-6e4038d {
    margin-bottom: 70px !important;
  }

  .ggegg-programming-index__tabs button {
    flex: 1 1 calc(50% - 0.55rem);
  }
}
