.cityscan__estimator {
    width: 100%;
    aspect-ratio: 9 / 6;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cityscan__estimator__agency-selector-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: var(--cityscan-estimator-agencies-selector-align, flex-end);
    gap: 0.625rem;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(0.625rem);
    padding: 1.25rem;
    background-color: var(--cityscan-estimator-agencies-selector-background-color, #EFEFEF);

    @media screen and (min-width: 769px) {
        flex-direction: row;
    }

    label {
        font-weight: var(--cityscan-estimator-agencies-selector-label-weight, bold);
        color: var(--cityscan-estimator-agencies-selector-label-color, black);
    }

    select {
        padding: var(--cityscan-estimator-agencies-selector-select-padding, 0.625rem 1rem);
        background-color: var(--cityscan-estimator-agencies-selector-select-background-color, transparent);
        color: var(--cityscan-estimator-agencies-selector-select-color, var(--cityscan-estimator-agencies-selector-label-color, black));
    }
}

.cityscan__estimator__agency-selector-wrapper.hidden { display: none; }

.cityscan__estimator iframe {
    width: 100%;
    height: 100%;
    min-height:520px;
}

.cityscan__estimator select {
    max-width:100%;
}
