.tasawwq-search-enhanced{
    position:relative !important;
}

.tasawwq-search-enhanced input[type="search"],
.tasawwq-search-enhanced input[name="s"]{
    padding-inline-end:54px !important;
}

.tasawwq-image-search-btn{
    position:absolute;
    inset-inline-end:10px;
    top:50%;
    z-index:30;
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border-radius:12px;
    color:#b00000;
    background:#fff1f2;
    text-decoration:none;
    transform:translateY(-50%);
    transition:.2s ease;
}

.tasawwq-image-search-btn:hover{
    color:#fff;
    background:#b00000;
    transform:translateY(-50%) scale(1.05);
}

.tasawwq-image-search-btn svg{
    width:21px;
    height:21px;
    fill:currentColor;
}

@media(max-width:767px){
    .tasawwq-image-search-btn{
        width:34px;
        height:34px;
        inset-inline-end:8px;
    }

    .tasawwq-search-enhanced input[type="search"],
    .tasawwq-search-enhanced input[name="s"]{
        padding-inline-end:48px !important;
    }
}
