/* HHG for TranslatePress Admin Styles */
.trp-engine {
    margin-bottom: 20px;
}

.trp-automatic-translation-api-key-container {
    margin-bottom: 15px;
}

.trp-text-input-error {
    border-color: #dc3232;
}

.trp-error-inline {
    color: #dc3232;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.trp-description-text {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

.trp-primary-text-bold {
    font-weight: 600;
    color: #23282d;
}

.trp-select {
    min-width: 200px;
}

/* ── OpenAI platform switcher ────────────────────────────────── */

.hhgfotr-transition-field {
    transition: opacity 0.25s ease, margin 0.25s ease;
}

#hhgfotr-openai-model-list {
    display: none;
}

/* Hide browser-native datalist dropdown arrow on the model input */
#hhgfotr-openai-model::-webkit-calendar-picker-indicator {
    display: none !important;
    opacity: 0;
}

/* Model suggestion chips */
.hhgfotr-model-chip {
    font-size: 13px;
    padding: 1px 8px 2px;
    border: 1px solid #dcdcde;
    border-radius: 3px;
    background: #f6f7f7;
    color: #50575e;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.8;
}

.hhgfotr-model-chip:hover,
.hhgfotr-model-chip:focus {
    border-color: #2271b1;
    color: #2271b1;
    background: #f0f6fc;
    outline: none;
}

.hhgfotr-model-chip--active {
    border-color: #2271b1 !important;
    color: #2271b1 !important;
    background: #f0f6fc !important;
}
