/* Tables for Elementor - basic styles */
.tfe-table-wrapper { width: 100%; }
.tfe-table { width: 100%; overflow-x: auto; }
.tfe-table table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.tfe-table thead th { position: sticky; top: 0; z-index: 2; padding: 14px 16px; font-weight: 700; border-bottom: 2px solid rgba(0,0,0,.08); }
.tfe-table tbody td { padding: 14px 16px; vertical-align: top; border-bottom: 1px solid rgba(0,0,0,.06); background: #fff; }
.tfe-col--label { width: 28%; min-width: 220px; font-weight: 700; }
.tfe-emoji { font-size: 20px; margin-right: 10px; display: inline-block; width: 24px; text-align: center; }
.tfe-label { vertical-align: middle; }
.tfe-col--content { width: auto; }
.tfe-cell p { margin: 0 0 8px; }
.tfe-scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 768px) {
  .tfe-emoji { margin-right:8px; }
  .tfe-table thead th, .tfe-table tbody td { padding: 12px; }
}
