body .bottom-footer {
  padding-top: 20px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.bottom-footer .gtllp-bottom-footer-row {
  align-items: center;
}

.bottom-footer .gtllp-bottom-footer-links .colophon-link {
  width: 100%;
  margin: 0;
}

.bottom-footer .gtllp-bottom-footer-links .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bottom-footer .gtllp-bottom-footer-links .menu > li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.bottom-footer .gtllp-bottom-footer-links .menu > li:not(:last-child)::after {
  content: "|";
  margin: 0 9px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

body .bottom-footer .gtllp-bottom-footer-links .colophon-text {
  display: inline-block;
  padding: 3px 0;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  text-decoration: none;
}

body .bottom-footer .gtllp-bottom-footer-links .colophon-text:hover {
  color: rgba(255, 255, 255, 0.76) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body .bottom-footer .gtllp-bottom-footer-links .colophon-text:focus-visible {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.bottom-footer .gtllp-bottom-footer-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right !important;
}

body .bottom-footer .gtllp-bottom-footer-meta .copyright {
  width: auto;
  max-width: none;
  margin: 0 0 0 auto;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.5;
  text-align: right !important;
}

body .bottom-footer .gtllp-bottom-footer-meta .copyright a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body .bottom-footer .gtllp-bottom-footer-meta .copyright a:hover,
body .bottom-footer .gtllp-bottom-footer-meta .copyright a:focus-visible {
  color: rgba(255, 255, 255, 0.76) !important;
}

@media screen and (max-width: 639px) {
  body .bottom-footer {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .bottom-footer .gtllp-bottom-footer-links .menu {
    justify-content: center;
  }

  .bottom-footer .gtllp-bottom-footer-links,
  .bottom-footer .gtllp-bottom-footer-meta {
    text-align: center !important;
  }

  .bottom-footer .gtllp-bottom-footer-meta {
    justify-content: center;
    margin-top: 16px;
  }

  body .bottom-footer .gtllp-bottom-footer-meta .copyright {
    margin: 0;
    text-align: center !important;
  }
}
