.solar-calculator-map {
    height: 320px;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
}

body.solar-embed header,
body.solar-embed footer {
    display: none !important;
}

body.solar-embed .main-content > .container {
    max-width: 100%;
}

body.solar-embed .main-content .bg-white.rounded.shadow-sm {
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Positioning context = input width only (not the whole column / row gutter). */
.solar-address-input-wrap {
    display: block;
}

.solar-address-suggest {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-top: 2px;
    max-height: 280px;
    overflow-y: auto;
    z-index: 1080;
    display: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.solar-address-suggest.is-visible {
    display: block;
}

.solar-address-suggest__item {
    cursor: pointer;
    white-space: normal;
    font-size: 0.9375rem;
}

.solar-address-suggest__item.active {
    background-color: var(--bs-primary-bg-subtle, #cfe2ff);
    color: var(--bs-emphasis-color, #000);
}
