.rp-sidebar-banner.rpwoo-banner-mounted {
  width: 100%;
}

.rpwoo-shop-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 14px 12px 12px;
  border: 1px solid rgba(32, 66, 43, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(32, 66, 43, 0.08);
  color: #20422b;
  font-family: inherit;
}

.rpwoo-shop-card * {
  box-sizing: border-box;
}

.rpwoo-shop-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #20422b;
}

.rpwoo-shop-card__subtitle {
  margin: 2px 0 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #66706a;
}

.rpwoo-shop-card__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rpwoo-shop-card__item,
a.rpwoo-shop-card__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 8px;
  border: 1px solid rgba(32, 66, 43, 0.12);
  border-radius: 10px;
  background: #fff;
  color: #20422b;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.rpwoo-shop-card__item:hover,
a.rpwoo-shop-card__item:hover {
  transform: translateY(-1px);
  border-color: rgba(32, 66, 43, 0.28);
  box-shadow: 0 4px 14px rgba(32, 66, 43, 0.08);
  color: #20422b;
  text-decoration: none;
}

.rpwoo-shop-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #20422b;
}

.rpwoo-shop-card__icon svg {
  display: block;
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

.rpwoo-shop-card__text {
  min-width: 0;
}

.rpwoo-shop-card__label {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
  color: #20422b;
}

.rpwoo-shop-card__desc {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1.25;
  color: #66706a;
}

.rpwoo-shop-card__arrow {
  font-size: 22px;
  line-height: 1;
  color: #20422b;
}

.rpwoo-shop-card__footer {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  color: #778078;
}

@media (max-width: 768px) {
  .rpwoo-shop-card {
    max-width: 100%;
  }
}
