@media screen and (max-width: 440px) {
  .ombra-footer > .column-4 {
    width: 100%;
  }

  .ombra-footer .wp-block-buttons {
    width: 100%;
  }
}
@media screen and (min-width: 441px) {
  .ombra-footer .column-4 {
    width: min-content;
  }
}

@media screen and (max-width: 500px) {
  .ombra-footer > *:last-child {
    align-items: center !important;
  }
  .ombra-footer > *:last-child > *:last-child {
    width: 100%;
    justify-content: space-between;
  }
  .ombra-footer > *:last-child > *:first-child {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .ombra-footer {
    padding: 2.5rem 1rem;
    gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .ombra-footer {
    padding: 5rem 4rem;
  }
}

@media screen and (max-width: 850px) {
  .ombra-footer > * {
    flex-direction: column;
    justify-content: start !important;
  }
}
@media screen and (max-width: 1199px) {
  .ombra-footer > * {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .ombra-footer > * {
    justify-content: space-between;
  }
}

.ombra-footer {
  font-size: 0.875rem;
}

.ombra-footer > * {
  width: 100%;
  max-width: calc(1600px - 8rem);
  margin: unset 4rem !important;
  align-items: start !important;
}

.ombra-footer .column-4 .wp-element-button {
  white-space: nowrap;
}

footer {
  margin-block-start: 0;
}
