.elementor-20851 .elementor-element.elementor-element-5037f0e6{padding:40px 0px 40px 0px;}.elementor-20851 .elementor-element.elementor-element-2c7679ac > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-20851 .elementor-element.elementor-element-2c7679ac > .elementor-element-populated > .elementor-widget-wrap{padding:0px 0px 0px 0px;}.elementor-20851 .elementor-element.elementor-element-1a4264a5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-1a4264a5 *//* Container and heading */
h3 {
  text-align: center;
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Table styling */
table {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table td {
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}

table td.heading_col {
  font-weight: 600;
  color: #2c3e50;
  background-color: #f1f1f1;
  width: 40%;
}

/* Refund section */
.refund_section {
  text-align: center;
  margin-top: 30px;
}

#refund_heading {
  margin-bottom: 15px;
}

.refund_heading {
  font-size: 20px;
  color: #d35400;
  font-weight: bold;
}

#status_content {
  margin-top: 10px;
}

#refund_request {
  background-color: #e74c3c;
  color: white;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#refund_request:hover {
  background-color: #c0392b;
}/* End custom CSS */