.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-56291 .elementor-element.elementor-element-4f55fe3 .elementor-button{background-color:#FFFFFF00;fill:#551A8B;color:#551A8B;transition-duration:0.3s;border-style:solid;border-width:1px 1px 1px 1px;border-color:#9B51E0;border-radius:20px 20px 20px 20px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}/* Start custom CSS for html, class: .elementor-element-541aefa */.square-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.square-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  table-layout: fixed;
}

.square-table thead {
  background: #f6f5ff;
}

.square-table th,
.square-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #ececf5;
  text-align: left;
  vertical-align: middle;
  color: #222230;
}

/* Header styles */
.square-table th {
  font-weight: 600;
  color: #3a3a48;
}

.square-table th:not(:first-child) {
  color: #785afb;
}

/* Column widths */
.square-table th:first-child,
.square-table td:first-child {
  width: 25%; /* narrower country column */
  min-width: 120px; /* keeps it readable */
}

.square-table th:nth-child(2),
.square-table td:nth-child(2) {
  width: auto; /* fills remaining space naturally */
}

/* Zebra rows */
.square-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Text styles */
.square-table .country-name {
  font-weight: 600;
}

.square-table .payment-methods {
  font-weight: 400;
}

/* RESPONSIVE BEHAVIOR */
@media (max-width: 600px) {
  .square-table th:first-child,
  .square-table td:first-child {
    width: 35%; /* slightly wider on small screens */
  }

  .square-table th:nth-child(2),
  .square-table td:nth-child(2) {
    width: 65%;
  }
}/* End custom CSS */