.oreds-ba-card {
  width: 100%;
  min-width: 0;
}
.oreds-ba-box {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #ded8ce;
}
.oreds-ba-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.oreds-ba-after {
  z-index: 1;
}
.oreds-ba-before {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.oreds-ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 10;
  margin: 0;
  padding: 0;
}
.oreds-ba-divider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: 5;
  transform: translateX(-50%);
  pointer-events: none;
}
.oreds-ba-divider:after {
  content: "‹ ›";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  background: #ffffff;
  color: #6b5038;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -2px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.oreds-ba-label {
  position: absolute;
  top: 14px;
  z-index: 8;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.oreds-ba-label-before {
  left: 13px;
  background: #73563e;
  color: #ffffff;
}
.oreds-ba-label-after {
  right: 13px;
  background: #f2c300;
  color: #6b5038;
}
.oreds-ba-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  padding-top: 17px;
}
.oreds-ba-caption h3,
.oreds-ba-caption p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.oreds-ba-caption h3 {
  color: #111111;
  font-weight: 600;
}
.oreds-ba-caption p {
  color: #73563e;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767px) {
  .oreds-ba-box {
    height: 360px;
  }
  .oreds-ba-caption {
    padding-top: 14px;
  }
}
@media (max-width: 480px) {
  .oreds-ba-caption {
    flex-direction: column;
    gap: 4px;
  }
  .oreds-ba-caption p {
    text-align: left;
  }
}
