
/* İlan Şehri V7.4.0 R8 — Karşılaştır hover titreme düzeltmesi */

.compare-v737-button,
.compare-v737-button:hover,
.compare-v737-button:focus,
.compare-v737-button:focus-visible,
.compare-v737-button.active,
.compare-v737-button[aria-pressed="true"]{
    transform:none!important;
    translate:none!important;
    scale:1!important;

    width:30px!important;
    min-width:30px!important;
    max-width:30px!important;
    height:30px!important;
    min-height:30px!important;

    top:56px!important;
    right:10px!important;
    left:auto!important;

    border-radius:50%!important;
    padding:0!important;
    margin:0!important;

    transition:
        background-color .15s ease,
        border-color .15s ease,
        color .15s ease,
        box-shadow .15s ease!important;
}

.compare-v737-button:hover{
    box-shadow:0 7px 18px rgba(16,24,40,.18)!important;
}

.compare-v737-button [data-compare-label],
.compare-v737-button:hover [data-compare-label],
.compare-v737-button:focus-visible [data-compare-label]{
    display:none!important;
}

@media(max-width:760px){
    .compare-v737-button,
    .compare-v737-button:hover,
    .compare-v737-button:focus,
    .compare-v737-button:focus-visible,
    .compare-v737-button.active,
    .compare-v737-button[aria-pressed="true"]{
        top:50px!important;
        right:8px!important;
        width:28px!important;
        min-width:28px!important;
        max-width:28px!important;
        height:28px!important;
        min-height:28px!important;
    }
}
