.search-btn .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.search-btn .wp-block-button__link:hover:after {
    opacity: 1;
}

.search-btn .wp-block-button__link:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.95245 8.04171C2.95245 5.23169 5.22844 2.95371 8.03602 2.95371C10.8436 2.95371 13.1196 5.23169 13.1196 8.04171C13.1196 10.8517 10.8436 13.1297 8.03602 13.1297C5.22844 13.1297 2.95245 10.8517 2.95245 8.04171ZM8.03602 1.5C4.42627 1.5 1.5 4.42882 1.5 8.04171C1.5 11.6546 4.42627 14.5834 8.03602 14.5834C9.58511 14.5834 11.0083 14.044 12.1284 13.1427L15.4712 16.5L16.5 15.4739L13.1529 12.1122C14.0412 10.9951 14.572 9.58043 14.572 8.04171C14.572 4.42882 11.6458 1.5 8.03602 1.5Z' fill='white'/%3E%3C/svg%3E");
    top: 3px;
    position: relative;
    left: 10px;
    opacity: 0.7;
}

.subscribe-btn .wp-block-button__link:hover {
    background-color: #D7DBE2 !important;
}

.subscribe-btn .wp-block-button__link {
    font-weight: 600;
    line-height: 18px;
}

.search-modal{
    display: none;
}