html[lang="en-Uk"] footer .footer-navbar {
  display: none;
}

html[lang="en-Uk"] footer .section-separator {
  display: none;
}

html[lang="en-Uk"] footer .footer-navbar-eng {
  display: flex;
}

footer#footer {
  background-color: #f9f9f9;
  margin-bottom: 0;
}

.footer-container {
  max-width: var(--container-width);
  margin-inline: auto;
}

.footer-wrapper {
  background-color: white;
  max-width: calc(100% - 2rem);
  margin-inline: auto;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 3rem;
}

footer .row {
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: "Heebo", sans-serif;
}

footer .menu {
  margin: 0;
  padding: 0 5px;
  list-style: none;
  text-align: right;
}

footer .menu li {
  padding-bottom: 6px;
}

footer .menu li a {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.2s;
}

footer .menu li a:hover {
  color: #009aff;
  text-decoration: none;
}

footer .footer-navbar-mobile .menu li a {
  text-decoration: underline;
  text-decoration-color: #0274be;
}

footer .footer-navbar-mobile .menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #0274be;
}

footer .col-label {
  height: 26px;
  margin-bottom: 16px;
  text-align: right;
}

footer .col-label label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

footer .section-separator {
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: rgb(195, 198, 212);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 3rem;
}

footer .social-icons {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin: unset;
}

footer .social-icons a {
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  color: #fff;
  background-color: rgb(153, 153, 153);
  border-radius: 50%;
  transition: background-color 0.2s;
}

footer .social-icons a:hover {
  background-color: rgb(169, 169, 169);
}

footer .made-with-love,
footer .monday-logo,
footer .copy-rights {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .made-with-love {
  flex-direction: row-reverse;
  gap: 5px;
  margin-top: 40px;
}

footer .monday-logo {
  margin-top: 10px;
}

footer .copy-rights {
  margin-top: 0px;
  text-align: center;
}

footer .footer-navbar-eng {
  display: none;
  padding-top: 30px;
  padding-bottom: 0;
}

.footer-navbar-eng .menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.footer-navbar-eng .menu a {
  font-size: 14px;
}

footer .footer-navbar-mobile {
  display: none;
}

@media (max-width: 992px) {
  footer .footer-navbar-desktop {
    display: flex;
    flex-wrap: wrap;
  }

  /* ─── Mobile accordion: each .col-md-1 collapses its .menu, toggled by
     clicking .col-label. The `is-open` class is applied by
     home-page-2026.js. ─────────────────────────────────────────────── */
  .footer--2026 .footer-navbar-desktop .col-label {
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;
    margin-bottom: 0;
    padding-block: 12px;
    cursor: pointer;
    user-select: none;
  }
  .footer--2026 .footer-navbar-desktop .col-label label {
    cursor: pointer;
    margin-bottom: 0;
    color: #3d3d41;
  }
  /* Chevron pinned to the inline-end (visual left in RTL). */
  .footer--2026 .footer-navbar-desktop .col-label::after {
    content: "";
    flex-shrink: 0;
    width: 10px;
    height: 6px;
    margin-inline-start: auto;
    transition: transform 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.13281 1L4.66835 4.53553L8.20388 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A")
      no-repeat center/contain;
  }

  .footer--2026 .footer-navbar-desktop a.col-label::after {
    display: none;
  }
  .footer--2026 .footer-navbar-desktop .col-md-1.is-open .col-label::after {
    transform: scaleY(-1);
  }

  .footer--2026 .footer-navbar-desktop .col-md-1 .menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
  }
  .footer--2026 .footer-navbar-desktop .col-md-1.is-open .menu {
    max-height: 600px;
  }

  /* One column per row so each accordion spans the full width. */
  .footer-navbar-desktop > div.col-md-1 {
    flex: 1 0 45%;
    border-bottom: 1px solid #ececec;
  }
  .footer--2026
    section.footer-navbar.footer-navbar-desktop
    > div.col-md-1:last-child {
    border-bottom: 0;
  }
  .footer-wrapper {
    padding: 1rem;
  }

  footer .section-separator {
    display: none;
  }

  footer .made-with-love {
    margin-top: 25px;
  }

  .footer-bottom {
    flex-direction: column-reverse;
  }

  footer .monday-logo {
    margin-top: 10px;
  }

  footer .copy-rights {
    margin-top: 25px;
  }

  footer .social-icons {
    margin-top: 1rem;
  }

  footer .row {
    padding-top: 0;
  }

  .footer-navbar-eng .menu {
    gap: 20px;
  }

  .legal-links {
    margin-top: 1rem;
    color: #87868e;
  }
  .legal-links a {
    color: #87868e;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .footer-navbar .col-md-1,
  .footer-navbar .col-sm-1,
  .footer-navbar .col-lg-1 {
    width: 100%;
    flex: auto;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .footer-navbar .col-md-1,
  .footer-navbar .col-sm-1,
  .footer-navbar .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    flex: auto;
    max-width: none;
    padding: 0 2px;
  }

  footer .footer-navbar-desktop {
    display: flex;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer-navbar .col-md-1,
  .footer-navbar .col-sm-1,
  .footer-navbar .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    flex: auto;
    max-width: none;
  }
}
