/**
 * 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
 */
.no-results {
  background-color: var(--wp--preset--color--blue);
  border-radius: var(--wp--custom--border-radius--normal) var(--wp--custom--border-radius--normal) 0 var(--wp--custom--border-radius--normal);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .no-results__text {
    color: var(--wp--preset--color--white); }
    @media (min-width: 782px) {
      .no-results__text {
        flex: 1; } }
  .no-results__title {
    color: var(--wp--preset--color--white);
    margin: 0 0 1rem;
    max-width: 29.125rem; }
  .no-results__content p {
    margin: 0; }
  .no-results__buttons {
    display: flex;
    align-items: center;
    gap: 1rem; }

/*# sourceMappingURL=no-results.css.map */
