.purple-bg {
    background-color: #2e2f52;
}

.full-height {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.menu-wrapper {
    width: 100%;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
}

.static-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    /* max-width: 300px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-item {
    margin-bottom: 1.2rem;
    width: 100%;
}

.category-toggle,
.category-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    background: none;
    border: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    padding: 0.5em 0;
    word-break: break-word;
    flex-wrap: wrap;
    text-align: center;
}

.category-toggle:hover,
.category-link:hover {
    color: #fff;
}

.arrow {
    font-size: 0.95em;
    transition: transform 0.3s ease;
}

.arrow.rotated {
    transform: rotate(180deg);
}

.sub-category {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0.3em 0 0.8em 0;
    width: 100%;
    text-align: center;
    overflow: visible;
    height: auto;
}

.sub-category li {
    padding: 0.2em 0;
}

.sub-category a {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    text-decoration: none;
    display: block;
    width: 100%;
    word-break: break-word;
}

/* AJUSTES MOBILE - APLICAR ATÉ 768px */
@media (max-width: 768px) {
    .full-height {
        align-items: flex-start;
        padding-top: 2rem;
    }

    .menu-wrapper {
        padding: 2rem 1rem;
        justify-content: center;
    }

    .static-menu {
        max-width: 100%;
        padding: 0;
    }

    .category-toggle,
    .category-link {
        font-size: 1rem;
        justify-content: center;
        text-align: center;
        padding: 0.6em 0;
    }

    .category-title {
        width: 100%;
        text-align: center;
    }

    .sub-category {
        text-align: center;
    }

    .sub-category a {
        font-size: 0.85rem;
        padding-left: 0;
        text-align: center;
    }
}

/* EXTRA - telas bem pequenas (até 390px) */
@media (max-width: 400px) {
    .category-title,
    .category-toggle,
    .category-link {
        font-size: 0.95rem;
        letter-spacing: 0.08em;
        padding: 0.5em 0;
    }

    .sub-category a {
        font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
    #neighborhood .hero .sidebar li a {
      display: block !important;
    }
  }

  .category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.category-link {
    flex-grow: 1;
    text-align: left;
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    background: none;
    border: none;
    padding: 0.5em 0;
    font-family: 'Helvetica Neue', sans-serif;
}

.category-link:hover {
    color: #fff;
}

.category-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: #ccc;
    font-size: 1.5rem;
    padding: 0.3em;
    display: flex;
    align-items: center;
    flex-basis: content;
}

.category-toggle:hover {
    color: #fff;
}

.arrow {
    transition: transform 0.3s ease;
}

.arrow.rotated {
    transform: rotate(180deg);
}

@media (max-width: 399px) {
    .menu-wrapper {
        padding: 0;
        justify-content: center;
        
    }

}

@media screen and (max-width: 767px) {
    #neighborhood .hero .sidebar ul {
        overflow: auto;
    }
}

.gm-style-iw.gm-style-iw-c {
    display: flex;
    flex-direction: row-reverse;
	padding-top:9px!important;
    font-size: 18px;
    text-align: center;
}

.gm-ui-hover-effect span {

    margin: 9px!important;
    height: 28px!important;
    margin-top: 0!important;
}

.info_content .row .col-sm-12 p:first-of-type {	
    margin-bottom:10px;
}

.sub-category {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0.3em 0 0.8em 0;
    width: 100%;
    text-align: center;

    max-height: 250px;
    overflow-y: auto;
    position: relative;  
    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;
    scrollbar-color: #555 transparent;
}

.sub-category::-webkit-scrollbar {
    width: 6px;
}

.sub-category::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 4px;
}

.sub-category::-webkit-scrollbar-track {
    background: transparent;
}
.category-item {
    overflow: visible; 
}

.static-menu {
    overflow: visible;
}

.menu-wrapper {
    overflow: visible;
}