/* assets/css/request_refund.css */

.refund-page {
  background: #fff;
  padding: 30px 0 60px;
}

.refund-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.refund-title {
  font-size: 48px;
  font-weight: 300;
  color: #212529;
  margin: 10px 0 30px;
}

.refund-block {
  padding: 10px 0 35px;
}

.refund-subtitle {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2;
  color: #212529;
  margin: 10px 0 14px;
  max-width: 980px;
}

.refund-text {
  font-size: 18px;
  line-height: 1.55;
  color: #212529;
  margin: 0 0 12px;
  max-width: 980px;
}

.refund-note {
  margin-top: 18px;
}

.refund-link {
  color: #e86020;
  text-decoration: none; /* підкреслення тільки на hover */
}

.refund-link:hover {
  text-decoration: underline;
}

.refund-btn {
  display: block;
  width: 100%;
  max-width: 980px;
  padding: 16px 18px;
  margin: 22px 0 0;
  text-align: center;

  border: 1px solid #e86020;
  border-radius: 6px;
  color: #e86020;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  background: transparent;
}

.refund-btn:hover {
  background: #e86020;
  color:#fff;
}
