/* GBIST FSB v6 — server-rendered banner */
.gbist-fsb-wrap {
  background: #4d3398;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gbist-fsb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  min-height: 36px;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

.gbist-fsb--pending {
  visibility: hidden;
}

.gbist-fsb strong {
  font-weight: 600;
  color: #fff;
}

.gbist-fsb .gbist-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  text-align: center;
}

.gbist-fsb .gbist-link {
  color: inherit;
  text-decoration: none;
}

.gbist-fsb .gbist-link:hover,
.gbist-fsb .gbist-link:focus {
  color: inherit;
  text-decoration: none;
}

.gbist-flag {
  display: inline-flex;
  width: 18px;
  height: 13px;
  line-height: 0;
  border-radius: 2px;
  overflow: hidden;
  vertical-align: middle;
}

.gbist-fsb:hover,
.gbist-fsb-wrap:hover {
  background: #4d3398;
  color: #fff;
}

@media (max-width: 767px) {
  .gbist-fsb {
    font-size: 12.5px;
    padding: 6px 0;
  }
}

/* Delivery info module */
.gbist-di {
  max-width: 1120px;
  margin: 20px auto 30px;
  padding: 0 12px;
}

.gbist-di-summary {
  text-align: center;
  margin-bottom: 20px;
}

.gbist-di-lead,
.gbist-di-country-line {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.3;
}

.gbist-di-current-country {
  text-decoration: underline;
}

.gbist-di-flag {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 36px;
  height: 24px;
  border-radius: 3px;
}

.gbist-di-controls label {
  display: block;
  font-weight: 700;
  margin: 0 0 8px;
}

.gbist-di-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.gbist-di-control {
  min-width: 0;
}

.gbist-di-controls select {
  width: 100%;
  margin: 0;
  min-height: 42px;
}

.gbist-di-language-wrap .gtranslate_wrapper,
.gbist-di-language-wrap .gt_selector,
.gbist-di-language-wrap select {
  width: 100%;
  max-width: 100%;
}

.gbist-di-language-wrap .gt_selector,
.gbist-di-language-wrap select {
  min-height: 42px;
}

.gbist-di-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
}

.gbist-di-table th,
.gbist-di-table td {
  border-top: 1px solid #d8d8d8;
  padding: 16px 24px;
  text-align: left;
  vertical-align: top;
  line-height: 1.35;
}

.gbist-di-table tr:first-child th,
.gbist-di-table tr:first-child td {
  border-top: 0;
}

.gbist-di-table th {
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 28px;
}

.gbist-di-table td {
  white-space: pre-line;
}

.gbist-di-note {
  margin-top: 14px;
  font-size: 14px;
  color: #222;
}

@media (max-width: 767px) {
  .gbist-di-lead,
  .gbist-di-country-line {
    font-size: 18px;
  }

  .gbist-di-controls {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 10px;
  }

  .gbist-di-controls select {
    margin: 0 0 16px;
  }

  .gbist-di-table th,
  .gbist-di-table td {
    display: block;
    width: 100%;
  }

  .gbist-di-table th {
    padding-left: 22px;
  }
}
