.tb-duty {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding: 14px 16px;
  background: #eef6f8;
  border: 1px solid #d3e4ea;
  border-radius: 16px;
  color: #18313b;
}

.tb-duty__flags {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
}

.tb-duty__flag {
  display: block;
  width: 32px;
  height: 17px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(24, 49, 59, 0.12);
}

.tb-duty__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  min-width: 0;
}

.tb-duty__copy strong {
  font-size: 15px;
  line-height: 1.3;
}

.tb-duty__copy span {
  color: #3d5660;
  font-size: 14px;
  line-height: 1.45;
}

.tb-duty__more {
  flex: 0 0 auto;
  margin-left: auto;
  color: #18313b;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tb-duty a:focus-visible,
.tb-ship a:focus-visible {
  outline: 3px solid #087d96;
  outline-offset: 3px;
}

.tb-duty--checkout,
.tb-duty--cart,
.tb-duty--product {
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 12px;
}

.tb-duty--checkout .tb-duty__copy,
.tb-duty--cart .tb-duty__copy,
.tb-duty--product .tb-duty__copy {
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.tb-duty--checkout .tb-duty__copy strong,
.tb-duty--cart .tb-duty__copy strong,
.tb-duty--product .tb-duty__copy strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

body.archive .term-description {
  max-width: 70ch;
  margin: 8px 0 0;
  color: #3d5660;
  font-size: 16px;
  line-height: 1.6;
}

body.archive .term-description p {
  margin: 0 0 8px;
}

body.archive .term-description p:last-child {
  margin-bottom: 0;
}

body.archive .term-description strong {
  color: #18313b;
}

body.archive .term-description a {
  color: #087d96;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.archive .term-description a:hover {
  color: #18313b;
}

.tb-duty--shop {
  width: fit-content;
  max-width: min(70ch, 100%);
  margin: 14px 0 22px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 8px;
}

.term-description + .tb-duty--shop {
  margin-top: 14px;
}

.tb-duty--shop .tb-duty__flag {
  width: 22px;
  height: 12px;
}

.tb-duty--shop .tb-duty__copy {
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.tb-duty--shop .tb-duty__copy strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
}

.tb-duty--shop .tb-duty__more {
  margin-left: 0;
}

body.tb-ship-page .wd-sidebar {
  display: none !important;
}

body.tb-ship-page .wd-content-area {
  width: 100%;
  max-width: none;
  grid-column: 1 / -1;
}

.tb-ship {
  color: #18313b;
  padding-bottom: 28px;
}

.tb-ship__intro h2,
.tb-ship__block h3 {
  margin: 0 0 8px;
  color: #18313b;
  letter-spacing: -0.02em;
}

.tb-ship__intro h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.tb-ship__intro p,
.tb-ship__lead,
.tb-ship__note,
.tb-ship__providers p {
  margin: 0;
  color: #3d5660;
  font-size: 16px;
  line-height: 1.55;
}

.tb-ship__stats,
.tb-ship__zones,
.tb-ship__times,
.tb-ship__providers {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.tb-ship__stats,
.tb-ship__zones {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tb-ship__times,
.tb-ship__providers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-ship__stat,
.tb-ship__zones article,
.tb-ship__times article,
.tb-ship__providers article {
  margin: 0;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid #d5e4ea;
  border-radius: 18px;
}

.tb-ship__stat p,
.tb-ship__zones p,
.tb-ship__times p {
  margin: 0 0 8px;
  color: #5b727b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tb-ship__stat strong,
.tb-ship__zones strong,
.tb-ship__times strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.tb-ship__stat span,
.tb-ship__zones span,
.tb-ship__times span {
  display: block;
  color: #3d5660;
  font-size: 14px;
  line-height: 1.45;
}

.tb-ship__stat--dark {
  background: #18313b;
  border-color: #18313b;
}

.tb-ship__stat--dark p,
.tb-ship__stat--dark strong,
.tb-ship__stat--dark span {
  color: #fff;
}

.tb-ship__stat--dark span {
  color: #d5e4ea;
}

.tb-duty--page {
  margin-top: 18px;
  padding: 18px 20px;
}

.tb-ship__block {
  margin-top: 34px;
}

.tb-ship__zones a,
.tb-ship__note {
  color: #18313b;
}

.tb-ship__note {
  margin-top: 14px;
  padding: 14px 16px;
  background: #f7fbfc;
  border-radius: 14px;
}

.tb-ship__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tb-ship__payments li {
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #d5e4ea;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tb-ship__providers {
  margin-top: 14px;
}

.tb-ship__providers strong {
  display: block;
  margin-bottom: 6px;
}

.tb-ship__rates {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 0;
}

.tb-ship__rates div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #d5e4ea;
  border-radius: 14px;
}

.tb-ship__rates dt,
.tb-ship__rates dd {
  margin: 0;
}

.tb-ship__rates dt {
  font-weight: 700;
}

.tb-ship__rates dd {
  flex: 0 0 auto;
  color: #18313b;
  font-weight: 700;
  text-align: right;
}

.tb-ship__rates em {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: #e7f6ee;
  border-radius: 999px;
  color: #1d7a45;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: 1px;
}

.tb-ship__rates .is-duty-free {
  background: #f3fbf6;
  border-color: #b7e0c8;
}

@media (max-width: 800px) {
  .tb-ship__stats,
  .tb-ship__zones,
  .tb-ship__times,
  .tb-ship__providers,
  .tb-ship__rates {
    grid-template-columns: 1fr;
  }

  .tb-duty--page {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .tb-duty--page .tb-duty__more {
    margin-left: 0;
  }

  .tb-duty--shop,
  .tb-duty--shop .tb-duty__copy {
    flex-wrap: wrap;
  }
}
