.yp-home-banner {
  position: relative;
  width: 100%;
}

.yp-home-banner .swiper-button-next,
.yp-home-banner .swiper-button-prev {
  background-image: none !important;
  background-color: #fff;
  box-shadow: 0 0 6px hsl(0deg 0% 0% / 9%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.yp-home-banner .swiper-button-next::after,
.yp-home-banner .swiper-button-prev::after {
  display: none;
}

.yp-home-banner .swiper-button-prev svg,
.yp-home-banner .swiper-button-next svg {
  padding: 0;
  width: 24px;
  fill: none!important;
  height: 24px;
}

.yp-home-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.yp-home-banner .swiper-pagination {
  bottom: 10px;
}

.yp-home-banner .minimize-banner {
  position: absolute;
  z-index: 10;
  right: 15%;
  bottom: 4px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.yp-home-banner .minimize-banner.active {
  z-index: 1;
  bottom: auto;
  position: fixed;
  top: 200px;
}

.yp-home-banner button.minimize-banner svg {
  width: 40px;
  height: 40px;
  display: block;
}

.yp-home-banner .yp-home-banner__icon-bg {
  fill: #f57922;
}

.yp-home-banner .yp-home-banner__icon-fg {
  fill: #fff;
}

.yp-home-banner .minimize-banner .hide {
  display: none;
}

.yp-home-banner .swiper-wrapper.hide {
  display: block !important;
  height: 0 !important;
  overflow: hidden;
}

.yp-home-banner .swiper-pagination.hide {
  display: none;
}

.yp-home-banner__placeholder {
  padding: 48px 24px;
  text-align: center;
  background: #f3f4f6;
  color: #374151;
}

.yp-home-banner .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.yp-tab-border button[aria-selected="true"] {
  border-bottom: 2px solid var(--n-tabs-title-color-active) !important;
  padding-bottom: 8px !important;
}