.zoh2026-pasik {
  background-color: #edf5fc;
  border-radius: 5px;
  margin: 30px;
  font-family: "Open Sans", "aktiv-grotesk-condensed", "Inter", "Work sans", sans-serif;
}
.zoh2026-pasik-header {
  display: flex;
  align-items: center;
  padding: 10px;
}
.zoh2026-pasik-header > a {
  font-weight: bold;
  color: #062F59;
}
.zoh2026-pasik-header > a svg path {
  fill: #062F59;
}
.zoh2026-pasik-header ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.zoh2026-pasik-header ul a {
  color: #062F59;
  text-decoration: none;
}
.zoh2026-pasik-slider {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 10px;
}
.zoh2026-pasik-slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #1A7BDE;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  color: white;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
}
.zoh2026-pasik-slider button.hide {
  display: none;
}
.zoh2026-pasik-slider button.zoh2026-pasik-slider-left {
  left: 10px;
}
.zoh2026-pasik-slider button.zoh2026-pasik-slider-right {
  right: 10px;
}
.zoh2026-pasik-slider-container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.zoh2026-pasik-slider-container::-webkit-scrollbar {
  display: none;
}
.zoh2026-pasik-slider-item {
  box-sizing: border-box;
  padding: 10px;
  width: 190px;
  display: flex;
  align-items: stretch;
  background-color: white;
  border-radius: 5px;
  color: #062F59;
  position: relative;
  flex-shrink: 0;
}
.zoh2026-pasik-slider-item-content {
  flex: 1;
}
.zoh2026-pasik-slider-item-arrow {
  padding: 0 5px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1A7BDE;
  height: 100%;
  background-color: #e1f0fe;
  border-radius: 5px;
  height: 100%;
}
.zoh2026-pasik-slider-item-title {
  display: grid;
  color: #062F59;
  text-decoration: none;
}
.zoh2026-pasik-slider-item-title b {
  font-weight: bold;
  font-size: 17px;
}
.zoh2026-pasik-slider-item-title small {
  opacity: 0.5;
  text-transform: uppercase;
}
.zoh2026-pasik-slider-item-sk {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  color: #062F59;
  text-decoration: underline;
  font-size: 13px;
}
.zoh2026-pasik-slider-item-sk img {
  border-radius: 2px;
  position: relative;
  top: -2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
  .zoh2026-pasik-slider button {
    display: none;
  }
  .zoh2026-pasik-slider-container {
    scroll-snap-type: x mandatory;
  }
  .zoh2026-pasik-slider-item {
    scroll-snap-align: start;
  }
}
@media screen and (max-width: 768px) {
  .zoh2026-pasik {
    margin: 30px 15px;
  }
}
@media screen and (max-width: 640px) {
  .zoh2026-pasik {
    margin: 30px 10px;
  }
}
@media screen and (max-width: 420px) {
  .zoh2026-pasik-header {
    flex-direction: column;
    align-items: center;
  }
  .zoh2026-pasik-header ul {
    margin-left: 0;
    margin-top: 10px;
    gap: 25px;
  }
  .zoh2026-pasik-slider-item {
    padding: 7px;
  }
  .zoh2026-pasik-slider-item-title b {
    font-size: 16px;
  }
}
:root[data-theme=theme-dark] .zoh2026-pasik {
  background-color: #02101c;
}
:root[data-theme=theme-dark] .zoh2026-pasik-header > a {
  color: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-header > a svg path {
  fill: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-header ul a {
  color: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider button {
  background: #3a82f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  color: white;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider-item {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider-item-arrow {
  background-color: rgba(255, 255, 255, 0.05);
  color: #3a82f6;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider-item-sk {
  color: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider-item-title {
  color: #ffffff;
}
:root[data-theme=theme-dark] .zoh2026-pasik-slider-item-title b {
  color: #3a82f6;
}/*# sourceMappingURL=pasik.css.map */