/* Emlak24 native property action controls */
.emlak24-action-svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.emlak24-action-svg-heart{fill:transparent;transition:fill .18s ease,color .18s ease}
.add-favorite-js,.remove_fav,.e24_compare{cursor:pointer}
.add-favorite-js.is-active,.remove_fav.is-active,.e24_compare.active{color:#d6a514!important}
.remove_fav.is-active .emlak24-action-svg-heart{fill:currentColor}
.ele-item-tools .item-tool>span,.property-item-tools .item-tool>span{display:inline-flex;align-items:center;justify-content:center}
.e24-property-header-side{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.e24-property-primary-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.e24-property-primary-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid #dce4ec;border-radius:8px;background:#fff;color:#17324d;font:inherit;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}
.e24-property-primary-action:hover{border-color:#0b5f92;color:#0b5f92;background:#f7fbff}
.e24-property-primary-action.is-active,.e24-property-primary-action.active{border-color:#d6a514;color:#a87b00;background:#fffaf0}
.e24-property-primary-action.is-active .emlak24-action-svg-heart{fill:currentColor}
@media(max-width:767px){.e24-property-header-side{align-items:flex-start;width:100%}.e24-property-primary-actions{justify-content:flex-start}.e24-property-primary-action span{display:none}.e24-property-primary-action{width:40px;height:40px;padding:0}}
