.bulamaps-wrapper {
    width: 100%;
    font-family: inherit;
}

.bulamaps-search-controls {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.bulamaps-search-controls input {
    flex: 1;
    min-width: 220px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.75rem 0.9rem;
    font-family: inherit;
    font-size: 1rem;
    outline-offset: 2px;
}

.bulamaps-search-controls input:focus {
    outline: 2px solid #fe5f1f;
    border-color: #fe5f1f;
}

.bulamaps-search-controls button {
    border: none;
    background: #fe5f1f;
    color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.75rem 1.1rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.bulamaps-search-controls button:hover {
    background: #e04f0f;
}

.bulamaps-status {
    min-height: 1.3rem;
    margin: 0.4rem 0 0.75rem;
    color: #666;
    font-size: 0.9rem;
}

#bulamaps-map {
    height: 420px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

@media (max-width: 640px) {
    #bulamaps-map {
        height: 330px;
    }
}
