#resultsPlacesDetailsTitleDiv,
.competitorsPinsHeader {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fa;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: start;
    gap: 6px;
}

.resultsPlacesDetailsDiv {
    flex: 1 1 auto;
    overflow-y: auto;
}

.resultPlaceDiv {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.ratingDiv,
.starsDiv {
    position: relative;
    z-index: 1;
}

.competitorsPinsContainer {
    width: 430px;
    display: flex;
    background: #fff;
    z-index: 999;
    border-radius: 8px;
}

#resultsPlacesContent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}

.competitorsPinsHeader {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f8f9fa;
    padding: 0px 12px 0px 12px;
    align-items: center;
    border-bottom: 1px solid var(--icy-mist);
}

.resultsPlacesData {
    flex: 1 1 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 4px;
}

.resultsPlacesData {
    max-height: none;
}
