.elementor-447 .elementor-element.elementor-element-7316b152{--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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-447 .elementor-element.elementor-element-010a986 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS *//* Table Styling */
.roofing-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.roofing-comparison-table thead {
  background-color: #1e3a5c; /* Dark blue header - change to your brand color */
  color: white;
  text-align: left;
}

.roofing-comparison-table th {
  padding: 1.2rem 1rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.roofing-comparison-table td {
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #e1e5e9;
  vertical-align: top;
}

.roofing-comparison-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

.roofing-comparison-table tbody tr:hover {
  background-color: #e9ecef;
  transition: background-color 0.2s ease;
}

.material-name {
  font-weight: 600;
  color: #1e3a5c;
}

.cost-range {
  font-weight: 600;
  color: #2e7d32; /* Green for cost */
}

.highlight-best {
  background-color: #fff8e1 !important; /* Light yellow highlight */
  border-left: 3px solid #ffc107;
}

.best-value {
  display: inline-block;
  background: #4caf50;
  color: white;
  padding: 0.25rem 0.6rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .roofing-comparison-table {
    display: block;
    overflow-x: auto;
  }
  
  .roofing-comparison-table th,
  .roofing-comparison-table td {
    padding: 0.8rem 0.5rem;
    font-size: 0.9rem;
  }
  
  .best-value {
    display: block;
    margin: 0.3rem 0 0 0;
    width: fit-content;
  }
}/* End custom CSS */