/* icon block stays by #f-b */
[domain-footer-back-to-start] i {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

/* details column */
[domain-footer-section-2-contents] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
}

/* last-child reset margin on the last shortcut */
[domain-footer-shortcut]:last-child {
  margin-bottom: 0;
}

[domain-footer-contact] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 22px;
  font-style: normal;
}


/* make those links white */
[domain-footer-contact-location] a,
[domain-footer-contact-phone] a {
  color: #fff;
}



/* first section */
[domain-footer-container-section-1] {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 0 70px 55px 70px;
  border-bottom: 1px solid #181818;
  flex-shrink: 0;
}

/* second section */
[domain-footer-container-section-2] {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 0 70px 55px 70px;
  flex-shrink: 0;
}

/* container */
[domain-footer-container] {
  height: 100vh;
  background-color: #0a0a0a;
  color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
  width: 30em;
  will-change: transform;
}

/* your back-to-start link */
[domain-footer-back-to-start] {
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 31px;
  transition: background 0.3s, transform 0.2s;
}

[domain-footer-back-to-start]:hover {
  transform: translateX(-5px);
}

/* the big “Back to the start” text */
[domain-footer-back-to-start] span {
  font-weight: 600;
  font-size: 35px;
  font-family: inter;
}

/* menu container */
[domain-footer-shortcut-container] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  margin-top: 40px;
}

/* each shortcut link */
[domain-footer-shortcut] {
  text-align: left;
  margin-bottom: 23px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 400;
}

[domain-footer-shortcut]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* footer section 2 wrapper */
[domain-footer-section-2-internal] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* copyright text */
[domain-footer-legal-container] p {
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: #dbdbdb;
}

/* legal links row */
[domain-footer-legal-links] {
  display: flex;
  gap: 10px;
}

[domain-footer-terms],
[domain-footer-privacy] {
  color: #dbdbdb;
  font-size: 15px;
  cursor: pointer;
}


/* responsive tweaks */
@media screen and (max-height: 829px) {
  [domain-footer-shortcut] {
    margin-bottom: 20px;
  }
}

@media screen and (max-height: 760px) {
  [domain-footer-container-section-2] {
    flex: 0;
    padding-top: 70px;
  }
}

@media screen and (max-height: 700px) {
  [domain-footer-shortcut-container] {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
  }

  [domain-footer-back-to-start] { display: none;}
}

[domain-footer-shortcut].disabled-footer-link {
  opacity: 0.6 !important;
  pointer-events: none;
}

[domain-footer-weekly-hours] {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
  row-gap: 0;
  column-gap: 0;
    display: flex;
  flex-wrap: wrap
}

[domain-footer-weekly-hours] li {
    margin: 2px 0;
    white-space: nowrap;
    color: #dbdbdb;
}
[domain-footer-weekly-hours] span {
  margin-left: .35em;
}


[domain-footer-weekly-hours] li::after {
  content: "\2022";
  margin: 0 7px;
  color: #5f5f5f;
  font-weight: 600
}

[domain-footer-weekly-hours] li:last-child::after {
  content: ""
}
