#googleMap {
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: 3px solid #b1cce0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.shop-item {
    box-sizing: border-box;
    width: 100%;
    padding: .8rem;
    margin-bottom: .2rem;
    background: #E5E9ED;

    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.shop-item > iframe {
    width: 50%;
    height: 274px;
}