.position-relative {
  position: relative;
  z-index: 2; }

.widget_block h2 {
  font-size: 18px; }

.wp-block-search__label {
  font-size: 18px;
  font-family: 'poppins';
  color: #333; }

.wp-block-search__inside-wrapper {
  position: relative; }

.widget_search button {
  width: 90px;
  background: #fdb415;
  font-size: 14px; }
  .widget_search button:hover {
    background: #fdb415;
    color: white; }
