.indo-filter-form-quote {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 16px;
    background: #f8f9fb00;
    border-radius: 12px;
    max-width: 500px;
}

.trip-filter-row {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trip-filter-row label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #333;
}

.trip-filter-row input {
    height: 35px;
    border-radius: 8px;
    border: 1px solid white !important;
    padding: 0 12px;
    font-size: 14px;
}

.indo-filter-form-quote button {
    height: 35px;
    padding: 0 20px;
    border-radius: 8px;
    background: #760d0d;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.indo-filter-form-quote button:hover,.indo-filter-form-quote button:focus {
    background: #760d0d;
}
