.thankyou-page {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

.thankyou-title {
  color: #f34d00;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}

.thankyou-subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 10px;
  border-bottom: 2px solid #f34d00;
  display: inline-block;
  padding-bottom: 4px;
}

.thankyou-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.thankyou-table th, 
.thankyou-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.thankyou-table th {
  background: #fafafa;
  text-align: left;
  font-weight: 600;
}

.thankyou-table td {
  font-size: 15px;
}

.total-row td {
  font-weight: 700;
  background: #fff7f5;
  border-top: 2px solid #ddd;
}

.delivery-info {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 25px;
}

.thankyou-footer {
  text-align: center;
}

.btn-back {
  display: inline-block;
  background: #f34d00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-back:hover {
  background: #d93f00;
  box-shadow: 0 4px 10px rgba(243,77,0,0.3);
}
