/**
 * 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
 */
.suggestions-area .suggestions .suggestion,
.suggestions-area .suggestions .suggestion:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 110%;
  font-weight: 800;
  padding: 19px 25px 19px 15px;
  border: 1px solid transparent;
  cursor: pointer;
  background: var(--dark-blue);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  @media all and (min-width: 981px) {
    .suggestions-area .suggestions .suggestion,
    .suggestions-area .suggestions .suggestion:visited {
      font-size: 16px;
      padding: 31px 35px 31px 25px; } }
  .suggestions-area .suggestions .suggestion:before,
  .suggestions-area .suggestions .suggestion:visited:before {
    content: '\e901';
    font-family: Icomoon;
    color: var(--green);
    margin-right: 10px;
    position: relative;
    top: 2px;
    transition: color 0.3s ease-in-out; }
  .suggestions-area .suggestions .suggestion:hover, .suggestions-area .suggestions .suggestion:focus,
  .suggestions-area .suggestions .suggestion:visited:hover,
  .suggestions-area .suggestions .suggestion:visited:focus {
    text-decoration: none;
    outline: none;
    background: var(--gray-blue);
    color: var(--white); }

.suggestions-area .suggestion-title {
  padding-top: 30px; }

.suggestions-area .suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: .625em; }
  .suggestions-area .suggestions .suggestion {
    background-color: var(--dark-blue);
    padding: 15px; }
    @media (max-width: 767px) {
      .suggestions-area .suggestions .suggestion {
        width: 100%; } }
    .suggestions-area .suggestions .suggestion:before {
      display: none; }
    .suggestions-area .suggestions .suggestion:hover {
      background-color: var(--gray-blue);
      text-decoration: none; }
    .suggestions-area .suggestions .suggestion .link {
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 16px; }
      .suggestions-area .suggestions .suggestion .link .icon-search {
        font-size: 18px;
        color: var(--green); }

.suggestions-area .suggestions {
  padding: 10px 0; }

/*# sourceMappingURL=suggestions.css.map */
