.yellowbooks-woocommerce-order {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Helvetica Neue', sans-serif;
}

.thankyou-title {
  text-align: center;
  font-size: 24px;
  color: #02c39a;
  margin-bottom: 30px;
}

.yellowbooks-order-details {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.yellowbooks-order-details li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}

.yellowbooks-order-details .label {
  font-weight: 500;
  color: #666;
}

.yellowbooks-order-details strong {
  font-weight: 600;
  color: #333;
}
