:host {
  display: block;
}
:host .footer-top-title {
  font: var(--tds-headline-07);
  letter-spacing: var(--tds-headline-07-ls);
  color: var(--tds-footer-top-links-header);
  padding-bottom: 8px;
}
:host .footer-top-title *,
:host .footer-top-title ::slotted(*) {
  margin: 0;
}
:host button.footer-top-title-button {
  border: none;
  width: 100%;
  font: var(--tds-headline-07);
  letter-spacing: var(--tds-headline-07-ls);
  color: var(--tds-footer-top-links);
  background-color: transparent;
  text-align: left;
  padding: 19px 24px;
  justify-content: space-between;
  border-bottom: 1px solid var(--tds-footer-top-divider);
}
:host button.footer-top-title-button *,
:host button.footer-top-title-button ::slotted(*) {
  margin: 0;
}
:host button.footer-top-title-button.expanded tds-icon {
  transform: rotateZ(180deg);
}
:host button.footer-top-title-button:hover {
  cursor: pointer;
}
:host button.footer-top-title-button:active {
  background-color: var(--tds-footer-top-button-active);
}
:host button.footer-top-title-button:focus-visible {
  outline: 2px solid var(--tds-focus-outline-color);
  box-shadow: 0 0 0 1px var(--tds-white);
  outline-offset: 1px;
  z-index: 1;
}
:host button.footer-top-title-button tds-icon {
  transition: transform 0.2s ease-in-out;
}
:host [role=list] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}
:host [role=list].start, :host [role=list].end {
  gap: 24px;
}
:host [role=list].top-part-child {
  flex-direction: column;
}
:host .mobile-view [role=list].start:not(.top-part-child) {
  flex-direction: column;
}
:host .mobile-view [role=list].start:not(.top-part-child).start, :host .mobile-view [role=list].start:not(.top-part-child).end {
  gap: 8px;
}
:host .mobile-view [role=list].top-part-child.closed {
  display: none;
}
:host .mobile-view [role=list].top-part-child {
  gap: 0;
}
:host .mobile-view button.footer-top-title-button {
  display: flex;
  align-items: center;
}