.elementor-3505 .elementor-element.elementor-element-2a80eb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-8798a35 *//* Base table styling (optional but sensible) */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

table td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Header row */
table tr:first-child td {
  font-weight: 600;
  background: #f6f6f6;
}

/* ===== Mobile layout ===== */
@media (max-width: 768px) {

  table,
  table tbody,
  table tr,
  table td {
    display: block;
    width: 100%;
  }

  /* Hide the header row visually */
  table tr:first-child {
    display: none;
  }

  table tr {
    margin-bottom: 1.25rem;
    border: 1px solid #ddd;
    padding: 0.75rem;
  }

  table td {
    border: none;
    padding: 6px 0;
  }

  /* Create label + value layout */
  table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
  }
}/* End custom CSS */