@media (min-width: 768px) {
  .atlas-app:has(.fixed.end-0.top-0.h-full.w-96) .atlas-zoom-controls {
    right: calc(24rem + 20px);
  }

  .atlas-app:has(.fixed.end-0.top-0.h-full.w-96) .atlas-map-scale {
    right: calc(24rem + 22px);
  }
}
