/* Generated only from the approved footer CSS. */
.tm-site-footer, .tm-site-footer * { box-sizing: border-box; }
.tm-site-footer a { color: inherit; text-decoration: none; }
.tm-site-footer button, .tm-site-footer input { font: inherit; letter-spacing: 0; }
.tm-site-footer button, .tm-site-footer a { -webkit-tap-highlight-color: transparent; }
.tm-site-footer img { display: block; max-width: 100%; }
.tm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tm-site-footer {
  --footer-bg: #f8fcfe;
  --footer-surface: #ffffff;
  --footer-surface-blue: #f2f9fd;
  --footer-ink: #173447;
  --footer-blue: #3f82b5;
  --footer-blue-strong: #2d6f9f;
  --footer-blue-bright: #8bc1e2;
  --footer-text: #173447;
  --footer-muted: #6b8191;
  --footer-line: #e1edf4;
  --footer-line-strong: #d2e5f0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0, var(--footer-bg) 42%, #f4fafe 100%);
  color: var(--footer-text);
}

.tm-site-footer svg {
  stroke-width: 1.65;
}

.tm-site-footer::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, #a8d2ea, #e6f2f8 72%, transparent);
  content: "";
}

.tm-site-footer::after {
  display: none;
}

.tm-footer-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 0;
}

.tm-footer-overview {
  display: grid;
  grid-template-columns: minmax(300px, 320px) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.tm-footer-brand-block > img {
  width: min(220px, 100%);
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: left center;
}

.tm-footer-brand-block > p {
  max-width: 320px;
  margin: 12px 0 8px;
  color: var(--footer-muted);
  font-size: 14px;
  line-height: 1.45;
}

.tm-footer-contact-list {
  display: grid;
  gap: 4px;
}

.tm-footer-contact-list a,
.tm-footer-contact-list span {
  min-height: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--footer-text);
  font-size: 14px;
  line-height: 1.4;
}

.tm-footer-contact-list a {
  width: fit-content;
  font-weight: 700;
}

.tm-footer-contact-list svg {
  flex: 0 0 auto;
  color: var(--footer-blue);
}

.tm-footer-trust-link {
  width: fit-content;
  min-height: 32px;
  margin-top: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--footer-blue-strong);
  font-size: 12px;
  font-weight: 800;
}

.tm-footer-trust-link svg:last-child {
  color: var(--footer-muted);
}

.tm-footer-legal-block {
  min-width: 0;
  padding-left: 28px;
  border-left: 1px dashed var(--footer-line-strong);
}

.tm-footer-legal-heading {
  min-height: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.tm-footer-legal-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--footer-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.tm-footer-legal-heading h2,
.tm-footer-directory-heading h2,
.tm-footer-service-heading h2,
.tm-footer-main-navigation-heading h2 {
  margin: 0;
  color: var(--footer-text);
  font-size: 22px;
  line-height: 1.2;
}

.tm-footer-legal-heading > a {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--footer-line);
  border-radius: 6px;
  background: transparent;
  color: var(--footer-blue-strong);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.tm-footer-entity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.tm-footer-entity-card {
  min-width: 0;
  padding: 10px 24px 4px 0;
  background: transparent;
}

.tm-footer-entity-card + .tm-footer-entity-card {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px dashed var(--footer-line-strong);
}

.tm-footer-entity-title {
  min-height: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: var(--footer-text);
}

.tm-footer-entity-title > span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.tm-footer-entity-title > span svg {
  flex: 0 0 auto;
  color: var(--footer-blue);
}

.tm-footer-entity-title strong {
  font-size: 14px;
  line-height: 1.35;
}

.tm-footer-entity-title button {
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--footer-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.tm-footer-entity-title button:hover {
  background: var(--footer-surface-blue);
  color: var(--footer-blue-strong);
}

.tm-footer-entity-card dl {
  margin: 14px 0 0;
  display: grid;
  gap: 8px;
}

.tm-footer-entity-card dl > div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
}

.tm-footer-entity-card dt,
.tm-footer-entity-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.tm-footer-entity-card dt {
  color: var(--footer-muted);
}

.tm-footer-entity-card dd {
  color: var(--footer-text);
  overflow-wrap: anywhere;
}

.tm-footer-entity-card dd a {
  font-weight: 700;
}

.tm-footer-main-navigation {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--footer-line-strong);
}

.tm-footer-main-navigation-heading {
  margin-bottom: 12px;
  text-align: center;
}

.tm-footer-primary-links {
  width: min(960px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px dashed var(--footer-line-strong);
  background: transparent;
}

.tm-footer-primary-links a {
  position: relative;
  min-height: 44px;
  padding: 0 38px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed var(--footer-line-strong);
  background: transparent;
  color: var(--footer-text);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.tm-footer-primary-links a:not(:nth-child(3n + 1)) {
  border-left: 1px dashed var(--footer-line-strong);
}

.tm-footer-primary-links a:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.tm-footer-primary-links .tm-footer-link-arrow {
  position: absolute;
  right: 18px;
}

.tm-footer-link-arrow {
  flex: 0 0 auto;
  color: var(--footer-blue-bright);
  transition: transform 160ms ease, color 160ms ease;
}

.tm-footer-primary-links a:hover .tm-footer-link-arrow {
  color: var(--footer-blue);
  transform: translateX(3px);
}

.tm-footer-service-directory {
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px solid var(--footer-line-strong);
}

.tm-footer-service-heading {
  max-width: 720px;
  margin-bottom: 16px;
}

.tm-footer-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.tm-footer-service-card {
  min-width: 0;
  padding: 0 24px;
  background: transparent;
}

.tm-footer-service-card:first-child {
  padding-left: 0;
}

.tm-footer-service-card:last-child {
  padding-right: 0;
}

.tm-footer-service-card + .tm-footer-service-card {
  border-left: 1px dashed var(--footer-line-strong);
}

.tm-footer-service-card h3 {
  min-height: 28px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--footer-ink);
  font-size: 15px;
  line-height: 1.3;
}

.tm-footer-service-card h3 svg {
  flex: 0 0 auto;
  color: var(--footer-blue);
}

.tm-footer-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-footer-service-card li + li {
  border-top: 1px solid var(--footer-line);
}

.tm-footer-service-card a {
  min-height: 43px;
  padding: 8px 2px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: #405f73;
  font-size: 13px;
  line-height: 1.35;
}

.tm-footer-service-card a:hover {
  color: var(--footer-blue-strong);
}

.tm-footer-service-card a:hover .tm-footer-link-arrow {
  color: var(--footer-blue);
  transform: translateX(2px);
}

.tm-footer-directory {
  padding: 24px 0;
  border-top: 1px solid var(--footer-line-strong);
}

.tm-footer-directory-heading {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(230px, 3fr) minmax(0, 9fr);
  align-items: end;
  gap: 32px;
}

.tm-footer-directory-heading p {
  margin: 5px 0 0;
  color: var(--footer-muted);
  font-size: 13px;
}

.tm-footer-page-search {
  position: relative;
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 0 12px 0 16px;
  border: 1px solid var(--footer-line-strong);
  border-radius: 7px;
  overflow: hidden;
  background: var(--footer-surface);
  isolation: isolate;
}

.tm-footer-page-search::after {
  position: absolute;
  inset: -40% auto -40% -42%;
  z-index: 0;
  width: 38%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(139, 193, 226, 0.08) 24%,
    rgba(139, 193, 226, 0.24) 50%,
    rgba(255, 255, 255, 0.72) 62%,
    transparent 100%
  );
  content: "";
  pointer-events: none;
  transform: translateX(-160%) skewX(-18deg);
  animation: footer-search-wave 14s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.tm-footer-page-search > svg,
.tm-footer-page-search > input,
.tm-footer-page-search > button {
  position: relative;
  z-index: 1;
}

.tm-footer-page-search:focus-within::after {
  opacity: 0;
  animation-play-state: paused;
}

.tm-footer-page-search > svg {
  color: var(--footer-blue);
}

.tm-footer-page-search input {
  min-width: 0;
  height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--footer-text);
  font: inherit;
  font-size: 14px;
}

.tm-footer-page-search input::placeholder {
  color: #7890a0;
  opacity: 1;
}

.tm-footer-page-search input::-webkit-search-cancel-button {
  display: none;
  appearance: none;
}

.tm-footer-page-search button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--footer-muted);
  cursor: pointer;
}

.tm-footer-page-search button:hover {
  background: var(--footer-surface-blue);
  color: var(--footer-blue-strong);
}

@keyframes footer-search-wave {
  0% {
    opacity: 0;
    transform: translateX(-160%) skewX(-18deg);
  }

  4% {
    opacity: 0.9;
  }

  22% {
    opacity: 0;
    transform: translateX(390%) skewX(-18deg);
  }

  100% {
    opacity: 0;
    transform: translateX(390%) skewX(-18deg);
  }
}

.tm-footer-search-suggestions {
  min-height: 34px;
  margin: -4px 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--footer-muted);
  font-size: 12px;
}

.tm-footer-search-suggestions button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--footer-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--footer-blue-strong);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tm-footer-search-suggestions button:hover {
  border-color: var(--footer-line-strong);
  background: var(--footer-surface-blue);
}

.tm-footer-accordions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 0 24px;
  border-bottom: 1px solid var(--footer-line);
}

.tm-footer-accordions > .tm-footer-section:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.tm-footer-section {
  min-width: 0;
  border-top: 1px solid var(--footer-line);
  background: transparent;
  overflow: clip;
}

.tm-footer-section summary {
  min-height: 56px;
  padding: 0 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  color: var(--footer-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.tm-footer-section summary::-webkit-details-marker {
  display: none;
}

.tm-footer-section summary svg {
  color: var(--footer-blue);
  transition: transform 160ms ease;
}

.tm-footer-section[open] summary {
  border-bottom: 1px dashed var(--footer-line);
  background: transparent;
}

.tm-footer-section[open] summary svg {
  transform: rotate(180deg);
}

.tm-footer-section-count {
  min-width: 24px;
  height: 24px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--footer-muted);
  font-size: 12px;
}

.tm-footer-section ul {
  margin: 0;
  padding: 10px 14px 14px;
  columns: 2;
  column-gap: 24px;
  list-style: none;
}

.tm-footer-section li {
  break-inside: avoid;
}

.tm-footer-section li + li {
  border-top: 1px solid var(--footer-line);
}

.tm-footer-section li a {
  min-height: 44px;
  padding: 9px 5px;
  display: flex;
  align-items: center;
  color: #4b687a;
  font-size: 13px;
  line-height: 1.35;
}

.tm-footer-section li a::before {
  width: 4px;
  height: 4px;
  margin-right: 9px;
  flex: 0 0 auto;
  border-radius: 1px;
  background: var(--footer-blue-bright);
  content: "";
}

.tm-footer-search-results {
  min-height: 116px;
  padding: 16px;
  border: 1px solid var(--footer-line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.7);
}

.tm-footer-search-results > p {
  margin: 0;
  color: var(--footer-muted);
  font-size: 13px;
}

.tm-footer-search-results ul {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  list-style: none;
}

.tm-footer-search-results li {
  min-width: 0;
  border-top: 1px solid var(--footer-line);
}

.tm-footer-search-results a {
  min-height: 44px;
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  color: #4b687a;
  font-size: 13px;
  line-height: 1.35;
}

.tm-footer-search-results a small {
  color: var(--footer-muted);
  font-size: 11px;
}

.tm-footer-bottom {
  min-height: 72px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--footer-line);
  color: var(--footer-muted);
  font-size: 12px;
  line-height: 1.4;
}

.tm-footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.tm-footer-bottom button {
  min-width: 112px;
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--footer-line);
  border-radius: 4px;
  background: transparent;
  color: var(--footer-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.tm-footer-bottom button:hover {
  border-color: var(--footer-line-strong);
  color: var(--footer-blue-strong);
}

.tm-footer-contact-list a:hover,
.tm-footer-entity-card dd a:hover,
.tm-footer-section li a:hover,
.tm-footer-search-results a:hover {
  color: var(--footer-blue-strong);
}

.tm-footer-primary-links a:hover,
.tm-footer-section summary:hover {
  background: rgba(242, 249, 253, 0.72);
}

.tm-site-footer a:focus-visible,
.tm-site-footer button:focus-visible,
.tm-site-footer input:focus-visible,
.tm-site-footer summary:focus-visible {
  outline: 1.5px solid #76b5d8;
  outline-offset: 2px;
}

@media (max-width: 1120px) {

  .tm-footer-overview {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tm-footer-brand-block {
    display: grid;
    grid-template-areas:
      "logo description"
      "logo contacts"
      "logo trust";
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 6px 28px;
  }

  .tm-footer-brand-block > img {
    grid-area: logo;
  }

  .tm-footer-brand-block > p {
    grid-area: description;
    max-width: none;
    margin: 0;
  }

  .tm-footer-contact-list {
    grid-area: contacts;
  }

  .tm-footer-trust-link {
    grid-area: trust;
    margin-top: 0;
  }

  .tm-footer-legal-block {
    padding: 28px 0 0;
    border-top: 1px solid var(--footer-line);
    border-left: 0;
  }

  .tm-footer-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .tm-footer-primary-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-footer-service-card:nth-child(odd) {
    padding-right: 24px;
    padding-left: 0;
    border-left: 0;
  }

  .tm-footer-service-card:nth-child(even) {
    padding-right: 0;
    padding-left: 24px;
    border-left: 1px dashed var(--footer-line-strong);
  }

}

@media (max-width: 900px) {
  .tm-footer-overview {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tm-footer-legal-block {
    padding: 28px 0 0;
    border-top: 1px solid var(--footer-line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .tm-site-footer::after {
    display: none;
  }

  .tm-footer-shell {
    width: calc(100% - 28px);
    padding-top: 32px;
  }

  .tm-footer-brand-block {
    display: block;
  }

  .tm-footer-overview {
    gap: 24px;
  }

  .tm-footer-brand-block > img {
    width: min(270px, 100%);
  }

  .tm-footer-brand-block > p {
    margin: 16px 0;
  }

  .tm-footer-contact-list a,
  .tm-footer-contact-list span {
    min-height: 44px;
  }

  .tm-footer-legal-heading,
  .tm-footer-directory-heading {
    align-items: flex-start;
  }

  .tm-footer-legal-heading {
    min-height: 0;
    flex-direction: column;
  }

  .tm-footer-directory-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tm-footer-page-search {
    width: 100%;
  }

  .tm-footer-legal-heading > a {
    width: 100%;
    min-height: 48px;
  }

  .tm-footer-entity-grid,
  .tm-footer-accordions {
    grid-template-columns: 1fr;
  }

  .tm-footer-entity-card {
    padding: 8px 0 4px;
  }

  .tm-footer-entity-card + .tm-footer-entity-card {
    margin-top: 16px;
    padding: 20px 0 4px;
    border-top: 1px dashed var(--footer-line-strong);
    border-left: 0;
  }

  .tm-footer-entity-title {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tm-footer-entity-title button {
    width: 100%;
    justify-content: flex-start;
    padding-inline: 0;
  }

  .tm-footer-primary-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-footer-primary-links a {
    min-height: 48px;
    padding: 0 34px 0 14px;
    justify-content: flex-start;
    text-align: left;
  }

  .tm-footer-primary-links a:not(:nth-child(3n + 1)) {
    border-left: 0;
  }

  .tm-footer-primary-links a:nth-child(even) {
    border-left: 1px dashed var(--footer-line-strong);
  }

  .tm-footer-primary-links a:nth-last-child(-n + 3) {
    border-bottom: 1px dashed var(--footer-line-strong);
  }

  .tm-footer-primary-links a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .tm-footer-primary-links .tm-footer-link-arrow {
    right: 12px;
  }

  .tm-footer-main-navigation-heading {
    text-align: left;
  }

  .tm-footer-directory {
    padding: 24px 0;
  }

  .tm-footer-service-directory {
    margin-top: 16px;
    padding: 16px 0 4px;
  }

  .tm-footer-service-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .tm-footer-service-card {
    padding: 14px 0 8px;
    border-top: 1px dashed var(--footer-line-strong);
    border-left: 0;
  }

  .tm-footer-service-card:nth-child(odd),
  .tm-footer-service-card:nth-child(even) {
    padding: 14px 0 8px;
    border-left: 0;
  }

  .tm-footer-directory-heading {
    gap: 12px;
  }

  .tm-footer-section summary {
    min-height: 52px;
    padding-inline: 15px;
  }

  .tm-footer-section ul {
    padding: 6px 14px 12px;
    columns: 1;
  }

  .tm-footer-accordions > .tm-footer-section:last-child:nth-child(odd) {
    grid-column: 1;
  }

  .tm-footer-section li a {
    min-height: 46px;
  }

  .tm-footer-bottom {
    padding: 18px 0 8px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tm-footer-bottom > div {
    flex-direction: column;
    gap: 6px;
  }

  .tm-footer-search-results ul {
    grid-template-columns: 1fr;
  }

  .tm-footer-search-suggestions {
    margin-top: 0;
    align-items: stretch;
  }

  .tm-footer-search-suggestions > span {
    flex-basis: 100%;
  }

  .tm-footer-search-suggestions button {
    min-width: 0;
    padding-inline: 7px;
    flex: 1 1 auto;
    font-size: 11px;
  }
}

@media (max-width: 420px) {

  .tm-footer-entity-card dl > div {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .tm-footer-section summary svg {
    transition: none;
  }

  .tm-footer-page-search::after {
    animation: none;
  }
}


.tm-footer-trust-stack { grid-area: trust; display: grid; justify-items: start; gap: 6px; }
.tm-footer-runtime-socials { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.tm-footer-runtime-socials li { margin: 0; padding: 0; }
.tm-footer-runtime-socials a { min-width: 30px; min-height: 30px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--footer-line); border-radius: 50%; color: var(--footer-blue-strong); font-size: 10px; font-weight: 800; }
.tm-footer-native-trust { min-height: 0; color: var(--footer-muted); font-size: 11px; }
.tm-footer-native-trust:empty { display: none; }
.tm-footer-native-trust img { width: 88px; height: 31px; object-fit: contain; opacity: .72; }
.tm-footer-account-name { margin-left: 4px; color: var(--footer-muted); font-size: 11px; font-weight: 500; }
.tm-footer-account-name:empty { display: none; }
.tm-footer-secondary-contact.hide, .tm-footer-secondary-contact.d-none { display: none; }

/* TM 2026-08-16: join the dynamic PHPShop footer to the native 25/75 page grid. */
@media (min-width: 1121px) {
  .main-container > .tm-site-footer .tm-footer-shell {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-top: 32px;
  }

  .main-container > .tm-site-footer .tm-footer-overview {
    grid-template-columns: calc(25% - 8px) minmax(0, 1fr);
    gap: 0;
  }

  .main-container > .tm-site-footer .tm-footer-brand-block {
    padding-right: 24px;
  }

  .main-container > .tm-site-footer .tm-footer-legal-block {
    padding-left: 24px;
  }
}
