.wp-block-post-content {
  /** this prevents scroll-area transform from showing vertical scrollbars */
  /* todo: get rid of transform grab, this breaks fixed scrolling */
  /* overflow: hidden; */
}

button {
  font-variant-ligatures: none;
}

.wp-block-site-logo {
  flex-shrink: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none a {
  text-decoration: none;
}

/* todo: added on weekend*/
@media screen and (max-width: 1024px) {
  .b2c-specialist-buttons {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .business-home-hero {
    background-image: url("/wp-content/uploads/2024/06/home_business_hero_mobile.webp") !important;
    background-position: 50% 0 !important;
    background-size: cover !important;
  }
}

@media screen and (min-width: 768px) {
  .business-home-hero {
    background-position: 90% !important;
  }
}

@media screen and (max-width: 1024px) {
  .domestic-over-card {
    display: none !important;
  }
}

@media screen and (min-width: 782px) and (max-width: 1024px) {
  .domestic-inline-card {
    padding-top: 80px !important;
  }
}

@media screen and (min-width: 1024px) {
  .domestic-inline-card {
    display: none !important;
  }

  .domestic-over-card {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: var(--wp--preset--spacing--fluid-16-64);
  }
}

.rotate-svg svg {
  transform: rotate(180deg);
}
