/* Child theme specific styles scoped to landing page wrapper */
.nicksclassroom-landing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

.nicksclassroom-footer {
  padding: 24px 0;
  font-size: 14px;
  opacity: 0.8;
  text-align: center;
  color: inherit;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.nc-landing .nicksclassroom-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  line-height: 1.6;
}

body.nc-landing .nicksclassroom-footer a {
  color: inherit;
  text-decoration: none;
}

body.nc-landing .nicksclassroom-footer a:hover,
body.nc-landing .nicksclassroom-footer a:focus {
  text-decoration: underline;
}

body.nc-landing .nicksclassroom-footer a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
