.sovWare__discount-banner--business-site-deals {
  position: relative;
  height: 80px;
  min-height: 80px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #0f172a 0%, #312e81 50%, #0f172a 100%);
  color: #ffffff;
  box-sizing: border-box;
}

.sovWare__discount-banner--business-site-deals *,
.sovWare__discount-banner--business-site-deals *::before,
.sovWare__discount-banner--business-site-deals *::after {
  box-sizing: border-box;
}

.business-site-banner__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1216px;
  height: 80px;
  margin: 0 auto;
}

.business-site-banner__media {
  position: relative;
  flex: 0 0 137px;
  width: 137px;
  height: 80px;
}

.business-site-banner__glow,
.business-site-banner__preview {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
}

.business-site-banner__glow {
  left: -22px;
  top: -33px;
  width: 181px;
  height: 173px;
  object-fit: fill;
}

.business-site-banner__preview {
  left: 0;
  top: 4px;
  width: 137px;
  height: auto;
}

.business-site-banner__body,
.business-site-banner__offer,
.business-site-banner__actions,
.business-site-banner__action-area {
  display: flex;
  align-items: center;
  min-width: 0;
}

.business-site-banner__body {
  flex: 1 1 auto;
  justify-content: space-between;
  gap: 22px;
}

.business-site-banner__offer {
  flex: 0 1 auto;
  gap: 48px;
}

.business-site-banner__copy {
  display: flex;
  flex: 0 1 439px;
  width: 439px;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.business-site-banner__copy strong {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #ffffff;
  font-family: "Geist", "Inter", "Bergen Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-site-banner__copy span {
  display: block;
  overflow: hidden;
  margin: 0;
  color: #e5e5ea;
  font-family: "Geist", "Inter", "Bergen Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.business-site-banner__price {
  display: flex;
  flex: 0 0 auto;
  min-width: 128px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-family: "Geist", "Inter", "Bergen Neue", sans-serif;
  white-space: nowrap;
}

.business-site-banner__price-old {
  position: relative;
  display: inline-block;
  margin-bottom: -3px;
  color: #e5e5ea;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.business-site-banner__price-old::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 62px;
  height: 2px;
  content: "";
  background: #e5e5ea;
  transform: translateY(-50%);
}

.business-site-banner__price-current {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.05;
}

.business-site-banner__price-current span {
  font-size: 32px;
  font-weight: 700;
}

.business-site-banner__price-current small {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.business-site-banner__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  gap: 48px;
  margin-right: 24px;
}

.business-site-banner__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 4px 12px;
  border: 1px solid #4b695f;
  border-radius: 40px;
  background: rgba(0, 183, 123, 0.2);
  color: #11ff60;
  font-family: "Geist", "Inter", "Bergen Neue", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.business-site-banner__action-area {
  gap: 16px;
}

.business-site-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(28, 34, 88, 0.2);
  box-shadow: 6px 6px 12px rgba(44, 50, 126, 1);
  color: #ffffff;
  font-family: "Inter", "Bergen Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.business-site-banner__cta:hover,
.business-site-banner__cta:focus {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(48, 56, 130, 0.42);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.business-site-banner__cta img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.business-site-banner__close.disc-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 8px;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.business-site-banner__close.disc-close:hover,
.business-site-banner__close.disc-close:focus {
  opacity: 0.82;
}

.business-site-banner__close img {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

@media screen and (max-width: 1279px) {
  .business-site-banner__inner {
    padding: 0 24px;
    gap: 24px;
  }

  .business-site-banner__media {
    flex-basis: 116px;
    width: 116px;
  }

  .business-site-banner__preview {
    top: 8px;
    width: 116px;
  }

  .business-site-banner__glow {
    left: -24px;
    top: -22px;
    width: 164px;
    height: 140px;
  }

  .business-site-banner__offer {
    gap: 24px;
  }

  .business-site-banner__copy {
    width: 450px;
    flex-basis: 450px;
  }

  .business-site-banner__copy strong {
    font-size: 21px;
  }

  .business-site-banner__copy span {
    font-size: 14px;
  }

  .business-site-banner__price {
    min-width: 108px;
  }

  .business-site-banner__price-current span {
    font-size: 28px;
  }

  .business-site-banner__price-current small,
  .business-site-banner__price-old {
    font-size: 18px;
  }

  .business-site-banner__actions {
    gap: 28px;
    margin-right: 0;
  }

  .business-site-banner__save {
    font-size: 16px;
  }

  .business-site-banner__cta {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1199.98px) {
  .business-site-banner__copy {
    width: 360px;
    flex-basis: 360px;
  }

  .business-site-banner__copy strong {
    font-size: 20px;
  }

  .business-site-banner__copy span {
    font-size: 13px;
  }
}

@media screen and (max-width: 991.98px) {
  .sovWare__discount-banner--business-site-deals {
    height: auto;
    min-height: 104px;
  }

  .business-site-banner__inner {
    height: auto;
    min-height: 104px;
    padding: 12px 48px 12px 24px;
    gap: 20px;
  }

  .business-site-banner__media {
    flex-basis: 96px;
    width: 96px;
    height: 80px;
  }

  .business-site-banner__preview {
    top: 8px;
    width: 96px;
  }

  .business-site-banner__body {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .business-site-banner__offer {
    width: 100%;
    justify-content: space-between;
  }

  .business-site-banner__copy {
    width: auto;
    flex: 1 1 auto;
  }

  .business-site-banner__actions {
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
  }

  .business-site-banner__action-area {
    flex: 1 1 auto;
    justify-content: flex-start;
  }

  .business-site-banner__close.disc-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 767.98px) {
  .sovWare__discount-banner--business-site-deals {
    min-height: 112px;
  }

  .business-site-banner__inner {
    align-items: center;
    min-height: 112px;
    padding: 12px 42px 12px 16px;
    gap: 12px;
  }

  .business-site-banner__media {
    flex-basis: 72px;
    width: 72px;
    height: 82px;
  }

  .business-site-banner__preview {
    top: 14px;
    width: 72px;
  }

  .business-site-banner__glow {
    left: -26px;
    top: -2px;
    width: 124px;
    height: 100px;
  }

  .business-site-banner__offer {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .business-site-banner__copy strong {
    font-size: 17px;
    line-height: 1.22;
    white-space: normal;
  }

  .business-site-banner__copy span {
    display: none;
  }

  .business-site-banner__price-old {
    font-size: 15px;
  }

  .business-site-banner__price-old::after {
    width: 43px;
  }

  .business-site-banner__price-current span {
    font-size: 24px;
  }

  .business-site-banner__price-current small {
    font-size: 15px;
  }

  .business-site-banner__actions {
    align-items: center;
    gap: 12px;
  }

  .business-site-banner__save {
    min-height: 28px;
    padding: 3px 9px;
    font-size: 13px;
  }

  .business-site-banner__cta {
    min-height: 34px;
    padding: 7px 14px;
    font-size: 13px;
  }

  .business-site-banner__cta img {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }
}

@media screen and (max-width: 479.98px) {
  .sovWare__discount-banner--business-site-deals {
    min-height: 132px;
  }

  .business-site-banner__inner {
    min-height: 132px;
    padding: 12px 38px 14px 16px;
  }

  .business-site-banner__media {
    display: none;
  }

  .business-site-banner__body {
    width: 100%;
    gap: 9px;
  }

  .business-site-banner__offer {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .business-site-banner__copy {
    flex: 1 1 auto;
    max-width: none;
  }

  .business-site-banner__copy strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }

  .business-site-banner__price {
    flex: 0 0 auto;
    min-width: 92px;
    align-items: flex-start;
  }

  .business-site-banner__actions {
    flex-wrap: nowrap;
    gap: 10px;
  }

  .business-site-banner__action-area {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .business-site-banner__cta {
    flex: 1 1 auto;
    min-width: 0;
  }
}
