.okegas-template-submissions {
  max-width: 1040px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.okegas-view-panel {
  padding: 20px 22px 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: #ffffff;
}

.okegas-submission-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 280px);
  gap: 20px;
  margin-bottom: 18px;
  padding: 0 0 18px;
  border-radius: 0;
  background: transparent;
  color: #1d2430;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

.okegas-submission-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e6e8ec;
  color: #4e5867;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.okegas-submission-hero h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  color: #161c27;
}

.okegas-submission-hero p {
  margin: 0;
  max-width: 58ch;
  font-size: 15px;
  line-height: 1.7;
  color: #5a6474;
}

.okegas-submission-hero__stats {
  display: grid;
  grid-template-columns: minmax(180px, 220px);
  gap: 12px;
  align-self: end;
  justify-content: start;
}

.okegas-stat-card {
  min-height: auto;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.okegas-stat-card strong {
  font-size: 20px;
  color: #161c27;
}

.okegas-stat-card span {
  font-size: 12px;
  color: #667387;
}

.okegas-reviewer-note {
  max-width: 1040px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #f0c36d;
  background: #fff7dd;
  color: #8a5100;
  line-height: 1.7;
}

.okegas-reviewer-note strong {
  display: block;
  margin-bottom: 8px;
}

.okegas-submission-notice {
  max-width: 1040px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: none;
}

.okegas-submission-notice--success {
  border-color: #b7e0c4;
  background: #f5fcf7;
}

.okegas-submission-notice--error {
  border-color: #efc1c1;
  background: #fff7f7;
}

.okegas-submission-notice__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.okegas-submission-notice__title {
  font-size: 18px;
  color: #182131;
}

.okegas-submission-notice__message,
.okegas-submission-notice__description {
  margin: 0;
  color: #556273;
  line-height: 1.65;
}

.okegas-submission-notice__description {
  margin-top: 12px;
}

.okegas-submission-notice__steps {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #344154;
  line-height: 1.7;
}

.okegas-submission-notice__steps li {
    list-style: initial;
}

.okegas-submission-notice__steps li + li {
  margin-top: 6px;
}

.okegas-submission-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.okegas-view-tabs {
  display: inline-flex;
  gap: 10px;
  flex-wrap: nowrap;
  background: #f3f4f6;
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin: 0 0 4px;
  padding: 6px;
  border-radius: 16px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.okegas-view-tab {
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: transparent;
  color: #4b5563;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.okegas-view-tab.is-active {
  background: #ffffff;
  color: #1f2937;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.okegas-view-tab .dashicons,
.okegas-tab .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.okegas-view-panel {
  display: block;
}

.okegas-view-panel[hidden] {
  display: none !important;
}

.okegas-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.okegas-subtabs {
  display: inline-flex;
  gap: 10px;
  flex-wrap: nowrap;
  padding: 2px 0 10px;
  border-radius: 0;
  background: transparent;
  border: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.okegas-tab {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 14px;
  background: #f8fafc;
  color: #475569;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.okegas-tab:hover,
.okegas-tab:focus-visible {
  background: #f1f5f9;
  border-color: #c7d2e0;
  outline: none;
}

.okegas-tab.is-active {
  background: #ffffff;
  color: #111827;
  border-color: #cbd5e1;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.03);
}

.okegas-tab-panels {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.okegas-tab-panel[hidden] {
  display: none !important;
}

.okegas-panel-card,
.okegas-submission-history {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.okegas-panel-card--commerce {
  padding: 0;
}

.okegas-panel-card__header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.okegas-panel-card__header h3,
.okegas-history-header h3 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #13223a;
}

.okegas-panel-card__header p,
.okegas-history-header p {
  margin: 0;
  color: #607085;
  line-height: 1.6;
}

.okegas-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.okegas-commerce-layout {
  display: grid;
  gap: 18px;
  align-items: start;
}

.okegas-commerce-card {
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: transparent;
}

.okegas-commerce-card:first-child {
  padding-top: 0;
  border-top: 0;
}

.okegas-commerce-card__header {
  margin-bottom: 16px;
}

.okegas-commerce-card__header h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #182131;
}

.okegas-commerce-card__header p {
  margin: 0;
  color: #667387;
  line-height: 1.6;
}

.okegas-form-grid--wide .okegas-field:nth-child(1),
.okegas-form-grid--wide .okegas-field:nth-child(2),
.okegas-form-grid--wide .okegas-field:nth-child(3),
.okegas-form-grid--wide .okegas-field:nth-child(4),
.okegas-form-grid--wide .okegas-field:nth-child(7),
.okegas-form-grid--wide .okegas-field:nth-child(8) {
  grid-column: 1 / -1;
}

.okegas-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.okegas-field[hidden],
.okegas-field.is-hidden {
  display: none !important;
}

.okegas-field__label {
  font-weight: 700;
  color: #1d2b3d;
}

.okegas-input,
.okegas-template-submissions select,
.okegas-template-submissions textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #d7deea;
  border-radius: 16px;
  background: #fbfcfe;
  box-sizing: border-box;
  font-size: 14px;
}

.okegas-input--compact {
  max-width: 200px;
}

.okegas-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f5f8fd;
}

.okegas-price-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.okegas-price-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.okegas-price-fields[hidden] {
  display: none !important;
}

.okegas-price-fields {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #d7deea;
  background: #ffffff;
}

.okegas-price-fields.is-visible {
  animation: okegasPriceReveal 0.18s ease-out;
}

.okegas-upload-box {
  padding: 16px;
  border: 1px dashed #b9c8dd;
  border-radius: 18px;
  background: #ffffff;
}

.okegas-upload-input {
  width: 100%;
}

.okegas-thumb-preview {
  margin-bottom: 12px;
}

.okegas-help {
  margin: 10px 0 0;
  font-size: 12px;
  color: #66768a;
}

.okegas-codearea {
  min-height: 320px;
  font-family: Consolas, monospace;
}

.okegas-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.okegas-form-note {
  margin: 0;
  color: #66768a;
}

.okegas-submit-button {
  min-width: 180px;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 700;
}

.okegas-history-table {
  width: 100%;
  border-collapse: collapse;
}

.okegas-history-table__cell {
  vertical-align: top;
}

.okegas-history-table__media {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.okegas-history-table__thumb {
  flex: 0 0 auto;
}

.okegas-history-table__thumb-image {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #dadce0;
  display: block;
}

.okegas-history-table__content {
  min-width: 0;
}

.okegas-history-table__content strong {
  display: block;
  margin-bottom: 4px;
  line-height: 1.35;
}

.okegas-history-table__content small {
  display: block;
  color: #64748b;
  line-height: 1.55;
}

.okegas-table-scroll {
  width: 100%;
}

.okegas-wallet {
  display: grid;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.okegas-history-tabs {
  margin-top: 4px;
}

.okegas-history-tab {
  color: #4d4438;
}

.okegas-history-tab:hover,
.okegas-history-tab:focus-visible {
  background: #fbf7f1;
  outline: none;
}

.okegas-history-tab.is-active {
  background: #f7f2ea;
  color: #241d16;
  border-color: #d7d2c8;
  box-shadow: 0 10px 24px rgba(125, 109, 89, 0.16);
}

.okegas-history-panels {
  display: grid;
  gap: 10px;
}

.okegas-history-panel[hidden] {
  display: none !important;
}

.okegas-wallet__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.okegas-wallet-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
  padding: 12px 14px;
  display: grid;
  gap: 4px;
}

.okegas-wallet-card span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7d6d59;
}

.okegas-wallet-card strong {
  font-size: 20px;
  line-height: 1.1;
  color: #1f1a14;
}

.okegas-wallet-card small {
  color: #5d5143;
}

.okegas-wallet__panel {
  border: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0;
  background: transparent;
  padding: 18px 0 0;
}

.okegas-wallet__panel:first-child {
  border-top: 0;
  padding-top: 0;
}

.okegas-wallet__panel-header {
  margin-bottom: 12px;
}

.okegas-wallet__panel-header h4 {
  margin: 0 0 6px;
}

.okegas-wallet__panel-header p {
  margin: 0;
  color: #5d5143;
}

.okegas-wallet-form {
  display: grid;
  gap: 14px;
}

.okegas-wallet-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.okegas-wallet-form__grid label {
  display: grid;
  gap: 6px;
}

.okegas-wallet-form__grid span {
  font-weight: 600;
  color: #3d342a;
}

.okegas-wallet-form__full {
  display: grid;
  gap: 6px;
}

.okegas-wallet-form__full span {
  font-weight: 600;
  color: #3d342a;
}

.okegas-wallet-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.okegas-submission-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.okegas-stat-chip {
  display: grid;
  gap: 4px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f8fafc;
  color: #374151;
}

.okegas-stat-chip:last-child {
    grid-column: 1 / -1;
}

.okegas-stat-chip span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.okegas-stat-chip strong {
  font-size: 15px;
  color: #111827;
}

.okegas-history-table td:last-child,
.okegas-history-table th:last-child {
  width: 1%;
  white-space: nowrap;
}

.okegas-action-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.okegas-action-form {
  margin: 0;
}

.okegas-action-form--inline {
  display: inline-flex;
}

.okegas-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  position: relative;
}

.okegas-action-button:hover,
.okegas-action-button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.okegas-action-button--primary {
  background: #1f2937;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.12);
}

.okegas-action-button--ghost {
  background: #ffffff;
  color: #7c2d12;
  border-color: #f5cbbd;
}

.okegas-action-button--icon {
  width: 40px!important;
  min-width: 40px!important;
  padding: 0!important;
}

.okegas-action-button--icon .dashicons {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.okegas-action-button[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  padding: 7px 10px;
  border-radius: 10px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 10;
}

.okegas-action-button[data-tooltip]:hover::after,
.okegas-action-button[data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.okegas-action-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  font-weight: 700;
}

.okegas-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef2f7;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
}

.okegas-status-badge--approved,
.okegas-status-badge--internal {
  background: #ecfdf3;
  color: #166534;
}

.okegas-status-badge--submitted,
.okegas-status-badge--under_review,
.okegas-status-badge--update_pending {
  background: #eff6ff;
  color: #1d4ed8;
}

.okegas-status-badge--rejected,
.okegas-status-badge--delete_requested {
  background: #fff1f2;
  color: #be123c;
}

.okegas-status-badge--pending {
  background: #fff0c7;
  color: #7a5800;
}

.okegas-submission-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.okegas-meta-chip,
.okegas-meta-price,
.okegas-meta-stats {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.okegas-meta-chip--commercial {
  background: #eef4ff;
  color: #1d4ed8;
}

.okegas-meta-chip--free {
  background: #ecfdf3;
  color: #15803d;
}

.okegas-meta-price {
  background: #fff7ed;
  color: #c2410c;
}

.okegas-meta-stats {
  background: #f3f4f6;
  color: #4b5563;
}

table.okegas-history-table img.wp-post-image {
    margin-left: 0;
}

button.okegas-submit-button {
    justify-content: center;
}

.okegas-field select.okegas-input {
    max-width: 100%;
}

.okegas-field input.okegas-input[type=url] {
    background: #fff;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    box-shadow: none;
}

.okegas-empty-state {
  margin-top: 8px;
  padding: 18px;
  border-radius: 14px;
  background: #f8fafc;
  color: #607085;
  text-align: center;
}

.CodeMirror {
  border: 1px solid #d7deea;
  border-radius: 18px;
  height: auto;
  min-height: 320px;
}

@keyframes okegasPriceReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .okegas-view-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .okegas-submission-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .okegas-submission-hero__stats,
  .okegas-form-grid,
  .okegas-commerce-layout,
  .okegas-wallet__summary,
  .okegas-wallet-form__grid,
  .okegas-submission-stats {
    grid-template-columns: 1fr;
  }

  .okegas-submission-hero__stats {
    justify-content: stretch;
  }

  .okegas-form-grid--wide .okegas-field {
    grid-column: auto;
  }

  .okegas-form-actions {
    align-items: stretch;
  }

  .okegas-panel-card__header {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  .okegas-commerce-card,
  .okegas-wallet__panel {
    padding-top: 14px;
  }

  .okegas-submit-button {
    width: 100%;
  }

  .okegas-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 8px;
  }

  .okegas-history-table-scroll {
    overflow: visible;
    padding-bottom: 0;
  }

  .okegas-withdrawal-table {
    min-width: 720px;
  }

  .okegas-history-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  table.okegas-history-table.shop_table_responsive thead,
  table.okegas-history-table.shop_table_responsive tbody th {
    display: none !important;
  }

  table.okegas-history-table.shop_table_responsive tbody,
  table.okegas-history-table.shop_table_responsive tr,
  table.okegas-history-table.shop_table_responsive td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  .okegas-history-table thead {
    display: none;
  }

  .okegas-history-table tbody,
  .okegas-history-table tr,
  .okegas-history-table td {
    display: block;
    width: 100%;
  }

  .okegas-history-table tr {
    margin-bottom: 12px;
    padding: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none;
  }

  .okegas-history-table td {
    padding: 0;
    border: 0;
  }

  table.okegas-history-table.shop_table_responsive tr td::before,
  table.okegas-history-table.account-orders-table.shop_table_responsive tr td::before {
    content: attr(data-title);
    display: block;
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    text-align: left;
  }

  .okegas-history-table__media {
    align-items: flex-start;
  }

  .okegas-history-table__content {
    width: 100%;
  }

  .okegas-history-table__cell + .okegas-history-table__cell {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .okegas-history-table__cell:not(.okegas-history-table__cell--template) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }

  .okegas-history-table__cell::before {
    content: none;
  }

  .okegas-history-table__cell--actions {
    display: block;
  }

  .okegas-action-stack {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  .okegas-action-form--inline,
  .okegas-action-button {
    width: auto;
  }

  .okegas-action-button--icon {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    gap: 8px;
  }

  .okegas-action-button--icon[data-tooltip]::after {
    content: none;
  }

  .okegas-action-button--icon[data-tooltip]::before {
    content: attr(data-tooltip);
    position: static;
    transform: none;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 640px) {
  .okegas-template-submissions {
    gap: 10px;
  }

  .okegas-view-panel {
    padding: 14px;
  }

  .okegas-view-tabs,
  .okegas-tabs,
  .okegas-subtabs {
    gap: 8px;
    padding-bottom: 8px;
  }

  .okegas-view-tab,
  .okegas-tab {
    padding: 10px 12px;
    gap: 8px;
  }

  .okegas-submission-hero h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .okegas-wallet-card {
    padding: 10px 12px;
  }

  .okegas-wallet-card strong {
    font-size: 18px;
  }

  .okegas-history-table__cell + .okegas-history-table__cell {
    margin-top: 10px;
    padding-top: 10px;
  }

  .okegas-history-table tr {
    padding: 12px;
  }

  .okegas-history-table__media {
    flex-direction: column;
    gap: 10px;
  }

  .okegas-history-table__thumb-image {
    width: 100%;
    max-width: 96px;
    height: 96px;
  }

  .okegas-history-table__cell:not(.okegas-history-table__cell--template) {
    flex-direction: column;
    gap: 8px;
  }

  .okegas-history-table__cell::before {
    margin-bottom: 2px;
  }

  .okegas-action-stack {
    gap: 8px;
  }

  .okegas-action-button--icon[data-tooltip]::before {
    white-space: normal;
  }

  .okegas-submission-meta {
    display: block;
  }

  .okegas-action-form--inline, .okegas-action-button {
    width: 100% !important;
  }

  .okegas-history-table__thumb-image {
    margin-bottom: 0!important;
  }

  .okegas-history-table__content > br {
    display: none !important;
  }

  .okegas-submission-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okegas-stat-chip {
    padding: 7px 9px;
  }
}