.oai-slider .swiper {
  width: 100%;
}

.oai-slide-card {
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
}

.oai-media {
  position: relative;
  line-height: 0;
}

.oai-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.oai-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oai-icon {
  display: inline-flex;
  font-size: 20px;
}

.oai-title {
  margin: 0;
  font-size: 18px;
}

.oai-desc {
  margin-top: 10px;
  opacity: 0.85;
}

.oai-actions {
  margin-top: 14px;
}

.oai-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.oai-nav {
  pointer-events: none;
}

.oai-prev, .oai-next {
  pointer-events: all;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.oai-prev { left: 10px; }
.oai-next { right: 10px; }

.oai-prev::after, .oai-next::after {
  content: "";
  display: block;
  width: 10px; height: 10px;
  border: 2px solid #fff;
  border-top: 0; border-right: 0;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.oai-next::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.oai-pagination {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
