/**
 * Block : Fallback Offers
 * =================================
 *
 *
 *
 */

.fallback-offers {
  margin-top: 0;
}

.fallback-offers > div {
  max-width: 1300px;
  margin: 0 auto;
}

.fallback-offers__body {
  position: relative;
}

@media screen and (max-width: 1440px) {
  .fallback-offers > div {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .fallback-offers > div {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 480px) {
  .fallback-offers > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.fallback-offers__body .tns-inner {
  position: relative;
}

.fallback-offers__body .controls {
  position: absolute;
  top: 50%;
  left: -7.5px;
  transform: translateY(-50%);
  width: calc(100% + 15px);
  margin-top: 4px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fallback-offers__body .controls > button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
}

.fallback-offers__body .controls > button svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fallback-offers__body .controls > button svg path {
  fill: var(--wp--preset--color--secondary);
}

@media screen and (max-width: 1199px) {
  .fallback-offers__body .tns-inner {
    padding: 0 29px;
  }
}
