.atomy-request-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.atomy-request-form .atomy-field {
  margin-bottom: 1rem;
}

.atomy-request-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.atomy-request-form input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d8dde0;
  border-radius: 8px;
}

.atomy-btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.atomy-btn--primary {
  background: #00b6f0;
  color: #fff;
}

.atomy-request-message {
  margin-top: 1rem;
}

.atomy-request-message.is-success {
  color: #089634;
}

.atomy-request-message.is-error {
  color: #dd0707;
}

.atomy-prices .atomy-price {
  margin-bottom: 0.25rem;
}

.atomy-price__label {
  color: #666;
  font-size: 0.85rem;
}

.atomy-pv {
  color: #00b6f0;
  font-weight: 700;
}

.atomy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.5rem 0;
}

.atomy-badge {
  background: #f4f7fa;
  color: #191919;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
}
