.atlc-auth-page {
  --atlc-auth-primary: #004e9a;
  --atlc-auth-primary-bright: #0b66c3;
  --atlc-auth-primary-hover: #003f7d;
  --atlc-auth-text: #1a1c1e;
  --atlc-auth-muted: #414752;
  --atlc-auth-outline: #c1c6d4;
  --atlc-auth-surface: #ffffff;
  --atlc-auth-surface-low: #f3f3f6;
  --atlc-auth-sand: #f9f6f0;
  --atlc-auth-error: #ba1a1a;
  --atlc-auth-success: #2d5a27;

  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  min-width: 0;
  min-height: 680px;
  margin: 0 0 0 -50vw !important;
  padding: 72px max(20px, calc((100vw - 1280px) / 2 + 40px));
  overflow: hidden;
  border: 0 !important;
  background:
    radial-gradient(circle at 93% 12%, rgba(225, 240, 255, 0.78), transparent 27%),
    radial-gradient(circle at 7% 87%, rgba(249, 246, 240, 0.95), transparent 25%),
    #f9f9fc;
  box-shadow: none !important;
  color: var(--atlc-auth-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/*
 * The live authentication pages sit inside an Elementor container configured
 * to 60% width. The child theme also applies a more-specific `width: 100%`
 * rule to the login shortcode. Keep the authentication canvas full-viewport
 * without altering Elementor or any non-authentication page.
 */
.elementor-widget-shortcode
  .elementor-shortcode
  .atlc-auth-page.atlc-portal-login {
  width: 100vw !important;
  max-width: none !important;
}

.atlc-auth-page *,
.atlc-auth-page *::before,
.atlc-auth-page *::after {
  box-sizing: border-box;
}

.atlc-auth-page.atlc-login-modern {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 8vw, 120px);
}

.atlc-auth-page .atlc-login-modern__header {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0;
}

.atlc-auth-page .atlc-login-modern__header h2,
.atlc-auth-page .atlc-signup-form h2 {
  margin: 0;
  color: var(--atlc-auth-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

.atlc-auth-page__intro {
  max-width: 480px;
  margin: 24px 0 34px;
  color: var(--atlc-auth-muted);
  font-size: 18px;
  line-height: 1.6;
}

.atlc-auth-page .atlc-login-modern__signup {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0;
  color: var(--atlc-auth-muted);
  font-size: 15px;
}

.atlc-auth-page .atlc-login-modern__signup-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--atlc-auth-outline);
  border-radius: 999px;
  padding: 9px 20px;
  background: transparent;
  color: var(--atlc-auth-primary) !important;
  font-weight: 600;
  text-decoration: none !important;
}

.atlc-auth-page .atlc-login-modern__signup-btn:hover,
.atlc-auth-page .atlc-login-modern__signup-btn:focus-visible {
  border-color: var(--atlc-auth-primary);
  background: #e1f0ff;
  color: var(--atlc-auth-primary) !important;
}

.atlc-auth-page .atlc-login-modern__card,
.atlc-auth-page .atlc-signup-modern__card,
.atlc-auth-page .atlc-recover-modern__card {
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto;
  border: 1px solid var(--atlc-auth-outline) !important;
  border-radius: 12px !important;
  padding: clamp(30px, 4vw, 48px) !important;
  background: var(--atlc-auth-surface) !important;
  box-shadow: 0 8px 24px rgba(26, 28, 30, 0.09) !important;
}

.atlc-auth-page.atlc-login-modern .atlc-login-modern__card {
  max-width: 560px !important;
}

.atlc-auth-page .atlc-login-modern__form,
.atlc-auth-page .atlc-signup-form__inner {
  display: grid;
  width: 100%;
  gap: 23px;
}

.atlc-auth-page .atlc-login-modern__field,
.atlc-auth-page .atlc-signup-form__inner > p,
.atlc-auth-page .atlc-auth-page__field-grid p {
  margin: 0;
}

.atlc-auth-page .atlc-login-modern__field label,
.atlc-auth-page .atlc-login-modern__row label,
.atlc-auth-page .atlc-signup-form label {
  display: block;
  margin: 0 0 9px;
  color: var(--atlc-auth-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.atlc-auth-page .atlc-login-modern__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: -14px;
}

.atlc-auth-page .atlc-login-modern__row label {
  margin: 0;
}

.atlc-auth-page .atlc-login-modern__row a,
.atlc-auth-page .atlc-login-modern__row a:link,
.atlc-auth-page .atlc-login-modern__row a:visited {
  color: var(--atlc-auth-primary) !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
}

.atlc-auth-page .atlc-login-modern__row a:hover,
.atlc-auth-page .atlc-login-modern__row a:focus-visible {
  color: var(--atlc-auth-primary-hover) !important;
  text-decoration: underline !important;
}

.atlc-auth-page.atlc-portal-login input[type="text"],
.atlc-auth-page.atlc-portal-login input[type="email"],
.atlc-auth-page.atlc-portal-login input[type="password"] {
  display: block;
  width: 100% !important;
  max-width: none !important;
  min-height: 58px;
  margin: 0;
  border: 1px solid var(--atlc-auth-outline) !important;
  border-radius: 9px !important;
  padding: 13px 16px !important;
  outline: 0;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--atlc-auth-text) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4;
}

.atlc-auth-page.atlc-portal-login input::placeholder {
  color: #687080;
  opacity: 1;
}

.atlc-auth-page.atlc-portal-login input:hover {
  border-color: #89909e !important;
}

.atlc-auth-page.atlc-portal-login input:focus {
  border-color: var(--atlc-auth-primary-bright) !important;
  background: var(--atlc-auth-sand) !important;
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.12) !important;
}

.atlc-auth-password {
  position: relative;
  display: block;
}

.atlc-auth-page .atlc-auth-password input {
  padding-right: 52px !important;
}

.atlc-auth-password__toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 0 !important;
  border-radius: 999px;
  padding: 0 !important;
  transform: translateY(-50%);
  background: transparent !important;
  box-shadow: none !important;
  color: #687080 !important;
  cursor: pointer;
}

.atlc-auth-password__toggle:hover,
.atlc-auth-password__toggle:focus-visible {
  background: #e1f0ff !important;
  color: var(--atlc-auth-primary) !important;
}

.atlc-auth-password__toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlc-auth-password__toggle.is-visible::after {
  position: absolute;
  width: 24px;
  height: 2px;
  transform: rotate(-45deg);
  background: currentColor;
  content: "";
}

.atlc-auth-page .atlc-login-modern__submit,
.atlc-auth-page .atlc-signup-form__actions button[type="submit"] {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 6px 0 0;
  border: 1px solid var(--atlc-auth-primary-bright) !important;
  border-radius: 9px !important;
  padding: 13px 20px !important;
  background: var(--atlc-auth-primary-bright) !important;
  box-shadow: 0 4px 10px rgba(0, 78, 154, 0.17);
  color: #ffffff !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
}

.atlc-auth-page .atlc-login-modern__submit:hover,
.atlc-auth-page .atlc-login-modern__submit:focus-visible,
.atlc-auth-page .atlc-signup-form__actions button[type="submit"]:hover,
.atlc-auth-page .atlc-signup-form__actions button[type="submit"]:focus-visible {
  border-color: var(--atlc-auth-primary-hover) !important;
  background: var(--atlc-auth-primary-hover) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.atlc-auth-page .atlc-portal-notice {
  margin: 0 0 22px;
  border: 1px solid var(--atlc-auth-outline);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
}

.atlc-auth-page .atlc-portal-notice--error {
  border-color: rgba(186, 26, 26, 0.4);
  background: #ffdad6;
  color: #93000a;
}

.atlc-auth-page .atlc-portal-notice--success {
  border-color: rgba(45, 90, 39, 0.35);
  background: #e2f4de;
  color: var(--atlc-auth-success);
}

.atlc-auth-page.atlc-signup-modern,
.atlc-auth-page.atlc-recover-modern {
  display: flex;
  align-items: center;
  justify-content: center;
}

.atlc-auth-page.atlc-signup-modern {
  padding-top: 48px;
  padding-bottom: 48px;
}

.atlc-auth-page.atlc-signup-modern .atlc-signup-modern__card {
  max-width: 600px !important;
}

.atlc-auth-page.atlc-recover-modern .atlc-recover-modern__card {
  max-width: 600px !important;
}

.atlc-auth-page .atlc-signup-form h2 {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.25;
}

.atlc-auth-page__card-intro {
  margin: 10px 0 34px;
  color: var(--atlc-auth-muted);
  font-size: 15px;
  line-height: 1.55;
}

.atlc-auth-page__field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.atlc-auth-page .atlc-signup-form__actions {
  display: grid;
  justify-items: stretch;
  gap: 15px;
  margin: 10px 0 0;
}

.atlc-auth-page .atlc-signup-form .atlc-signup-form__cancel {
  display: inline-flex;
  width: auto;
  min-height: 38px !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 auto;
  border: 0 !important;
  padding: 7px 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--atlc-auth-muted) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  text-decoration: none !important;
  cursor: pointer;
}

.atlc-auth-page .atlc-signup-form .atlc-signup-form__cancel:hover,
.atlc-auth-page .atlc-signup-form .atlc-signup-form__cancel:focus-visible {
  color: var(--atlc-auth-primary) !important;
  text-decoration: underline !important;
}

@media (max-width: 900px) {
  .atlc-auth-page {
    min-height: 0;
    padding: 48px 24px;
  }

  .atlc-auth-page.atlc-login-modern {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .atlc-auth-page .atlc-login-modern__header {
    max-width: 600px;
    margin: 0 auto;
  }

  .atlc-auth-page .atlc-login-modern__header h2 {
    font-size: clamp(34px, 8vw, 46px);
  }

  .atlc-auth-page__intro {
    margin: 16px 0 22px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .atlc-auth-page {
    left: 50%;
    width: 100vw !important;
    margin-left: -50vw !important;
    padding: 32px 20px 44px;
  }

  .atlc-auth-page .atlc-login-modern__card,
  .atlc-auth-page .atlc-signup-modern__card,
  .atlc-auth-page .atlc-recover-modern__card {
    border-radius: 10px !important;
    padding: 26px 20px !important;
  }

  .atlc-auth-page.atlc-signup-modern,
  .atlc-auth-page.atlc-recover-modern {
    align-items: flex-start;
  }

  .atlc-auth-page__field-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .atlc-auth-page .atlc-login-modern__signup {
    align-items: flex-start;
  }

  .atlc-auth-page .atlc-login-modern__submit,
  .atlc-auth-page .atlc-signup-form__actions button[type="submit"] {
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlc-auth-page button,
  .atlc-auth-page a {
    transition: none !important;
  }
}

/* Portal dashboard — Cabo Modern visual system (presentation only). */
.atlc-dashboard-modern {
  --atlc-primary: #004e9a;
  --atlc-primary-dark: #004e9a;
  --atlc-accent-soft: #e1f0ff;
  --atlc-border: #c1c6d4;
  --atlc-border-strong: #727784;
  --atlc-text: #1a1c1e;
  --atlc-text-muted: #414752;
  --atlc-dashboard-primary: #004e9a;
  --atlc-dashboard-primary-dark: #004e9a;
  --atlc-dashboard-primary-soft: #d6e3ff;
  --atlc-dashboard-sky: #e1f0ff;
  --atlc-dashboard-surface: #ffffff;
  --atlc-dashboard-background: #f9f9fc;
  --atlc-dashboard-surface-low: #f3f3f6;
  --atlc-dashboard-text: #1a1c1e;
  --atlc-dashboard-muted: #414752;
  --atlc-dashboard-outline: #c1c6d4;
  --atlc-dashboard-success: #2d5a27;
  --atlc-dashboard-orange: #e68a4b;

  position: relative;
  left: 50%;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: clamp(36px, 5vw, 72px) max(20px, calc((100vw - 1360px) / 2 + 40px)) !important;
  background: var(--atlc-dashboard-background) !important;
  box-shadow: none !important;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.atlc-dashboard-modern *,
.atlc-dashboard-modern *::before,
.atlc-dashboard-modern *::after {
  box-sizing: border-box;
}

.atlc-dashboard-modern .atlc-dashboard-docs-grid {
  display: grid;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.atlc-dashboard-modern .atlc-dashboard-docs-nav {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu {
  display: grid;
  gap: 4px;
  margin: 0;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 8px;
  padding: 10px;
  background: var(--atlc-dashboard-surface);
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu a,
.atlc-dashboard-modern .atlc-dashboard-docs-menu a:link,
.atlc-dashboard-modern .atlc-dashboard-docs-menu a:visited {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 13px;
  margin: 0;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  background: transparent;
  color: var(--atlc-dashboard-muted) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none !important;
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu a > span {
  display: inline-flex;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  line-height: 1;
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu a:hover,
.atlc-dashboard-modern .atlc-dashboard-docs-menu a:focus-visible {
  background: var(--atlc-dashboard-sky);
  color: var(--atlc-dashboard-primary-dark) !important;
}

.atlc-dashboard-modern .atlc-dashboard-docs-menu a.is-active {
  background: var(--atlc-dashboard-primary-soft);
  color: var(--atlc-dashboard-primary-dark) !important;
}

.atlc-dashboard-modern .atlc-dashboard-docs-main,
.atlc-dashboard-modern .atlc-dashboard-primary,
.atlc-dashboard-modern .atlc-dashboard-secondary {
  min-width: 0;
}

.atlc-dashboard-modern .atlc-dashboard-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.9fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.atlc-dashboard-modern .atlc-dashboard-primary,
.atlc-dashboard-modern .atlc-dashboard-secondary {
  display: grid;
  gap: 24px;
}

.atlc-dashboard-modern .atlc-dashboard-header {
  display: block;
  margin: 0 0 4px;
}

.atlc-dashboard-modern .atlc-dashboard-header h2 {
  margin: 0 0 18px;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.16;
}

.atlc-dashboard-modern .atlc-dashboard-header h3 {
  margin: 0;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.atlc-dashboard-modern .atlc-dashboard-header p {
  margin: 5px 0 0;
  color: var(--atlc-dashboard-muted);
  font-size: 14px;
}

.atlc-dashboard-modern .atlc-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.atlc-dashboard-modern .atlc-dashboard-stat-card {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 8px;
  padding: 17px 14px;
  background: var(--atlc-dashboard-surface);
  box-shadow: none;
}

.atlc-dashboard-modern .atlc-dashboard-stat-card__label {
  min-height: 34px;
  margin: 0 0 8px;
  color: var(--atlc-dashboard-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 16px;
  text-transform: uppercase;
}

.atlc-dashboard-modern .atlc-dashboard-stat-card__value {
  margin: 0;
  color: var(--atlc-dashboard-primary-dark);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.atlc-dashboard-modern .atlc-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -4px 0 0;
}

.atlc-dashboard-modern .atlc-dashboard-actions a,
.atlc-dashboard-modern .atlc-dashboard-actions a:link,
.atlc-dashboard-modern .atlc-dashboard-actions a:visited {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 999px;
  padding: 8px 15px;
  background: var(--atlc-dashboard-surface);
  color: var(--atlc-dashboard-primary-dark) !important;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

.atlc-dashboard-modern .atlc-dashboard-actions a:hover,
.atlc-dashboard-modern .atlc-dashboard-actions a:focus-visible {
  border-color: var(--atlc-dashboard-primary);
  background: var(--atlc-dashboard-sky);
}

.atlc-dashboard-modern .atlc-dashboard-panels {
  display: block;
  margin: 0;
}

.atlc-dashboard-modern .atlc-dashboard-panel {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 8px;
  padding: 24px;
  background: var(--atlc-dashboard-surface);
  box-shadow: none;
}

.atlc-dashboard-modern .atlc-dashboard-panel h3 {
  margin: 0 0 20px;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.atlc-dashboard-modern .atlc-dashboard-docs-nav-widget {
  border-color: transparent;
  padding: 22px;
  background: var(--atlc-dashboard-sky);
}

.atlc-dashboard-modern .atlc-dashboard-docs-nav-widget h3 {
  margin-bottom: 10px;
  color: var(--atlc-dashboard-primary-dark);
  font-size: 18px;
}

.atlc-dashboard-modern .atlc-note {
  color: var(--atlc-dashboard-muted);
  font-size: 13px;
  line-height: 1.55;
}

.atlc-dashboard-modern .atlc-dashboard-docs-nav-widget .atlc-note {
  margin: 0 0 9px;
}

.atlc-dashboard-modern .atlc-button-secondary,
.atlc-dashboard-modern .atlc-button-secondary:link,
.atlc-dashboard-modern .atlc-button-secondary:visited {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--atlc-dashboard-primary-dark);
  border-radius: 7px;
  padding: 9px 15px;
  background: transparent;
  color: var(--atlc-dashboard-primary-dark) !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.atlc-dashboard-modern .atlc-button-secondary:hover,
.atlc-dashboard-modern .atlc-button-secondary:focus-visible {
  background: var(--atlc-dashboard-primary-dark);
  color: #ffffff !important;
}

/* Keep the shared Quick Guide action readable on every portal screen. */
.atlc-portal-dashboard .atlc-dashboard-docs-nav-widget a.atlc-button-secondary,
.atlc-portal-dashboard .atlc-dashboard-docs-nav-widget a.atlc-button-secondary:link,
.atlc-portal-dashboard .atlc-dashboard-docs-nav-widget a.atlc-button-secondary:visited {
  border-color: var(--atlc-dashboard-primary-dark) !important;
  background: #ffffff !important;
  color: var(--atlc-dashboard-primary-dark) !important;
}

.atlc-portal-dashboard .atlc-dashboard-docs-nav-widget a.atlc-button-secondary:hover,
.atlc-portal-dashboard .atlc-dashboard-docs-nav-widget a.atlc-button-secondary:focus-visible {
  border-color: var(--atlc-dashboard-primary-dark) !important;
  background: var(--atlc-dashboard-primary-dark) !important;
  color: #ffffff !important;
}

.atlc-dashboard-modern .atlc-dashboard-profile-action {
  margin: 18px 0 0;
}

.atlc-dashboard-modern .atlc-dashboard-list,
.atlc-dashboard-modern .atlc-dashboard-checklist {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.atlc-dashboard-modern .atlc-dashboard-list {
  gap: 10px;
}

.atlc-dashboard-modern .atlc-dashboard-checklist {
  gap: 0;
}

.atlc-dashboard-modern .atlc-dashboard-list__item {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 1px solid #d7deea;
  border-radius: 10px;
  padding: 14px 16px;
  background: #ffffff;
}

.atlc-dashboard-modern .atlc-dashboard-list__item:first-child {
  padding-top: 14px;
}

.atlc-dashboard-modern .atlc-dashboard-list__item:last-child {
  padding-bottom: 14px;
}

.atlc-dashboard-modern .atlc-dashboard-list__item > a,
.atlc-dashboard-modern .atlc-dashboard-list__item > a:link,
.atlc-dashboard-modern .atlc-dashboard-list__item > a:visited,
.atlc-dashboard-modern .atlc-dashboard-list__item > span {
  overflow: hidden;
  color: var(--atlc-dashboard-text) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none !important;
  text-overflow: ellipsis;
}

.atlc-dashboard-modern .atlc-dashboard-list__item > a:hover,
.atlc-dashboard-modern .atlc-dashboard-list__item > a:focus-visible {
  color: var(--atlc-dashboard-primary-dark) !important;
  text-decoration: underline !important;
}

.atlc-dashboard-modern .atlc-dashboard-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.atlc-dashboard-modern .atlc-dashboard-chip,
.atlc-dashboard-modern .atlc-dashboard-status {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}

.atlc-dashboard-modern .atlc-dashboard-chip {
  background: var(--atlc-dashboard-sky);
  color: var(--atlc-dashboard-primary-dark);
}

.atlc-dashboard-modern .atlc-dashboard-status {
  background: var(--atlc-dashboard-surface-low);
  color: var(--atlc-dashboard-muted);
}

.atlc-dashboard-modern .atlc-dashboard-status--publish {
  background: #e1f1dc;
  color: var(--atlc-dashboard-success);
}

.atlc-dashboard-modern .atlc-dashboard-status--draft {
  background: #ffdbc8;
  color: #733500;
}

.atlc-dashboard-modern .atlc-dashboard-list__time {
  margin-left: auto;
  font-size: 11px;
  white-space: nowrap;
}

.atlc-dashboard-modern .atlc-dashboard-progress-text {
  margin: 0 0 8px;
  color: var(--atlc-dashboard-primary-dark);
  font-size: 13px;
  font-weight: 600;
}

.atlc-dashboard-modern .atlc-dashboard-progress {
  height: 8px;
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--atlc-dashboard-surface-low);
}

.atlc-dashboard-modern .atlc-dashboard-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--atlc-dashboard-primary);
}

.atlc-dashboard-modern .atlc-dashboard-checklist li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  border-top: 1px solid #e2e2e5;
  padding: 9px 0;
  color: var(--atlc-dashboard-muted);
  font-size: 13px;
}

.atlc-dashboard-modern .atlc-dashboard-checklist li:first-child {
  border-top: 0;
}

.atlc-dashboard-modern .atlc-dashboard-checklist li > span:first-child {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--atlc-dashboard-surface-low);
  color: var(--atlc-dashboard-muted);
  font-size: 11px;
}

.atlc-dashboard-modern .atlc-dashboard-checklist li.is-done > span:first-child {
  background: #e1f1dc;
  color: var(--atlc-dashboard-success);
}

@media (max-width: 1120px) {
  .atlc-dashboard-modern .atlc-dashboard-docs-grid {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px;
  }

  .atlc-dashboard-modern .atlc-dashboard-workspace {
    grid-template-columns: 1fr;
  }

  .atlc-dashboard-modern .atlc-dashboard-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .atlc-dashboard-modern {
    padding: 36px 24px 48px !important;
  }

  .atlc-dashboard-modern .atlc-dashboard-docs-grid {
    grid-template-columns: 1fr;
  }

  .atlc-dashboard-modern .atlc-dashboard-docs-nav {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.65fr);
  }

  .atlc-dashboard-modern .atlc-dashboard-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .atlc-dashboard-modern {
    padding: 28px 20px 42px !important;
  }

  .atlc-dashboard-modern .atlc-dashboard-docs-nav,
  .atlc-dashboard-modern .atlc-dashboard-secondary {
    grid-template-columns: 1fr;
  }

  .atlc-dashboard-modern .atlc-dashboard-header h2 {
    margin-bottom: 12px;
    font-size: 34px;
  }

  .atlc-dashboard-modern .atlc-dashboard-header h3 {
    font-size: 19px;
  }

  .atlc-dashboard-modern .atlc-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atlc-dashboard-modern .atlc-dashboard-stat-card:last-child {
    grid-column: 1 / -1;
  }

  .atlc-dashboard-modern .atlc-dashboard-panel {
    padding: 20px;
  }

  .atlc-dashboard-modern .atlc-dashboard-list__time {
    width: 100%;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atlc-dashboard-modern a {
    transition: none !important;
  }
}

/* Add Place / business submission dashboard. */
.atlc-place-form-modern .atlc-dashboard-docs-main > h2 {
  margin: 0;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.atlc-place-form-modern .atlc-place-form-modern__intro {
  margin: 5px 0 26px;
  color: var(--atlc-dashboard-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.atlc-place-form-modern .atlc-dashboard-docs-nav-widget {
  background: #f9f6f0;
}

.atlc-place-form-modern .atlc-dashboard-docs-nav-widget h3 {
  color: var(--atlc-dashboard-text);
}

.atlc-place-form-modern .atlc-dashboard-docs-main > form {
  display: block;
  width: 100%;
  margin: 0;
}

.atlc-place-form-modern .atlc-form-section {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid rgba(193, 198, 212, 0.55);
  border-radius: 12px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(26, 28, 30, 0.035);
}

.atlc-place-form-modern .atlc-form-section > h3,
.atlc-place-form-modern .atlc-form-section > div > h3 {
  margin: 0 0 22px;
  color: var(--atlc-dashboard-text);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.atlc-place-form-modern .atlc-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.atlc-place-form-modern .atlc-form-grid > p,
.atlc-place-form-modern .atlc-form-field {
  min-width: 0;
  margin: 0;
}

.atlc-place-form-modern .atlc-form-grid-span {
  grid-column: 1 / -1;
}

.atlc-place-form-modern .atlc-form-section:first-of-type .atlc-form-grid > p:first-child {
  grid-column: 1 / -1;
}

.atlc-place-form-modern label,
.atlc-place-form-modern .atlc-place-tags-picker > label {
  color: var(--atlc-dashboard-muted);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.45;
}

.atlc-place-form-modern .atlc-field-help {
  display: block;
  margin: 3px 0 10px;
  color: #687080;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.atlc-place-form-modern input[type="text"],
.atlc-place-form-modern input[type="email"],
.atlc-place-form-modern input[type="url"],
.atlc-place-form-modern input[type="tel"],
.atlc-place-form-modern textarea,
.atlc-place-form-modern select {
  display: block;
  width: 100% !important;
  max-width: none !important;
  min-height: 48px;
  margin: 7px 0 0;
  border: 1px solid var(--atlc-dashboard-outline) !important;
  border-radius: 8px !important;
  padding: 11px 13px !important;
  outline: 0;
  background: var(--atlc-dashboard-background) !important;
  box-shadow: none !important;
  color: var(--atlc-dashboard-text) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.45;
}

.atlc-place-form-modern textarea {
  min-height: 98px;
  resize: vertical;
}

.atlc-place-form-modern input:hover,
.atlc-place-form-modern textarea:hover,
.atlc-place-form-modern select:hover {
  border-color: #89909e !important;
}

.atlc-place-form-modern input:focus,
.atlc-place-form-modern textarea:focus,
.atlc-place-form-modern select:focus {
  border-color: var(--atlc-dashboard-primary) !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(11, 102, 195, 0.12) !important;
}

.atlc-place-form-modern .atlc-chip-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 5px 0 24px;
}

.atlc-place-form-modern .atlc-chip-choice {
  position: relative;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.atlc-place-form-modern .atlc-chip-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.atlc-place-form-modern .atlc-chip-choice span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 999px;
  padding: 7px 13px;
  background: #ffffff;
  color: var(--atlc-dashboard-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.atlc-place-form-modern .atlc-chip-choice input:checked + span {
  border-color: rgba(0, 78, 154, 0.35) !important;
  background: #e1f0ff !important;
  color: #004e9a !important;
}

.atlc-place-form-modern .atlc-chip-choice:hover span,
.atlc-place-form-modern .atlc-chip-choice input:focus-visible + span {
  border-color: var(--atlc-dashboard-primary);
  color: var(--atlc-dashboard-primary-dark);
}

.atlc-place-form-modern .atlc-choice-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 6px;
}

.atlc-place-form-modern .atlc-choice-card {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  border: 1px solid var(--atlc-dashboard-outline);
  border-radius: 10px;
  padding: 14px;
  background: var(--atlc-dashboard-background);
  cursor: pointer;
}

.atlc-place-form-modern .atlc-choice-card:has(input:checked) {
  border: 2px solid #004e9a;
  padding: 13px;
  background: var(--atlc-dashboard-sky);
}

.atlc-place-form-modern .atlc-choice-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.atlc-place-form-modern .atlc-choice-card__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  color: var(--atlc-dashboard-muted);
}

.atlc-place-form-modern .atlc-choice-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atlc-place-form-modern .atlc-choice-card:has(input:checked) .atlc-choice-card__icon {
  color: #004e9a;
}

.atlc-place-form-modern .atlc-choice-card__body {
  display: grid;
  gap: 3px;
}

.atlc-place-form-modern .atlc-choice-card__title {
  color: var(--atlc-dashboard-text);
  font-size: 13px;
  font-weight: 700;
}

.atlc-place-form-modern .atlc-choice-card__desc {
  color: var(--atlc-dashboard-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}

.atlc-place-form-modern .atlc-map-address-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.atlc-place-form-modern .atlc-map-locate-button,
.atlc-place-form-modern .atlc-form-actions button[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #004e9a !important;
  border-radius: 8px !important;
  padding: 11px 20px !important;
  background: #004e9a !important;
  box-shadow: none;
  color: #ffffff !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.atlc-place-form-modern .atlc-map-locate-button:hover,
.atlc-place-form-modern .atlc-map-locate-button:focus-visible,
.atlc-place-form-modern .atlc-form-actions button[type="submit"]:hover,
.atlc-place-form-modern .atlc-form-actions button[type="submit"]:focus-visible {
  border-color: var(--atlc-dashboard-primary) !important;
  background: var(--atlc-dashboard-primary) !important;
}

.atlc-place-form-modern .atlc-place-map-block {
  overflow: hidden;
  border-radius: 10px;
}

.atlc-place-form-modern .atlc-place-map-canvas {
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(193, 198, 212, 0.65);
  border-radius: 10px;
  background: var(--atlc-dashboard-surface-low);
}

.atlc-place-form-modern .atlc-place-map-coords {
  margin: 8px 0 0;
}

.atlc-place-form-modern .atlc-readonly-panel {
  display: grid;
  justify-items: center;
  border: 2px dashed var(--atlc-dashboard-outline);
  border-radius: 10px;
  padding: 28px;
  background: rgba(249, 249, 252, 0.6);
  text-align: center;
}

.atlc-place-form-modern .atlc-readonly-panel > p:first-child {
  margin: 0 0 16px;
}

.atlc-place-form-modern .atlc-readonly-panel img {
  width: 192px !important;
  height: 128px;
  margin: 0 !important;
  border-radius: 8px !important;
  object-fit: cover;
}

.atlc-place-form-modern .atlc-readonly-panel__title {
  margin: 0 0 4px;
  color: var(--atlc-dashboard-text);
  font-size: 13px;
  font-weight: 600;
}

.atlc-place-form-modern .atlc-readonly-panel .atlc-note {
  max-width: 390px;
  margin: 0;
}

.atlc-place-form-modern .atlc-place-tags-picker {
  display: block;
}

.atlc-place-form-modern .atlc-tag-picker-search-row {
  position: relative;
  margin: 16px 0 12px;
}

.atlc-place-form-modern .atlc-tag-picker-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  border-radius: 50%;
  padding: 0 !important;
  transform: translateY(-50%);
  background: transparent !important;
  color: var(--atlc-dashboard-muted) !important;
  font-size: 20px;
  cursor: pointer;
}

.atlc-place-form-modern .atlc-tag-picker-alpha,
.atlc-place-form-modern .atlc-tag-picker-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.atlc-place-form-modern .atlc-tag-picker-alpha {
  margin-bottom: 12px;
}

.atlc-place-form-modern .atlc-tag-picker-chips {
  border: 1px solid rgba(193, 198, 212, 0.45);
  border-radius: 10px;
  padding: 12px;
  background: var(--atlc-dashboard-background);
}

.atlc-place-form-modern .atlc-tag-picker-alpha button,
.atlc-place-form-modern .atlc-tag-chip {
  min-width: 0;
  min-height: 29px;
  margin: 0;
  border: 1px solid var(--atlc-dashboard-outline) !important;
  border-radius: 999px !important;
  padding: 5px 10px !important;
  background: #ffffff !important;
  color: var(--atlc-dashboard-muted) !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.atlc-place-form-modern .atlc-tag-picker-alpha button.is-active,
.atlc-place-form-modern .atlc-tag-chip.is-selected {
  border-color: var(--atlc-dashboard-primary) !important;
  background: var(--atlc-dashboard-primary) !important;
  color: #ffffff !important;
}

.atlc-place-form-modern .atlc-tag-chip.is-unavailable {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: default;
  opacity: 0.75;
}

.atlc-place-form-modern .atlc-tag-chip.is-unavailable small {
  font-size: 10px;
  font-weight: 500;
}

.atlc-place-form-modern .atlc-tag-picker-count {
  margin: 10px 0 0;
}

.atlc-place-form-modern .atlc-verification {
  display: grid;
  width: 100%;
  gap: 18px;
}

.atlc-place-form-modern .atlc-form-section--verification > .atlc-form-grid {
  grid-template-columns: 1fr;
}

.atlc-place-form-modern .atlc-form-section--verification .atlc-verification__now,
.atlc-place-form-modern .atlc-form-section--verification .atlc-verification__later,
.atlc-place-form-modern .atlc-form-section--verification .atlc-verification__now > .atlc-form-grid,
.atlc-place-form-modern .atlc-form-section--verification .atlc-verify-methods {
  width: 100% !important;
  max-width: none !important;
}

.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment {
  display: flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  gap: 8px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment-option {
  position: relative;
  display: inline-flex;
  margin: 0;
  width: auto !important;
  flex: 0 0 auto !important;
  cursor: pointer;
}

.atlc-place-form-modern .atlc-verification__segment-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment-option span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  width: auto !important;
  min-width: 104px !important;
  justify-content: center;
  border: 1px solid var(--atlc-dashboard-outline) !important;
  border-radius: 8px !important;
  padding: 9px 16px;
  background: #ffffff !important;
  color: var(--atlc-dashboard-muted) !important;
  font-size: 12px;
  font-weight: 600;
}

.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment-option + .atlc-verification__segment-option span {
  border-left: 1px solid var(--atlc-dashboard-outline) !important;
}

.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment-option input:checked + span,
.atlc-place-form-modern.atlc-portal-dashboard .atlc-verification__segment-option:has(input:checked) span {
  border-color: #004e9a !important;
  background: #004e9a !important;
  color: #ffffff !important;
}

.atlc-place-form-modern .atlc-verification__segment-option input:not(:checked) + span:hover,
.atlc-place-form-modern .atlc-verification__segment-option input:not(:checked):focus-visible + span {
  background: var(--atlc-dashboard-sky);
  color: var(--atlc-dashboard-primary-dark);
}

.atlc-place-form-modern .atlc-verify-methods,
.atlc-place-form-modern .atlc-verification-later-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(193, 198, 212, 0.55);
  border-radius: 10px;
  padding: 16px;
  background: rgba(249, 249, 252, 0.65);
}

.atlc-place-form-modern .atlc-verification-method-field__label {
  margin: 0 0 10px;
  color: var(--atlc-dashboard-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.025em;
}

.atlc-place-form-modern .atlc-verify-method {
  display: grid;
  width: 100%;
  grid-template-columns: 20px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 3px;
  margin: 0;
  border: 1px solid rgba(193, 198, 212, 0.7);
  border-radius: 9px;
  padding: 14px;
  background: #ffffff;
}

.atlc-place-form-modern .atlc-verify-method input {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin-top: 3px;
}

.atlc-place-form-modern .atlc-verify-method__title {
  grid-column: 2;
  grid-row: 1;
  color: var(--atlc-dashboard-text);
  font-size: 12px;
  font-weight: 700;
}

.atlc-place-form-modern .atlc-verify-method__desc {
  grid-column: 2;
  grid-row: 2;
  color: var(--atlc-dashboard-muted);
  font-size: 11px;
  font-weight: 400;
}

.atlc-place-form-modern .atlc-verify-method--disabled {
  opacity: 0.55;
}

.atlc-place-form-modern .atlc-inline-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.atlc-place-form-modern .atlc-inline-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 1px;
  accent-color: var(--atlc-dashboard-primary);
}

.atlc-place-form-modern .atlc-featured-optin {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(11, 102, 195, 0.25);
  border-radius: 10px;
  padding: 18px;
  background: var(--atlc-dashboard-sky);
}

.atlc-place-form-modern .atlc-featured-duration {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.atlc-place-form-modern .atlc-featured-duration label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

.atlc-place-form-modern .atlc-featured-optin p {
  margin: 0;
}

.atlc-place-form-modern .atlc-suggested-tags-field {
  margin-top: 22px;
  border-top: 1px solid rgba(193, 198, 212, 0.45);
  padding-top: 20px;
}

.atlc-place-form-modern .atlc-place-validation-summary {
  margin: 0 0 22px;
  border: 1px solid rgba(186, 26, 26, 0.45);
  border-left: 4px solid #ba1a1a;
  border-radius: 8px;
  padding: 15px 18px;
  background: #ffdad6;
  color: #93000a;
  font-size: 13px;
  line-height: 1.5;
}

.atlc-place-form-modern .atlc-place-validation-summary[hidden] {
  display: none !important;
}

.atlc-place-form-modern .atlc-place-validation-summary strong {
  display: block;
  margin-bottom: 7px;
}

.atlc-place-form-modern .atlc-place-validation-summary ul {
  margin: 0;
  padding-left: 20px;
}

.atlc-place-form-modern [aria-invalid="true"] {
  border-color: #ba1a1a !important;
  box-shadow: 0 0 0 2px rgba(186, 26, 26, 0.12) !important;
}

.atlc-place-form-modern .atlc-place-publishing-guidance {
  display: grid;
  gap: 8px;
  margin: 30px 0 0;
  border: 1px solid rgba(11, 102, 195, 0.25);
  border-radius: 10px;
  padding: 17px 18px;
  background: var(--atlc-dashboard-sky);
  color: var(--atlc-dashboard-muted);
  font-size: 13px;
  line-height: 1.55;
}

.atlc-place-form-modern .atlc-place-publishing-guidance p {
  margin: 0;
}

.atlc-place-form-modern .atlc-place-publishing-guidance strong {
  color: var(--atlc-dashboard-primary-dark);
}

.atlc-place-form-modern .atlc-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
  border-top: 1px solid rgba(193, 198, 212, 0.45);
  padding-top: 22px;
}

.atlc-place-form-modern .atlc-form-actions .atlc-button-secondary {
  border: 2px solid #004e9a !important;
  background: #ffffff !important;
  color: #004e9a !important;
}

.atlc-place-form-modern .atlc-form-actions .atlc-button-secondary:hover,
.atlc-place-form-modern .atlc-form-actions .atlc-button-secondary:focus-visible {
  border-color: #004e9a !important;
  background: #004e9a !important;
  color: #ffffff !important;
}

.atlc-place-form-modern .atlc-is-hidden {
  display: none !important;
}

@media (max-width: 820px) {
  .atlc-place-form-modern .atlc-form-section {
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .atlc-place-form-modern .atlc-dashboard-docs-main > h2 {
    font-size: 28px;
  }

  .atlc-place-form-modern .atlc-form-section {
    margin-bottom: 18px;
    padding: 20px;
  }

  .atlc-place-form-modern .atlc-form-section > h3,
  .atlc-place-form-modern .atlc-form-section > div > h3 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .atlc-place-form-modern .atlc-form-grid,
  .atlc-place-form-modern .atlc-choice-cards {
    grid-template-columns: 1fr;
  }

  .atlc-place-form-modern .atlc-map-address-row {
    grid-template-columns: 1fr;
  }

  .atlc-place-form-modern .atlc-map-locate-button,
  .atlc-place-form-modern .atlc-form-actions button[type="submit"] {
    width: 100%;
  }

  .atlc-place-form-modern .atlc-place-map-canvas {
    min-height: 250px;
  }
}
