.tsp-surcharge-page {
  --tsp-ink: #181624;
  --tsp-heading: #14201f;
  --tsp-muted: #5a5a66;
  --tsp-line: #e8e8e9;
  margin-block: 48px 80px;
  color: var(--tsp-ink);
  font-family: var(--theme-font-family, "IRANSansX", Tahoma, Arial, sans-serif);
}
.tsp-surcharge-page * { box-sizing: border-box; }
.tsp-surcharge-panel { overflow: hidden; border: 1px solid var(--tsp-line); border-radius: 12px; background: #fff; box-shadow: 0 2px 5px rgba(38, 39, 64, .03); }
.tsp-surcharge-heading { min-height: 57px; padding: 16px 24px; border-bottom: 1px solid var(--tsp-line); display: flex; align-items: center; justify-content: space-between; }
.tsp-surcharge-heading h1 { margin: 0; color: var(--tsp-heading); font-size: 16px; line-height: 24px; font-weight: 600; letter-spacing: -.16px; }
.tsp-surcharge-heading svg { flex: 0 0 24px; color: #414651; }
.tsp-surcharge-table-wrap { padding: 16px; overflow: hidden; }
.tsp-surcharge-table { width: 100%; table-layout: fixed; border: 1px solid var(--tsp-line); border-spacing: 0; border-radius: 8px; overflow: hidden; font-size: 14px; }
.tsp-surcharge-table th, .tsp-surcharge-table td { height: 56px; padding: 13px 16px; border-bottom: 1px solid var(--tsp-line); text-align: center; font-weight: 500; line-height: 1.55; }
.tsp-surcharge-table thead th { color: var(--tsp-muted); font-size: 13px; white-space: nowrap; }
.tsp-surcharge-table th:nth-child(1), .tsp-surcharge-table td:nth-child(1) { width: 80px; }
.tsp-surcharge-table th:nth-child(2), .tsp-surcharge-table td:nth-child(2) { width: 250px; text-align: right; }
.tsp-surcharge-table tbody tr:last-child td { border-bottom: 0; }
.tsp-surcharge-table tbody tr:hover { background: #fbfcfe; }
.tsp-zone-code, .tsp-price { font-family: Arial, Tahoma, sans-serif; }
.tsp-country-list { overflow-wrap: anywhere; }
.tsp-carrier-badge { min-width: 52px; height: 24px; display: inline-flex; align-items: center; justify-content: center; padding-inline: 12px; border: 1px solid; border-radius: 999px; font-family: Arial, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: -.28px; box-shadow: 0 1px 1px rgba(38, 39, 64, .05); }
.tsp-carrier-dhl { color: #1968ef; background: #dfeafd; border-color: #9bbffd; }
.tsp-carrier-ups { color: #178a5f; background: #e7f5ee; border-color: #cfecdc; }
.tsp-surcharge-cards { display: none; }
.tsp-surcharge-empty { margin: 0; padding: 48px 24px; color: var(--tsp-muted); text-align: center; font-size: 14px; }
@media (min-width: 901px) and (max-width: 1180px) {
  .tsp-surcharge-table th:nth-child(2), .tsp-surcharge-table td:nth-child(2) { width: 220px; }
  .tsp-surcharge-table th, .tsp-surcharge-table td { padding-inline: 9px; }
}
@media (max-width: 900px) {
  .tsp-surcharge-page { margin-block: 20px 0; }
  .tsp-surcharge-panel { border: 0; outline: 1px solid var(--tsp-line); outline-offset: -1px; }
  .tsp-surcharge-heading { height: 56px; min-height: 56px; padding: 16px; }
  .tsp-surcharge-heading h1 { font-size: 14px; letter-spacing: 0; }
  .tsp-surcharge-table-wrap { display: none; }
  .tsp-surcharge-cards { display: flex; flex-direction: column; gap: 16px; padding: 16px; }
  .tsp-zone-card { overflow: hidden; outline: 1px solid var(--tsp-line); outline-offset: -1px; border-radius: 12px; padding: 16px; background: #fff; box-shadow: 0 2px 5px rgba(38, 39, 64, .03); }
  .tsp-zone-card-heading { min-height: 36px; margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .tsp-zone-card-title { min-width: 0; flex: 1; display: flex; flex-direction: column; align-items: flex-start; line-height: 1.5; text-align: right; }
  .tsp-zone-card-title strong { width: 100%; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }
  .tsp-zone-card-title b { width: 100%; color: var(--tsp-muted); font: 500 12px/15px Arial, sans-serif; }
  .tsp-zone-card dl { margin: 0; }
  .tsp-zone-card dl div { position: relative; min-height: 41px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
  .tsp-zone-card dl div:not(:last-child)::after { content: ""; position: absolute; inset: 31px 0 auto; height: 1px; background: var(--tsp-line); }
  .tsp-zone-card dl div:last-child { min-height: 21px; }
  .tsp-zone-card dt { color: var(--tsp-muted); font-size: 12px; line-height: 21px; font-weight: 500; }
  .tsp-zone-card dd { margin: 0; color: var(--tsp-ink); font: 500 14px/21px Tahoma, Arial, sans-serif; white-space: nowrap; }
  .tsp-zone-note { min-height: 32px; margin: 16px 0 0; padding: 5px 10px; border: 1px solid #d5d7da; border-radius: 6px; display: grid; place-items: center; color: var(--tsp-muted); font-size: 12px; text-align: center; }
}
