/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com
 Description:  Tema copil pentru Divi
 Author:       Numele tău
 Author URI:   https://example.com
 Template:     Divi
 Version:      1.0.0
*/

/* Aici poți adăuga CSS-ul tău personalizat */

.container-harta {
    display: flex;
}
#harta-google {
    width: 100%;
}
.locuri-harta {
    width: 350px;
    padding: 10px 20px;
    height: 500px;
    overflow-x: scroll;
}
.pensiune {
    background: #fff;
    width: 100%;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.3);
    padding: 15px 30px;
    margin-bottom: 15px;
}
.pensiune h4 {
    font-weight: 700;
}
a {
    font-weight: 700;
}
.gm-style-iw.gm-style-iw-c {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 15px 20px !important;
}
.gm-style-iw-chr {
    position: absolute;
    right: 0;
    top: 0;
}
.gm-style-iw-d strong {
    line-height: 2.4;
}
.gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
}
.gm-ui-hover-effect span {
    margin: 0 !important;
}

@media screen and (max-width: 800px) {
    .container-harta {
      flex-direction: column;
    }
    .locuri-harta {
        display: flex;
        flex-direction: row;
        height: auto;
        width: 100%;
    }
    .pensiune {
        min-width: 220px;
        margin-right: 20px;
    }
}