/* ============================================
   MY SAVED SEARCH PAGE
   ============================================ */
#mySearch_wrapper {
    min-height: 500px;
}

#mySearch_wrapper .noSavedSearch {
    height: 72px;
    color: #000;
    background: #fff;
    text-align: center;
    padding: 20px;
    position: relative;
    top: 38px;
    font-size: 22px;
    opacity: 0.9;
}

#mySearch_wrapper #nadlan {
    background-image: url('/content/materials/images/homePage/nadlan_img.jpg');
}

#mySearch_wrapper #yad2 {
    background-image: url('/content/materials/images/homePage/yad2_img.jpg');
}

#mySearch_wrapper #rechev {
    background-image: url('/content/materials/images/homePage/car_img.jpg');
}

#mySearch_wrapper .link {
    text-decoration: none;
}

#mySearch_wrapper .link .mySearch_section {
    width: 95%;
    margin: 10px auto 0 auto;
    box-shadow: 0px 2px 16px 0px #0000000D;
    padding: 20px;
    display: flex;
    align-items: center;
}

#mySearch_wrapper .link .mySearch_section .numOfSaved {
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

#mySearch_wrapper .link .mySearch_section p {
    font-size: 14px;
    color: var(--space);
    margin: 0;
}

#mySearch_wrapper .link .mySearch_section p:first-child {
    font-weight: 600;
}

#mySearch_wrapper .link .mySearch_section .bull {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px; /* להוסיף מרווח משני הצדדים של הבוליט */
}
