.button-list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
}

.button-list .button {
    color: #374151;
    border: 2px solid;
    border-radius: 4px;
    padding: 6px 15px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
}

.lb-data .lb-details {
    text-align: center;
}

.CustomModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .25s,opacity .25s 0s,transform .25s;
    z-index: 999999;
    overflow: auto;
    text-align: center;
}
.CustomModal:before {
    width: 1px;
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.CustomModal .modal-content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    background-color: #fff;
    padding: 1rem 1.5rem;
    width: 50rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border: 1px solid #372c22;
    border-radius: 10px;
    max-width: 90%;
    display: inline-block;
    margin: 30px 0;
    vertical-align: middle;
    text-align: start;
}

.CustomModal .close-button {
    right: -10px;
    top: -10px;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f00;
    color: #fff;
    position: absolute;
    z-index: 99
}

.CustomModal .close-button:hover {
    background-color: #a9a9a9
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s,opacity .25s 0s,transform .25s
}

.CustomModal h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.CustomModal img {
    margin: 0 0 20px 0;
}

.CustomModal p {
    padding: 0 0 10px 0;
    line-height: 22px;
}

.CustomModal .modal-content iframe {
    width: 100%;
}

.modal-open.opner {
    background-color: rgb(41 63 37 / var(--tw-bg-opacity));
    padding: 10px 50px;
    border-radius: 50px;
    margin: 0 auto;
    display: block;
    min-width: 310px;
    margin-top: 30px;
    line-height: 1.2;
    background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://hamaarag.org.il/wp-content/uploads/2024/05/left_left_icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center left 20px;
}

.CustomModal.big-popup .modal-content {
    width: 100rem;
}

.modal-open.opner:hover {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: #293F25;
     background-image: url(https://web-archive.nli.org.il/National_Library/oe_/https://hamaarag.org.il/wp-content/uploads/2024/05/left_left_icon-black.svg);
}

.card-box-shadow{
    height: 100%;
}

.CustomModal.big-popup .modal-content {
  height: 90%;
}

.CustomModal.big-popup p {
  height: 100%;
}

.CustomModal.big-popup .modal-content iframe {
  height: 100%;
}

.map-buttons a {
    border: 1px solid;
    text-align: center;
    margin: 0 0 0 20px;
    padding: 5px 6px;
    font-size: 16px;
    border-radius: 50px;
}

.map-buttons .post_header_actions {
    margin: 0;
}

.map-buttons a span svg {
    padding-left: 5px;
}

.map-buttons {
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    html, body {overflow-x: hidden;}
    .map-buttons a {margin-bottom: 15px;}
}