#address-search {
    display: flex;
    justify-content: center;
}

#address-search-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 8940px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#addressField {
    width: 100%;
    display: flex;
    align-items: center;
}

.address-textarea {
    height: 45px;
}

.label-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.lens-icon {
    position: relative;
    top: -5px;
    left: -5px;
    vertical-align: middle;
}

.court-name-label {
    max-width: 300px;
    width: 100%;
}

#addressDetails label {
    max-width: 280px;
    width: 100%;
}

#minimap-container {
    height: 300px;
    width: 100%;
    display: none;
}