.widget-finder {
  display: block;
  padding: 8px 16px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  text-align: center
}

.widget-finder a {
  display: inline-block;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 768px) {
  .widget-finder a {
    margin-left: initial;
    margin-right: initial
  }
}

.widget-finder span {
  color: #666
}

@media(min-width: 768px) {
  .widget-finder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    align-items: center
  }
}

.widget-finder__search {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.widget-finder__search .ft-mol-form-search--has-search-icon .ft-mol-form__label{
  font-size: 1.4rem;
  font-weight: normal;
}

:not(.widget-content) .widget-finder__search + .text-link.ft-link.ft-link--decoration{
  color: #666;
  font-size: 1.6rem;
}

:not(.widget-content) .widget-finder__search .ft-mol-form-search--has-search-icon .ft-mol-form__label{
  font-size: 1.3rem;
}

@media(min-width: 768px) {
  .widget-finder__search {
    min-width: 430px;
    flex-direction: row;
    align-items: center
  }
  :not(.widget-content) .widget-finder__search .ft-mol-form-search--has-search-icon .ft-mol-form__label{
    font-size: 1.4rem;
  }
}

.widget-finder__search .ft-mol-form-search--template-desktop {
  flex-grow: 1
}

@media(min-width: 768px) {
  .widget-finder__search input[type=search] {
    width: 330px !important
  }
}