.elementor-3181 .elementor-element.elementor-element-6ede7ed{--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-3181 .elementor-element.elementor-element-5df92ae{--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 text-editor, class: .elementor-element-2ade28e */.reno-faq details {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

.reno-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-right: 20px;
}

.reno-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  transition: 0.2s;
}

.reno-faq details[open] summary::after {
  content: "-";
}

.reno-faq p {
  margin-top: 10px;
  color: #555;
}
/* ===== Table Wrapper ===== */
.reno-table-wrap {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 14px;
}

/* ===== Table Base ===== */
.reno-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  font-family: inherit;
}

/* ===== Header ===== */
.reno-table-wrap thead {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.reno-table-wrap th {
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 16px 18px;
  font-size: 15px;
  letter-spacing: 0.3px;
}

/* ===== Rows ===== */
.reno-table-wrap td {
  padding: 16px 18px;
  font-size: 14.5px;
  color: #1f2937;
  border-bottom: 1px solid #f1f5f9;
}

/* Zebra Effect */
.reno-table-wrap tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* Hover Effect */
.reno-table-wrap tbody tr:hover {
  background: #f1f5f9;
  transition: all 0.2s ease;
}

/* ===== First Column (Highlight) ===== */
.reno-table-wrap td:first-child {
  font-weight: 600;
  color: #0f172a;
}

/* ===== Price Column (Last) ===== */
.reno-table-wrap td:last-child {
  font-weight: 600;
  color: #0ea5e9;
}

/* ===== Rounded Corners Fix ===== */
.reno-table-wrap table tr:first-child th:first-child {
  border-top-left-radius: 14px;
}
.reno-table-wrap table tr:first-child th:last-child {
  border-top-right-radius: 14px;
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
  .reno-table-wrap table {
    font-size: 13px;
  }

  .reno-table-wrap th,
  .reno-table-wrap td {
    padding: 12px 14px;
  }
}/* End custom CSS */