/**
 * 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
 */
.search-open-apply.mobile {
  max-width: 90%;
  margin: 2em auto 0;
  display: grid;
  gap: 1.5em;
  grid-template-columns: 1fr; }
  @media (min-width: 981px) {
    .search-open-apply.mobile {
      display: none; } }
  .search-open-apply.mobile a.btn {
    padding: 1em;
    justify-content: center;
    font-size: 16px; }
  .search-open-apply.mobile form {
    width: 100% !important;
    border: 1px solid #1C3F85;
    border-radius: 50px; }
    .search-open-apply.mobile form input {
      background: transparent; }

/*# sourceMappingURL=addons-mobile.css.map */
