#cat-guard-block {
    padding: 0 0 0px;
}

#cat-guard-block .title {
    margin: 0 0 16px;
}

.interactive-image-outer-wrapper {
    position: relative;
}

.interactive-image-inner-wrapper {
    position: relative;
}

.interactive-image-inner-wrapper .svg svg {
    width: 100%;
    height: auto;
    display: block;
}

/* точки (кнопки) поверх картинки */
.interactive-section-points-outer-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.interactive-section-points-inner-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.point {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0ea5e9;
    box-shadow: 0 0 0 3px rgba(14, 165, 233, .25);
    pointer-events: auto;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.point.filter-selected {
    background: #0284c7;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, .2);
}

.point .tooltip {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    background: #111;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
}

.point:hover .tooltip,
.point:focus .tooltip {
    opacity: 1;
}



/* фильтры */
.interactive-section-filters-wrapper {
    margin-top: 18px;
}

.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.checkboxes .filter {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

.checkboxes .filter.selected {
    background: #e0f2fe;
    border-color: #bae6fd;
}

.filter-helpers {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

@media (max-width: 767px) {
    #cat-guard-block {
        padding-bottom: 60px;
    }

    .checkboxes {
        gap: 6px;
    }
}

/* Подсветка нужных областей в SVG */
.cat-guard-house-diagram .svg .highlight {
    fill: #84d8f7 !important;
    transition: fill .2s ease;
}

/* По умолчанию SVG заливка белая (как в оригинале) */
.cat-guard-house-diagram .svg [id] {
    transition: fill .15s ease, opacity .15s ease;
}











.cat-guard-house-diagram.acf-block .cat-guard-interactive-diagram,
.cat-guard-hotel-diagram.acf-block .cat-guard-interactive-diagram {
    background-color: #F3F5F6;
    border-radius: 0;
    max-width: calc(1248px + 9rem);
    padding: 3rem 0
}

@media(min-width: 1393px) {

    .cat-guard-house-diagram.acf-block .cat-guard-interactive-diagram,
    .cat-guard-hotel-diagram.acf-block .cat-guard-interactive-diagram {
        border-radius: 12px;
        padding: 4.5rem 0
    }
}

.cat-guard-house-diagram.acf-block .cat-guard-interactive-diagram>.col-xs-12,
.cat-guard-hotel-diagram.acf-block .cat-guard-interactive-diagram>.col-xs-12 {
    margin: 0 auto;
    max-width: 1248px;
    padding: 0;
    position: relative
}

.cat-guard-house-diagram.acf-block .cat-guard-interactive-diagram .title,
.cat-guard-hotel-diagram.acf-block .cat-guard-interactive-diagram .title {
    margin: 0;
    max-width: 100%;
    padding: 0 1.5rem 1.5rem;
    position: relative;
    top: auto;
    left: auto
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .cat-guard-interactive-diagram .title,
    .cat-guard-hotel-diagram.acf-block .cat-guard-interactive-diagram .title {
        max-width: 350px;
        padding: 0;
        position: absolute;
        top: 0;
        left: 1.5rem
    }
}

.cat-guard-house-diagram.acf-block .interactive-image-outer-wrapper,
.cat-guard-hotel-diagram.acf-block .interactive-image-outer-wrapper {
    margin: 0 auto;
    padding: 1.5rem .75rem 4.5rem;
    max-width: 960px
}

.cat-guard-house-diagram.acf-block .interactive-image-inner-wrapper,
.cat-guard-hotel-diagram.acf-block .interactive-image-inner-wrapper {
    position: relative
}

.cat-guard-house-diagram.acf-block .interactive-image-inner-wrapper .svg,
.cat-guard-hotel-diagram.acf-block .interactive-image-inner-wrapper .svg {
    display: block
}

.cat-guard-house-diagram.acf-block .interactive-image-inner-wrapper .cls-2,
.cat-guard-hotel-diagram.acf-block .interactive-image-inner-wrapper .cls-2 {
    fill: #fff;
    transition: fill .2s
}

.cat-guard-house-diagram.acf-block .interactive-section-points-outer-wrapper,
.cat-guard-hotel-diagram.acf-block .interactive-section-points-outer-wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.cat-guard-house-diagram.acf-block .interactive-section-points-inner-wrapper,
.cat-guard-hotel-diagram.acf-block .interactive-section-points-inner-wrapper {
    height: 100%;
    position: relative;
    width: 100%
}

.cat-guard-house-diagram.acf-block .point,
.cat-guard-hotel-diagram.acf-block .point {
    background-color: #0091d0;
    border-radius: 50%;
    height: .625rem;
    position: absolute;
    width: .625rem;
    z-index: 9995
}

@media(min-width: 480px) {

    .cat-guard-house-diagram.acf-block .point,
    .cat-guard-hotel-diagram.acf-block .point {
        height: 1rem;
        width: 1rem
    }
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .point,
    .cat-guard-hotel-diagram.acf-block .point {
        height: 1.25rem;
        width: 1.25rem
    }
}

@media(min-width: 992px) {

    .cat-guard-house-diagram.acf-block .point,
    .cat-guard-hotel-diagram.acf-block .point {
        height: 1.5rem;
        width: 1.5rem
    }
}

.cat-guard-house-diagram.acf-block .point::before,
.cat-guard-hotel-diagram.acf-block .point::before {
    background-color: rgba(252, 100, 18, .2);
    border-radius: 50%;
    content: "";
    height: 1.25rem;
    opacity: 0;
    position: inherit;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: opacity .2s;
    width: 1.25rem;
    z-index: 9991
}

@media(min-width: 480px) {

    .cat-guard-house-diagram.acf-block .point::before,
    .cat-guard-hotel-diagram.acf-block .point::before {
        height: 2rem;
        width: 2rem
    }
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .point::before,
    .cat-guard-hotel-diagram.acf-block .point::before {
        height: 2.5rem;
        width: 2.5rem
    }
}

@media(min-width: 992px) {

    .cat-guard-house-diagram.acf-block .point::before,
    .cat-guard-hotel-diagram.acf-block .point::before {
        height: 3rem;
        width: 3rem
    }
}

.cat-guard-house-diagram.acf-block .point::after,
.cat-guard-hotel-diagram.acf-block .point::after {
    animation: ripple 2s ease-in-out infinite;
    background-color: #0091d0;
    border: 1px solid #0091d0;
    border-radius: 50%;
    content: "";
    height: .625rem;
    position: absolute;
    top: 0;
    right: 0;
    width: .625rem;
    z-index: 9990
}

@media(min-width: 480px) {

    .cat-guard-house-diagram.acf-block .point::after,
    .cat-guard-hotel-diagram.acf-block .point::after {
        height: 1rem;
        width: 1rem
    }
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .point::after,
    .cat-guard-hotel-diagram.acf-block .point::after {
        height: 1.25rem;
        width: 1.25rem
    }
}

@media(min-width: 992px) {

    .cat-guard-house-diagram.acf-block .point::after,
    .cat-guard-hotel-diagram.acf-block .point::after {
        height: 1.5rem;
        width: 1.5rem
    }
}

.cat-guard-house-diagram.acf-block .point .tooltip,
.cat-guard-hotel-diagram.acf-block .point .tooltip {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: .9rem;
    font-weight: 700;
    opacity: 0;
    order: 1;
    padding: .375rem .75rem;
    pointer-events: none;
    position: absolute;
    right: 50%;
    left: auto;
    bottom: .125rem;
    transform: translate(50%, -50%);
    transition: opacity .2s ease-in;
    text-align: center;
	line-height:normal;
    z-index: 9994
}

@media(min-width: 480px) {

    .cat-guard-house-diagram.acf-block .point .tooltip,
    .cat-guard-hotel-diagram.acf-block .point .tooltip {
        font-size: 1rem;
        bottom: .5rem
    }
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .point .tooltip,
    .cat-guard-hotel-diagram.acf-block .point .tooltip {
        font-size: 13px;
        bottom: 30px;
    }
}

.cat-guard-house-diagram.acf-block .point .tooltip::after,
.cat-guard-hotel-diagram.acf-block .point .tooltip::after {
    content: "";
    display: block;
    border-left: .5rem solid rgba(0, 0, 0, 0);
    border-right: .5rem solid rgba(0, 0, 0, 0);
    border-top: .5rem solid #000;
    position: absolute;
    right: 50%;
    bottom: -0.375rem;
    transform: translateX(50%);
    z-index: 9993
}

@media(min-width: 768px) {

    .cat-guard-house-diagram.acf-block .point .tooltip::after,
    .cat-guard-hotel-diagram.acf-block .point .tooltip::after {
        border-left: .75rem solid rgba(0, 0, 0, 0);
        border-right: .75rem solid rgba(0, 0, 0, 0);
        border-top: .75rem solid #000;
        bottom: -0.5rem
    }
}

.cat-guard-house-diagram.acf-block .point.filter-selected .tooltip,
.cat-guard-hotel-diagram.acf-block .point.filter-selected .tooltip {
    opacity: 1
}

.cat-guard-house-diagram.acf-block .point:hover::before,
.cat-guard-house-diagram.acf-block .point:focus::before,
.cat-guard-house-diagram.acf-block .point.filter-selected::before,
.cat-guard-hotel-diagram.acf-block .point:hover::before,
.cat-guard-hotel-diagram.acf-block .point:focus::before,
.cat-guard-hotel-diagram.acf-block .point.filter-selected::before {
    opacity: 1
}

.cat-guard-house-diagram.acf-block .point:hover::after,
.cat-guard-house-diagram.acf-block .point:focus::after,
.cat-guard-house-diagram.acf-block .point.filter-selected::after,
.cat-guard-hotel-diagram.acf-block .point:hover::after,
.cat-guard-hotel-diagram.acf-block .point:focus::after,
.cat-guard-hotel-diagram.acf-block .point.filter-selected::after {
    animation: none
}

.cat-guard-house-diagram.acf-block .point:hover .tooltip,
.cat-guard-hotel-diagram.acf-block .point:hover .tooltip {
    opacity: 1
}



.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper {
    height: 235px;
    margin: 0;
    overflow-x: scroll;
    margin: 0 1.5rem;
    position: relative;
    width: calc(100% - 3rem)
}

@media(min-width: 992px) {

    .cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper,
    .cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper {
        overflow: hidden
    }
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper ul,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper ul {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 725px
}

@media(min-width: 992px) {

    .cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper ul,
    .cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper ul {
        -moz-column-gap: 3rem;
        column-gap: 3rem;
        position: relative;
        top: auto;
        left: auto;
        width: 100%
    }
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper li {
    cursor: pointer;
    display: inline-block;
    margin: 0 !important;
    padding: .5rem 0 .5rem 0rem !important;
    transition: color .2s;
    background: transparent;
    width: 100%;
    border: none;
    font-weight: bold;
    position: relative;
    font-style: italic;
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li:before {
    flex-shrink: 0;
    content: '';
    width: 32px;
    height: 32px;
    margin-right: .75rem;
    border: 4px solid #0091d0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    transition: background-color .3s;
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li.selected:before {
    background-color: #0091d0;
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 19px;
    width: 16px;
    height: 12px;
    opacity: 0;
    background: url(./checkbox-selected.svg) no-repeat center;
    background-size: contain;
    transition: opacity .3s;
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li.selected:after {
    opacity: 1;
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li.selected,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper li.selected {
    color: #0091d0
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li.disabled,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper li.disabled {
    color: #767676;
    pointer-events: none
}

.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper ul.checkboxes>li::before,
.cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper ul.checkboxes>li::after,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper ul.checkboxes>li::before,
.cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper ul.checkboxes>li::after {
    top: 19px !important
}

.cat-guard-hotel-diagram.acf-block .interactive-image-outer-wrapper {
    max-width: 1200px;
    padding-bottom: 3rem
}

.cat-guard-house-diagram.acf-block .point.residential.basement-doors {
    top: 83.5%;
    right: 11%;
    z-index: 309
}

.cat-guard-house-diagram.acf-block .point.residential.basement-doors .tooltip {
    right: 1.25rem;
    transform: translateY(50%);
    bottom: 30px;
    width: 137px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.basement-doors .tooltip {
        right: 1.75rem;
        width: 149px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.basement-doors .tooltip {
        right: 50%;
        bottom: 30px;
        transform: translate(50%, -50%);
        width: 163px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.basement-doors .tooltip::after {
    right: -0.75rem;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg)
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.basement-doors .tooltip::after {
        right: 50%;
        bottom: -0.5rem;
        transform: translateX(50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.chimney-area {
    top: 0%;
    right: 7.5%;
    z-index: 209
}

.cat-guard-house-diagram.acf-block .point.residential.chimney-area .tooltip {
    right: 1.25rem;
    transform: translateY(50%);
    bottom: 50%;
    width: 120px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.chimney-area .tooltip {
        right: 1.75rem;
        width: 130px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.chimney-area .tooltip {
        right: 50%;
        bottom: 30px;
        transform: translate(50%, -50%);
        width: 143px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.chimney-area .tooltip::after {
    right: -0.75rem;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg)
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.chimney-area .tooltip::after {
        right: 50%;
        bottom: -0.5rem;
        transform: translateX(50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.concrete-seams {
    top: 83.5%;
    right: 56%;
    z-index: 259
}

.cat-guard-house-diagram.acf-block .point.residential.concrete-seams .tooltip {
    width: 136px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.concrete-seams .tooltip {
        width: 148px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.concrete-seams .tooltip {
        width: 163px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.corner-posts {
    top: 63.5%;
    right: 97.2%
}

.cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip {
    right: auto;
    left: 1.125rem;
    transform: translateY(50%);
    bottom: 50%;
    width: 114px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip {
        left: 1.75rem;
        width: 123px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip {
        left: 2.375rem;
        width: 135px
    }
}

@media(min-width: 1200px) {
    .cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip {
        right: 50%;
        bottom: 30px;
        left: auto;
        transform: translate(50%, -50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip::after {
    right: auto;
    bottom: 50%;
    left: -0.75rem;
    transform: translateY(50%) rotate(90deg)
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip::after {
        left: -1rem
    }
}

@media(min-width: 1200px) {
    .cat-guard-house-diagram.acf-block .point.residential.corner-posts .tooltip::after {
        right: 50%;
        bottom: -0.5rem;
        left: auto;
        transform: translateX(50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.doors {
    top: 58%;
    right: 73%;
    z-index: 249
}

.cat-guard-house-diagram.acf-block .point.residential.doors .tooltip {
    width: 64px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.doors .tooltip {
        width: 70px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.doors .tooltip {
        width: 80px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.dormers-and-returns {
    top: 42.5%;
    right: 74%;
    z-index: 229
}

.cat-guard-house-diagram.acf-block .point.residential.dormers-and-returns .tooltip {
    width: 152px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.dormers-and-returns .tooltip {
        width: 166px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.dormers-and-returns .tooltip {
        width: 183px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.fascia-soffits-and-eaves {
    top: 39%;
    right: 64.5%;
    z-index: 219
}

.cat-guard-house-diagram.acf-block .point.residential.fascia-soffits-and-eaves .tooltip {
    width: 177px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.fascia-soffits-and-eaves .tooltip {
        width: 192px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.fascia-soffits-and-eaves .tooltip {
        width: 212px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.foundation {
    top: 87%;
    right: 41%;
    z-index: 259
}

.cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip {
    right: 1.25rem;
    transform: translateY(50%);
    bottom: 50%;
    width: 98px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip {
        right: 1.75rem;
        width: 105px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip {
        right: 2.375rem;
        width: 120px
    }
}

@media(min-width: 1200px) {
    .cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip {
        right: 50%;
        bottom: 30px;
        transform: translate(50%, -50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip::after {
    right: -0.75rem;
    bottom: 50%;
    transform: translateY(50%) rotate(-90deg)
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip::after {
        right: -1rem
    }
}

@media(min-width: 1200px) {
    .cat-guard-house-diagram.acf-block .point.residential.foundation .tooltip::after {
        right: 50%;
        bottom: -0.5rem;
        transform: translateX(50%)
    }
}

.cat-guard-house-diagram.acf-block .point.residential.gable-vents {
    top: 25%;
    right: 52.5%;
    z-index: 209
}

.cat-guard-house-diagram.acf-block .point.residential.gable-vents .tooltip {
    width: 108px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.gable-vents .tooltip {
        width: 116px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.gable-vents .tooltip {
        width: 127px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.garage-interiors {
    top: 75%;
    right: 83%
}

.cat-guard-house-diagram.acf-block .point.residential.garage-interiors .tooltip {
    width: 134px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.garage-interiors .tooltip {
        width: 146px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.garage-interiors .tooltip {
        width: 160px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.j-channel {
    top: 58%;
    right: 42%;
    z-index: 239
}

.cat-guard-house-diagram.acf-block .point.residential.j-channel .tooltip {
    width: 94px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.j-channel .tooltip {
        width: 102px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.j-channel .tooltip {
        width: 110px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.ridge-vents-and-ends {
    top: 3%;
    right: 32%;
    z-index: 199
}

.cat-guard-house-diagram.acf-block .point.residential.ridge-vents-and-ends .tooltip {
    width: 156px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.ridge-vents-and-ends .tooltip {
        width: 170px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.ridge-vents-and-ends .tooltip {
        width: 187px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.windows {
    top: 70%;
    right: 30%
}

.cat-guard-house-diagram.acf-block .point.residential.windows .tooltip {
    width: 86px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.windows .tooltip {
        width: 92px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.windows .tooltip {
        width: 100px
    }
}

.cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids {
    top: 80%;
    right: 25%;
    z-index: 299
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids {
        top: 81.5%;
        right: 24.5%
    }
}

@media(min-width: 992px) {
    .cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids {
        top: 82.5%;
        right: 25.2%
    }
}

.cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids .tooltip {
    width: 203px
}

@media(min-width: 480px) {
    .cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids .tooltip {
        width: 223px
    }
}

@media(min-width: 768px) {
    .cat-guard-house-diagram.acf-block .point.residential.wire-chases-and-pipes-voids .tooltip {
        width: 247px
    }
}


/* New design integration */
#cat-guard-block .media-wrapper .highlighted-parts [data-checkbox-id] {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

#cat-guard-block .media-wrapper .highlighted-parts [data-checkbox-id].highlight,
#cat-guard-block .highlighted-parts .highlight {
    opacity: 1;
}

#cat-guard-block .highlighted-parts [data-checkbox-id].highlight {
    fill: #6FCF7C !important;
    stroke: #6FCF7C !important;
}

/* Selected filter & point colors updated */
#cat-guard-block .point.filter-selected,
#cat-guard-block .interactive-section-filters-wrapper li.selected {
    color: #0091d0 !important;
}

/* Aliases for camelCase keys to ensure points appear on new SVG */
.cat-guard-house-diagram.acf-block .point.residential.basementDoors {
    top: 83.5%;
    right: 11%;
    z-index: 309
}

.cat-guard-house-diagram.acf-block .point.residential.chimneyArea {
    top: 0%;
    right: 50%;
    z-index: 209
}

.cat-guard-house-diagram.acf-block .point.residential.concreteSeams {
    top: 93%;
    right: 65%;
    z-index: 259
}

.cat-guard-house-diagram.acf-block .point.residential.cornerPosts {
    top: 63.5%;
    right: 96%
}

.cat-guard-house-diagram.acf-block .point.residential.dormersAndReturns {
    top: 25%;
    right: 60%;
    z-index: 229
}

.cat-guard-house-diagram.acf-block .point.residential.fasciaSoffitsEaves {
    top: 39%;
    right: 64.5%;
    z-index: 219
}

.cat-guard-house-diagram.acf-block .point.residential.gableVents {
    top: 24%;
    right: 51%;
    z-index: 209
}

.cat-guard-house-diagram.acf-block .point.residential.garageInteriors {
    top: 75%;
    right: 83%
}

.cat-guard-house-diagram.acf-block .point.residential.jChannel {
    top: 60%;
    right: 46%;
    z-index: 239
}

.cat-guard-house-diagram.acf-block .point.residential.ridgeVentsEnds {
    top: 4%;
    right: 32%;
    z-index: 199
}

.cat-guard-house-diagram.acf-block .point.residential.wireChasesPipesVoids {
    top: 85%;
    right: 21%;
    z-index: 299
}

@media (max-width: 767px) {

    .cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper ul,
    .cat-guard-hotel-diagram.acf-block .interactive-section-filters-wrapper ul {
        columns: 1;
        -moz-columns: 1;
        width: auto;
        position: relative;
    }

    .cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li:before {
        width: 22px;
        height: 22px;
    }

    .cat-guard-house-diagram.acf-block .interactive-section-filters-wrapper li:after {
        left: 6px;
        width: 12px;
        height: 12px;
    }

    .cat-guard-house-diagram.acf-block .point .tooltip,
    .cat-guard-hotel-diagram.acf-block .point .tooltip {
        font-size: 8px;
    }

    .point .tooltip {
        top: -14px;
    }

    .cat-guard-house-diagram.acf-block .point.residential.windows .tooltip {
        width: 70px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

}