/* Tabs */
.yo-tabs { margin-top: 12px; display:flex; gap:6px; border-bottom:1px solid #ddd; }
.yo-tab { padding:8px 12px; cursor:pointer; border:1px solid #ddd; border-bottom:none; background:#f6f7f7; border-top-left-radius:6px; border-top-right-radius:6px; }
.yo-tab.active { background:#fff; font-weight:600; }
.yo-panel { display:none; background:#fff; border:1px solid #ddd; border-radius:0 6px 6px 6px; padding:14px; }
.yo-panel.active { display:block; }
.yo-row { margin:12px 0; }
.yo-progress { position:relative; height:18px; background:#ececec; border-radius:9px; overflow:hidden; display:none; }
.yo-progress .bar { position:absolute; height:100%; width:0; background:#2271b1; transition: width .25s ease; }
.yo-progress.indeterminate .bar { width:30%; left:-30%; animation: yo-indet 1.1s infinite linear; }
@keyframes yo-indet { 0%{left:-30%} 100%{left:100%} }
.yo-status { margin-top:6px; font-size:12px; color:#444; display:none; }
.yo-hidden { display:none; }
textarea.yo-sample { width:100%; height:220px; }
table.yo-sizes td, table.yo-sizes th { vertical-align:middle; }
select#yotm_limit_subpath { min-width: 280px; }
