/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.not-found {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column; }
  .not-found h2 {
    margin: .5rem 0;
    color: #1C3F85; }
  .not-found p {
    margin-top: 0; }
  .not-found .call-to-actions {
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 1rem; }
    @media (min-width: 981px) {
      .not-found .call-to-actions {
        margin-top: auto; } }
    .not-found .call-to-actions a.btn {
      justify-content: center; }

@media (min-width: 981px) {
  .inline-not-found .not-found {
    flex-direction: row; }
    .inline-not-found .not-found .call-to-actions {
      flex-direction: row;
      grid-template-columns: repeat(2, 1fr); }
      .inline-not-found .not-found .call-to-actions a.btn {
        align-items: center; } }

/*# sourceMappingURL=not-found.css.map */
