/* WRAPPER (optional if inside page) */
.refund-page {
  background: #f4fafc;
  min-height: 100vh;

  display: flex;
  justify-content: center;
}

.refund-container {
  display: flex;
  justify-content: center;
  padding: 40px 16px;
  background: #f4f7f9;
}

/* CARD */
.card {
  background: #ffffff;
  max-width: 900px;
  width: 100%;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

/* TITLE */
.title {
  text-align: center;
  color: #0e8fb0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* SECTION */
.section {
  margin-bottom: 28px;
}

.section h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2933;
  margin-bottom: 10px;
}

/* CONTENT */
.refund-container p {
  font-size: 14px;
  color: #808080;
  line-height: 1.7;
  margin-bottom: 12px;
  text-align: justify;
}

.refund-container ul,
.refund-container ol {
  padding-left: 20px;
  margin-bottom: 14px;
}

.refund-container li {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin-bottom: 6px;
}

.refund-container h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 12px 0 6px;
  color: #333;
}
