@import '../styles/variables.scss';

.container {
  display: flex;
  flex-direction: column;
  align-items: center;

  .no-results-icon {
    margin-block-end: 16px;
  }

  .no-results-text-container {
    margin-block-end: 8px;
    display: inline-flex;

    .text {
      padding: 0;
      font-family: $duda-title-font;
      font-size: 16px;
    }

    .no-results-text {
      white-space: pre-wrap;
      color: $clickable-item;
    }

    .search-value {
      font-weight: bold;
      color: #2f373a;
    }
  }

  .clear-search-link {
    align-self: center;
    font-size: 14px;
    color: $clickable-item;
  }
}
