/* WooCommerce Thank You Page Styles */

.woocommerce-order.thankyou-order-screen {
  padding: 20px 0;
  margin-bottom: 30px;
}

.woocommerce-thankyou-order-received {
  font-weight: normal !important;
  margin-bottom: 30px !important;
  line-height: 1.4 !important;
}

.thankyou-order-details {
  margin-bottom: 40px;
}

.thankyou-order-details p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.thankyou-order-details p:last-child {
  margin-bottom: 0;
}

.thankyou-actions-wrapper {
  margin-top: 30px;
}

/* Additional WooCommerce Page Improvements */

.woocommerce-notice {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.woocommerce-notice--success {
  background-color: #f8f9fa;
  border-left: 4px solid #28a745;
}

.woocommerce-notice--error {
  background-color: #f8d7da;
  border-left: 4px solid #dc3545;
  color: #721c24;
}

.woocommerce-thankyou-order-failed-actions .button {
  margin-right: 10px;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .woocommerce-order.thankyou-order-screen {
      padding: 15px 0;
  }
  
  .woocommerce-thankyou-order-received {
      font-size: 1.5rem;
      margin-bottom: 20px !important;
  }
  
  .thankyou-order-details {
      margin-bottom: 30px;
  }
  
  .thankyou-order-details p {
      margin-bottom: 15px;
      font-size: 0.95rem;
  }
}