.hidden-field,
.hidden-wrapper {
    display: none !important;
}

.lt-device-price-lookup {
    width: 100%;
}

.lt-device-price-lookup .lt-device-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.lt-device-price-lookup .lt-device-price-button {
    flex: 0 0 auto;
    min-width: 110px;
    text-align: center;
    white-space: nowrap;
}

.lt-device-price-lookup .lt-device-price-select {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    text-align: left;
    text-indent: 0.5em;
}

.lt-device-price-lookup .lt-loading {
    color: #888;
    white-space: nowrap;
}

.lt-device-price-lookup .lt-device-price-error {
    margin-top: 8px;
    margin-bottom: 10px;
    color: #b32d2e;
    font-weight: 600;
}

.lt-device-price-lookup [hidden] {
    display: none !important;
}

/* Choices.js */
.lt-device-price-lookup .choices {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
}

.lt-device-price-lookup .choices__inner {
    min-height: 44px;
    font-size: 16px;
}

.lt-device-price-lookup .choices__list--dropdown {
    word-break: normal;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .lt-device-price-lookup .lt-device-price-row {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .lt-device-price-lookup .lt-device-price-button {
        min-width: 105px;
    }

    .lt-device-price-lookup .lt-device-price-select {
        flex: 1 1 calc(100% - 120px);
    }

    .lt-device-price-lookup .lt-loading {
        width: 100%;
        margin-left: 0;
    }
}
