.elementor-12193 .elementor-element.elementor-element-53a6c093{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-30ad600f */.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.spedizioni-table {
  border-collapse: collapse;
  min-width: 900px;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.spedizioni-table th,
.spedizioni-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.spedizioni-table thead th {
  background-color: #1d5872;
  color: #ffffff;
  font-weight: 600;
}

.spedizioni-table tbody th {
  background-color: #1d5872;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

/* Migliora leggibilità su mobile */
@media (max-width: 768px) {
  .spedizioni-table {
    font-size: 13px;
  }
}/* End custom CSS */