.elementor-1389 .elementor-element.elementor-element-1c69645a{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1389 .elementor-element.elementor-element-b976600{--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;}.elementor-1389 .elementor-element.elementor-element-906ac94{--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;}/* Start custom CSS for container, class: .elementor-element-1c69645a *//* ---------- Pricing Table (Enhanced) ---------- */

.reno-table-wrap{
  margin-top: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: auto;
  background: transparent;
}

.reno-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 620px; /* prevents squishing on desktop */
}

.reno-table thead th{
  position: sticky;
  top: 0;
  background: var(--accent);
  color: #fff;
  text-align: left;
  padding: 14px 14px;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
}

.reno-table thead th:first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
}

.reno-table thead th:last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
}

.reno-table tbody td{
  padding: 14px 14px;
  border-top: 1px solid var(--border);
  vertical-align: top;
  background: rgba(227, 240, 255, 0.35); /* uses your palette vibe */
}

.reno-table tbody tr:nth-child(2n) td{
  background: transparent;
}

.reno-table tbody td:last-child{
  font-weight: 800;
  color: var(--accent);
}

.reno-table tbody tr:hover td{
  background: rgba(243, 198, 35, 0.14);
}

/* Mobile table: keep it readable */
@media (max-width: 700px){
  .reno-table{
    min-width: 560px;
  }
}/* End custom CSS */
/* Start custom CSS */body {
    padding: 0;
    margin: 0;
}/* End custom CSS */