.elementor-28939 .elementor-element.elementor-element-4ed9ac02{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS */.pitch-table { margin: 1.5rem 0; }
.pitch-table .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  background: #fff;
}
.budget-roof {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #0f172a;
}
.budget-roof caption {
  text-align: center;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background: #000;
  border-bottom: 1px solid #e5e7eb;
}
.budget-roof thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f9fafb;
  font-weight: 700;
  text-align: center;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}
.budget-roof tbody td,
.budget-roof tfoot td {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
}
.budget-roof tbody tr:nth-child(odd) td { background: #fcfcfd; }
.budget-roof tfoot td {
  background: #f9fafb;
  font-weight: 600;
  border-top: 1px solid #e5e7eb;
  border-bottom: 0;
}

/* Mobile card layout */
@media (max-width: 768px) {
  .budget-roof thead { display: none; }
  .budget-roof tbody tr {
    display: block;
    border-bottom: 1px solid #e5e7eb;
    padding: 6px 0;
  }
  .budget-roof tbody td {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
    padding: 10px 16px;
    border: 0;
    background: transparent;
  }
  .budget-roof tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #374151;
  }
  .budget-roof tfoot td {
    display: block;
    padding: 12px 16px 16px;
    border-top: 1px solid #e5e7eb;
  }
}/* End custom CSS */