/* Frontend styles — Why Us Block */

.why-us-block {
  direction: rtl;
  font-family: inherit;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 24px 28px;
  max-width: 420px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Title */
.why-us-block__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a5fa0;
  margin: 0 0 16px;
  text-align: right;
}

/* Reasons list */
.why-us-block__reasons {
  margin-bottom: 20px;
}

.why-us-block__reasons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.why-us-block__reason-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
  text-align: right;
}

.why-us-block__paw-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #b07c2a;
}

/* Feature icons row */
.why-us-block__features {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 8px;
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
  margin-top: 4px;
}

.why-us-block__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
}

.why-us-block__feature-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

/* Placeholder shown until you swap in real icons */
.why-us-block__icon-placeholder {
  display: block;
  width: 28px;
  height: 28px;
  background: #e0e0e0;
  border-radius: 4px;
}

.why-us-block__icon-img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.why-us-block__feature-label {
  font-size: 0.78rem;
  color: #444;
  text-align: center;
  line-height: 1.3;
}
