.shbazaar-card {
  direction: rtl;
  max-width: 860px;
  margin: 32px auto;
  padding: 34px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border: 1px solid #e4e7e9;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f7f9f8);
  box-shadow: 0 18px 50px rgba(28, 50, 42, .10);
  font-family: inherit;
}

.shbazaar-badge {
  width: 104px;
  height: 104px;
  border-radius: 26px;
  display: grid;
  place-items: center;
  background: #25a55f;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 165, 95, .25);
}

.shbazaar-content h1 {
  margin: 0 0 10px;
  font-size: clamp(25px, 4vw, 38px);
  line-height: 1.45;
  color: #17251f;
}

.shbazaar-content p {
  margin: 0 0 18px;
  color: #54635c;
  line-height: 2;
}

.shbazaar-button,
.shbazaar-converted-link,
.shbazaar-menu-item > a,
.shbazaar-home-button {
  text-decoration: none !important;
}

.shbazaar-button {
  min-height: 56px;
  padding: 12px 26px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25a55f;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(37, 165, 95, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.shbazaar-button:hover,
.shbazaar-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37, 165, 95, .30);
}

.shbazaar-button-icon {
  font-size: 22px;
}

.shbazaar-note {
  margin: 16px 0 0 !important;
  font-size: 13px;
  color: #7b8781 !important;
}

.shbazaar-menu-item > a,
.shbazaar-home-button,
.shbazaar-converted-link {
  position: relative;
}

.shbazaar-menu-item > a::after,
.shbazaar-home-button::after,
.shbazaar-converted-link::after {
  content: 'بازار';
  display: inline-flex;
  margin-right: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #25a55f;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .shbazaar-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 18px;
    border-radius: 20px;
  }
  .shbazaar-badge {
    margin: 0 auto;
  }
  .shbazaar-button {
    width: 100%;
  }
}
