.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 );}/* Start custom CSS for html, class: .elementor-element-111dad6 */.barion-table-wrapper {
  width: 100%;
  display: flex;
  justify-content: center; /* centers the table */
  margin: 0 auto;
  overflow-x: auto;
}

.barion-table {
  width: 600px; /* fixed, clean width for a small table */
  max-width: 100%; /* stays responsive on small screens */
  border-collapse: collapse;
  font-size: 0.95rem;
  table-layout: fixed; /* equal column widths */
}

.barion-table thead {
  background: #f6f5ff;
}

.barion-table th,
.barion-table td {
  padding: 0.7rem 1rem;
  border-bottom: 1px solid #ececf5;
  text-align: left;
  vertical-align: middle;
  color: #222230;
}

.barion-table th {
  font-weight: 600;
  color: #3a3a48;
}

.barion-table th:not(:first-child) {
  color: #785afb;
}

/* Equal column widths */
.barion-table th,
.barion-table td {
  width: 50%;
}

/* Zebra rows */
.barion-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* Text styles */
.barion-table .currency-name {
  font-weight: 600;
}

.barion-table .amount {
  font-weight: 400;
}/* End custom CSS */