.qing-google-map {
    /* Container */
}

.qing-google-map__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
}

.qing-google-map__head h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #0f1d2f;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.qing-google-map__head h2::before {
    content: '';
    width: 32px;
    height: 2px;
    background: #196eca;
}

.qing-google-map__badge {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #6b7280;
    display: none;
}

@media (min-width: 768px) {
    .qing-google-map__badge {
        display: inline;
    }
}

.qing-google-map__wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    box-shadow: 0 24px 70px -30px rgba(15, 29, 47, 0.35);
}

.qing-google-map__wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
