/* src/styles.scss */
:root {
  --color-border: #e5e7eb;
  --color-error: #dc2626;
  --color-error-bg: #fee2e2;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  color: var(--sl-color-text-neutral-default);
  background-color: var(--sl-color-background-subtle, #f9fafb);
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  max-width: min(360px, 100vw - 32px) !important;
  max-height: none !important;
  overflow: visible !important;
}
.gm-style .gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
  padding: 0 !important;
}
.gm-style .gm-style-iw-chr {
  display: none !important;
}
.gm-style .gm-style-iw-t::after {
  display: none !important;
  box-shadow: none !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
