.search-form,
.widget_search {
  position: relative;

	.wp-block-search__label {
		display: none;
	}

  input[type="search"] {
    display: block;
    padding-right: 6rem;
    width: 100%;
  }

  input[type="submit"],
	button[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
		// top: 0;
		// padding: 0.725rem;
		// border: 0;
		// border-radius: 0;
		// background-color: rgba($color-black, 0.75);
		// color: $color-light;
  }
}

.header {
  .widget_search {
    margin-bottom: 0 !important;
  }
}
