.uavt-modal-header {
    background: #e7f1fb;
    border-bottom: 1px solid #dde3ec;
}

.uavt-modal-header .modal-title {
    color: #1e3a5f;
    font-size: 15px;
    font-weight: 700;
}

.uavt-modal-footer {
    background: #fafbfc;
    border-top: 1px solid #dde3ec;
    justify-content: space-between;
    gap: 12px;
}

.uavt-footer-actions {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.uavt-live-code {
    color: #146c43;
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.uavt-ai-box {
    padding: 12px;
    border: 1px solid #cfe2ff;
    border-radius: 8px;
    background: #f6f9ff;
}

#uavtModal .form-select:disabled {
    background-color: #f3f4f6;
    color: #98a2b3;
    cursor: not-allowed;
}

#uavtModal .form-select.loading {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%232563eb' stroke-width='3' fill='none' stroke-dasharray='31.4 31.4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='0.8s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
