.gm-style-iw {
	top: 0px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: none !important;
	border-radius: 8px;
    padding: 4px;
    cursor: pointer;
}

.gm-style-iw:hover {
	background-color: #EEE;
}

.gm-style-iw-d {
	overflow: unset !important;
}

.gm-style .gm-style-iw-c {
    padding: 0px;
}

:focus-visible {
    outline: none;
}

.gm-style .gm-style-iw-tc {
    width: 15px;
}
.gm-ui-hover-effect {
    border: none !important;
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    width: 15px;
}

.gm-infowindow {
    -webkit-text-stroke: 3px black;
    paint-order: stroke;
}

iframe {
    overflow:hidden;
}

iframe::-webkit-scrollbar {
 display: none;
}

.item-container {
    display: flex;
    align-items: center;
    margin: 0px;
    color: black;
    margin: 4px;
	border-radius: 8px;
}

.item-photo {
    width: 200px;
    height: 133px;
    object-fit: cover;
	border-radius: 8px 0px 0px 8px;
	pointer-events: none;
}

.item-info {
    padding : 8px;
}

.item-info-line {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    flex-direction: row;
}

.item-title {
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 8px;
}

.item-text {
	font-size: 14px;
	font-weight: 400;
}
