#center-overview-section-plan {
    direction: rtl;
    background-color: #f3f3f3;
    /*font-family: 'Noto Sans Hebrew', sans-serif;*/
    color: #4e4e4e;
    min-height: auto;
}

#center-overview-section-plan .center-overview-plan__inner {
    padding: 28px 20px 36px;
}

#center-overview-section-plan .center-overview-plan__title {
    margin: 0 0 22px;
    color: #2b2b2b;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

#center-overview-section-plan .center-overview-plan__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

#center-overview-section-plan .center-overview-plan__item {
    width: 100%;
}

#center-overview-section-plan .center-overview-plan__trigger {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: block;
}

#center-overview-section-plan .center-overview-plan__image {
    display: block;
    width: 100%;
    aspect-ratio: 470 / 300;
    object-fit: cover;
    border-radius: 0;
}

#center-overview-section-plan .center-overview-plan__caption {
    margin: 10px 0 0;
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.center-overview-plan__lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-sizing: border-box;
}

.center-overview-plan__modal {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 24px));
    height: min(82vh, 860px);
}

.center-overview-plan__lightbox[hidden] {
    display: none;
}

.center-overview-plan__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.center-overview-plan__dialog {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.center-overview-plan__close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    min-height: 38px;
    border: 0;
    background: #2b2b2b;
    color: #ffffff;
    padding: 6px 14px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
}

.center-overview-plan__frame {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

body.center-plan-lightbox-open {
    overflow: hidden;
}

@media (min-width: 700px) {
    #center-overview-section-plan .center-overview-plan__item {
        width: calc(50% - 9px);
    }
}

@media (min-width: 1025px) {
    #center-overview-section-plan {
        min-height: 850px;
    }

    #center-overview-section-plan .center-overview-plan__inner {
        padding: 20px;
        position: sticky;
        top: var(--desktop-header-height);
    }

    #center-overview-section-plan .center-overview-plan__title {
        margin-bottom: 28px;
        font-size: 44px;
        line-height: 1.1;
    }

    #center-overview-section-plan .center-overview-plan__grid {
        gap: 20px;
    }

    #center-overview-section-plan .center-overview-plan__item {
        width: 470px;
        flex: 0 0 470px;
    }

    .center-overview-plan__modal {
        width: min(1320px, calc(100vw - 56px));
        height: min(86vh, 910px);
    }

    .center-overview-plan__close {
        top: 14px;
        left: 14px;
    }
}
