/**
 * 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
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.section-content-search-suggestions {
  background-color: var(--red); }
  .section-content-search-suggestions .container {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    color: var(--white); }
    .section-content-search-suggestions .container h2, .section-content-search-suggestions .container h4 {
      color: var(--white); }
    @media (min-width: 981px) {
      .section-content-search-suggestions .container {
        gap: 90px;
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      .section-content-search-suggestions .container.title-only {
        grid-template-columns: 1fr;
        gap: 0; }
        .section-content-search-suggestions .container.title-only .suggestions {
          display: grid;
          align-items: flex-start;
          grid-template-columns: repeat(2, 1fr);
          gap: 45px; } }
  .section-content-search-suggestions .search-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: .75em;
    max-width: 500px;
    margin-bottom: 20px; }
    .section-content-search-suggestions .search-suggestions .title {
      flex-basis: 100%; }
      .section-content-search-suggestions .search-suggestions .title h4 {
        margin-bottom: 0; }
    @media (min-width: 981px) {
      .section-content-search-suggestions .search-suggestions {
        margin-bottom: 30px; } }
    .section-content-search-suggestions .search-suggestions:last-of-type {
      margin-bottom: 0; }

/*# sourceMappingURL=content-searchsuggestions.css.map */
