/*
Theme Name: Alpharealty theme
*/
#pf-src {
    display: none;
}
#pf-src,
#pf-src-url,
#pf-src-icon {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}
#printfriendly #pf-src {
    display: none !important;
}

/* SVG іконка площі тільки для класу object-info-icon.icon-area */
.object-info-icon.icon-area-m2::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.32715 13.6875C2.58801 13.951 2.58801 14.3784 2.32715 14.6418L1.7407 15.2345C1.61539 15.3611 1.44556 15.4322 1.26833 15.4322C1.26717 15.4322 1.26601 15.432 1.26485 15.432C1.2637 15.432 1.26254 15.4322 1.26147 15.4322C1.04933 15.4322 0.860614 15.3319 0.738247 15.1761L0.195697 14.6278C-0.065158 14.3642 -0.065069 13.9369 0.195697 13.6734C0.30711 13.5609 0.44818 13.4969 0.593436 13.4804V1.93769C0.448091 1.92131 0.30711 1.85725 0.195608 1.74459C-0.0652471 1.48103 -0.0651581 1.0537 0.195608 0.79023L0.782064 0.197692C0.913248 0.0651476 1.08549 -0.000539895 1.25746 0.000269951C1.25871 0.000269951 1.25996 8.99764e-05 1.26129 8.99764e-05C1.47334 8.99764e-05 1.66197 0.100241 1.78434 0.256001L2.32698 0.804267C2.58783 1.06783 2.58783 1.49516 2.32698 1.75863C2.21556 1.87119 2.07449 1.93535 1.92915 1.95173V13.4946C2.07467 13.5108 2.21574 13.5749 2.32715 13.6875ZM18 16.7186C18 16.5397 17.9296 16.368 17.8043 16.2414L17.2179 15.6488C16.9569 15.3854 16.5342 15.3853 16.2732 15.6489C16.1618 15.7615 16.0984 15.9039 16.0822 16.0508H4.65784C4.64163 15.9039 4.57822 15.7615 4.46672 15.6488C4.20586 15.3854 3.78292 15.3854 3.52215 15.6488L2.97934 16.1973C2.82535 16.3209 2.72623 16.5114 2.72623 16.7257C2.72623 16.7268 2.72641 16.7279 2.72641 16.7291C2.72641 16.7303 2.72623 16.7314 2.72623 16.7326C2.72623 16.9116 2.79659 17.0833 2.92189 17.2099L3.50835 17.8024C3.63882 17.9341 3.80973 18 3.98063 18C4.15154 18 4.32253 17.9341 4.453 17.8023C4.56441 17.6897 4.62774 17.5473 4.64403 17.4005H16.0684C16.0846 17.5473 16.148 17.6898 16.2594 17.8024C3.898 17.9341 16.5608 18 16.7317 18C16.9026 18 17.0736 17.9341 17.204 17.8024L17.7464 17.2543C17.9007 17.1307 17.9999 16.9401 17.9999 16.7257C17.9999 16.7245 17.9997 16.7233 17.9997 16.7222C17.9998 16.721 18 16.7198 18 16.7186ZM17.3321 5.69133H12.6327V0.674872C12.6327 0.302073 12.3336 0 11.9647 0H3.99452C3.62564 0 3.32658 0.302073 3.32658 0.674872V13.9682C3.32658 14.341 3.62564 14.6431 3.99452 14.6431H17.3321C17.7009 14.6431 18 14.341 18 13.9682V6.3662C18 5.99349 17.7009 5.69133 17.3321 5.69133Z" fill="%23454A5B"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
    vertical-align: middle;
}

/* Приховати оригінальний SVG елемент */
.object-info-icon.icon-area-m2 svg {
    display: none;
}