/*
 * OneCloud footer mobile refinements.
 *
 * A compact, left-aligned footer treatment for phones and narrow tablets.
 */

@media (max-width: 575.98px) {
  #footer.footer {
    padding: 32px 0 24px;
  }

  #footer.footer .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .oc-footer__main {
    gap: 24px;
    padding-bottom: 22px;
    text-align: left;
  }

  .oc-footer__brand {
    padding-bottom: 22px;
  }

  .oc-footer__logo-link {
    justify-content: flex-start;
    margin-bottom: 16px;
  }

  .oc-footer__logo {
    width: 116px;
  }

  .oc-footer__about {
    margin: 0 0 22px;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.7;
  }

  .oc-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 30px;
    max-width: none;
    text-align: left;
  }

  .oc-footer__links {
    gap: 8px;
  }

  .oc-footer__links a {
    display: inline-flex;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.45;
  }

  .oc-footer__links a:hover,
  .oc-footer__links a:focus {
    color: #72d97f;
  }

  .oc-footer__contact {
    padding-left: 0;
  }

  .oc-footer__heading {
    max-width: none;
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.25;
  }

  .oc-footer__intro {
    margin: 0 0 18px;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.62;
  }

  .oc-footer__contact-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    text-align: left;
  }

  .oc-footer__contact-grid > div {
    display: grid;
    grid-template-columns: minmax(82px, 0.7fr) minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .oc-footer__contact-grid span {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .oc-footer__contact-grid a {
    min-width: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .oc-footer__bottom {
    align-items: flex-start;
    gap: 14px;
    padding-top: 18px;
    text-align: left;
  }

  .oc-footer__social {
    justify-content: flex-start;
    gap: 22px;
    width: 100%;
  }

  .oc-footer__social a {
    justify-content: center;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
  }

  .oc-footer__social i {
    margin: 0;
    width: auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
  }

  .oc-footer__social a:hover i,
  .oc-footer__social a:focus i {
    color: #72d97f;
  }

  .oc-footer__meta {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
  }

  .oc-footer__lang-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: auto;
    margin: 0;
    padding: 7px 10px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: transparent !important;
    font-size: 12px !important;
  }

  #footer.footer .oc-footer__bottom .copyright {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.5;
  }
}
