.wtai-wrap { max-width: 1000px; margin: 20px 20px 0 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.wtai-header { background: #fff; padding: 25px; border-radius: 12px; border: 1px solid #dcdcde; display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.wtai-card { background: #fff; border: 1px solid #dcdcde; border-radius: 12px; padding: 25px; margin-bottom: 25px; position: relative; }
.wtai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.wtai-section-title { font-size: 18px; font-weight: 600; margin: 0 0 15px 0; padding-bottom: 10px; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 8px; }

.wtai-input, .wtai-select, .wtai-textarea { width: 100%; padding: 10px; border: 1px solid #8c8f94; border-radius: 6px; margin-top: 5px; box-sizing: border-box; }
.wtai-radio-group { margin: 10px 0; display: flex; flex-direction: column; gap: 8px; }
.wtai-radio-label { display: flex; align-items: center; gap: 8px; font-weight: normal; cursor: pointer; }
.wtai-helper { font-size: 12px; color: #646970; margin-top: 4px; display: block; }
.wtai-warning { font-size: 12px; color: #b32d2e; background: #fff8e5; padding: 5px 10px; border-radius: 4px; border: 1px solid #dba617; margin-top: 5px; display: inline-block;}
.wtai-details { margin-top:15px; border-top:1px solid #eee; padding-top:15px; }
.wtai-details summary { font-weight: 600; cursor: pointer; color: #2271b1; }

.wtai-progress-bg { background: #f0f0f1; border-radius: 10px; height: 12px; width: 100%; overflow: hidden; margin-top: 15px; }
.wtai-progress-bar { height: 100%; transition: width 0.3s ease; }
.wtai-btn-primary { background: #2271b1; color: #fff; border: none; padding: 10px 20px; border-radius: 6px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; }
.wtai-btn-primary:hover { background: #135e96; color: #fff; }
.wtai-btn-outline { background: transparent; color: #2271b1; border: 1px solid #2271b1; padding: 9px 18px; border-radius: 6px; font-weight: 600; text-decoration: none; display: inline-block; }

.wtai-blur-mask { filter: blur(4px); pointer-events: none; user-select: none; opacity: 0.6; }
.wtai-lock-overlay { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 20; text-align: center; width: 80%; max-width: 300px; }
.wtai-lock-card { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); border: 1px solid #ccc; }

/* Admin Columns */
th.column-wtai_translate, td.column-wtai_translate { width: 200px !important; min-width: 200px !important; vertical-align: top; }
.wtai-column-wrap { display: flex; gap: 5px; align-items: center; }
@media screen and (max-width: 782px) {
    th.column-wtai_translate, td.column-wtai_translate { width: auto !important; }
    .wtai-column-wrap { flex-direction: column; align-items: flex-start; }
}