.elementor-20704 .elementor-element.elementor-element-7ae9600{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for text-editor, class: .elementor-element-58dd54a *//* Desktop: normal table */
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 0.75rem;
  border: 1px solid #ddd;
}

/* Mobile: stack as cards */
@media (max-width: 640px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  table, thead, tbody, tr {
    border: none !important;
  }
  
  thead tr {
    display: none;
  }
  
  tr {
    margin-bottom: 1.5rem;
    border-radius: 20px;
    padding: 0;
    background: white !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  }
  
  td {
    padding: 0.75rem 1rem;
    border: none !important;
    border-top: 1px solid #f0f0f0 !important;
    background: white !important;
  }
  
  td:first-child {
    /* The "Aspect" column - card header */
    background: #e9e9e9 !important;
    font-size: 1.1em;
    border-top: none !important;
    font-weight: bold;
  }
  
  td:not(:first-child) {
    /* Data cells with labels */
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  
  td:not(:first-child):before {
    content: attr(data-label);
    font-weight: 700;
    color: #333;
  }
}/* End custom CSS */