.float-alert { position: fixed; top: 70px; right: 20px; z-index: 9999; min-width: 280px; }
.float-alert .fa-bell { margin-right: 8px; }
.row-options { font-size: 12px; margin-top: 4px; visibility: hidden; }
tr:hover .row-options { visibility: visible; }
.row-options a { margin-right: 8px; }
.user-avatar-sm { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.user-avatar-lg { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; }
.settings-tabs .list-group-item.active { background: #15171f; border-color: #15171f; }
.permission-matrix td, .permission-matrix th { text-align: center; vertical-align: middle !important; }
.permission-matrix td:first-child, .permission-matrix th:first-child { text-align: left; }
.dashboard-placeholder { border: 2px dashed #d4d4d8; border-radius: 8px; color: #a1a1aa; min-height: 120px; display: flex; align-items: center; justify-content: center; }

/* ===== Header (Villicent): brand block over the sidebar + toggle + user menu ===== */
#header.vc-header { display: flex; align-items: center; height: 57px; padding: 0 20px 0 0; margin-left: 0 !important; z-index: 1000; }
.vc-brand { flex: 0 0 230px; width: 230px; height: 57px; display: flex; align-items: center; padding: 0 18px; background: #15171f; border-bottom: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.vc-brand img { max-height: 38px; max-width: 100%; width: auto; }
.vc-brand-text { color: #fff; font-size: 20px; font-weight: 700; letter-spacing: .5px; }
.vc-brand:hover, .vc-brand:focus { text-decoration: none; }
.vc-toggle { margin-left: 14px; border: 0; background: transparent; color: #52525b; padding: 6px; border-radius: 6px; line-height: 0; }
.vc-toggle:hover { background: rgba(82,82,91,.1); color: #18181b; }
.vc-header-spacer { flex: 1 1 auto; }
.vc-user-toggle { display: flex; align-items: center; gap: 10px; padding: 6px 10px; border-radius: 8px; color: #3f3f46; }
.vc-user-toggle:hover, .vc-user-toggle:focus, .vc-user.open .vc-user-toggle { background: #f4f4f5; color: #18181b; text-decoration: none; }
.vc-user-name { font-weight: 600; font-size: 14px; }
.vc-user-caret { font-size: 11px; color: #a1a1aa; }
.vc-user .dropdown-menu { margin-top: 6px; min-width: 200px; }
@media (max-width: 767px) { .vc-brand { flex-basis: 170px; width: 170px; } .vc-user-name { display: none; } }

/* Settings → Branding previews: the logo may be white, so show it on the sidebar colour. */
.vc-brand-preview { display: inline-flex; align-items: center; min-height: 56px; min-width: 120px; padding: 10px 16px; margin-bottom: 10px; background: #15171f; border-radius: 8px; }
.vc-brand-preview img { max-height: 40px; max-width: 220px; }
.vc-brand-preview.is-empty { background: #f4f4f5; color: #a1a1aa; font-size: 13px; }
.form-control-file { display: block; width: 100%; padding: 6px; border: 1px dashed #d4d4d8; border-radius: 6px; background: #fafafa; font-size: 13px; }

/* Login page logo sits on a dark badge so white logos stay visible. */
.company-logo .vc-login-logo { display: inline-block; background: #15171f; padding: 14px 22px; border-radius: 10px; }
.company-logo .vc-login-logo img { height: 48px !important; }

/* ===== Activity log ===== */
.vc-cat { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 600; line-height: 1; padding: 4px 8px; border-radius: 999px; margin-right: 8px; white-space: nowrap; vertical-align: middle; }
.vc-cat-auth { background: #dbeafe; color: #1d4ed8; }
.vc-cat-users { background: #dcfce7; color: #15803d; }
.vc-cat-roles { background: #ede9fe; color: #6d28d9; }
.vc-cat-settings { background: #fef3c7; color: #b45309; }
.vc-cat-email_templates { background: #ccfbf1; color: #0f766e; }
.vc-cat-profile { background: #e2e8f0; color: #334155; }
.vc-cat-system { background: #fee2e2; color: #b91c1c; }
.vc-cat-questionnaire { background: #fce7f3; color: #be185d; }
.vc-cat-api { background: #e0e7ff; color: #4338ca; }
.vc-activity-text { color: #27272a; }
.vc-activity-text:hover { color: #15171f; text-decoration: underline; }
.vc-changes-link { margin-left: 6px; font-size: 12px; white-space: nowrap; }
.vc-avatar-system { width: 32px; height: 32px; border-radius: 50%; background: #f4f4f5; display: inline-flex; align-items: center; justify-content: center; color: #71717a; }
.vc-activity-meta dt { width: 100px; color: #71717a; font-weight: 500; }
.vc-activity-meta dd { margin-left: 120px; margin-bottom: 4px; word-break: break-word; }
.vc-changes-table td { vertical-align: top !important; word-break: break-word; }
.vc-before { background: #fef2f2; color: #b91c1c; text-decoration: line-through; padding: 1px 4px; border-radius: 3px; }
.vc-after { background: #f0fdf4; color: #15803d; padding: 1px 4px; border-radius: 3px; }
.vc-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.vc-timeline li { display: flex; gap: 12px; padding: 0 0 14px; position: relative; }
.vc-timeline li:not(:last-child)::before { content: ''; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: #f4f4f5; }
.vc-timeline-icon { flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.vc-timeline-body { min-width: 0; padding-top: 5px; }

/* ===== Settings → Cron Job ===== */
.vc-card { background: #fff; border: 1px solid #e4e4e7; border-radius: 12px; margin-bottom: 20px; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.vc-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #f4f4f5; }
.vc-card-head h4 { margin: 0 0 3px; font-weight: 600; font-size: 16px; color: #18181b; }
.vc-card-head p { margin: 0; color: #71717a; font-size: 13px; }
.vc-card-body { padding: 18px 20px; }
.vc-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12.5px; }
.vc-health { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.vc-health-ok { background: #dcfce7; color: #15803d; }
.vc-health-bad { background: #fee2e2; color: #b91c1c; }
.vc-maint-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 991px) { .vc-maint-grid { grid-template-columns: 1fr; } }
.vc-maint-tile { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; transition: box-shadow .15s, border-color .15s; }
.vc-maint-tile:hover { box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.vc-maint-dark { border: 2px solid #111827; }
.vc-maint-warning { border: 2px solid #f59e0b; }
.vc-maint-ico { flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: #f3f4f6; color: #4b5563; font-size: 16px; }
.vc-maint-dark .vc-maint-ico { background: #111827; color: #fff; }
.vc-maint-warning .vc-maint-ico { background: #fef3c7; color: #b45309; }
.vc-maint-body { flex: 1 1 auto; min-width: 0; }
.vc-maint-title { font-weight: 600; color: #111827; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.vc-maint-badge { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #6b7280; background: #f3f4f6; border: 1px solid #e5e7eb; border-radius: 999px; padding: 1px 8px; }
.vc-maint-info { color: #6b7280; font-size: 12.5px; margin: 3px 0 7px; line-height: 1.45; }
.vc-maint-cmd { display: inline-block; font-size: 11.5px; color: #6b7280; background: #f9fafb; border: 1px solid #eef0f2; border-radius: 999px; padding: 2px 9px; white-space: normal; word-break: break-all; }
.vc-maint-btn { flex: 0 0 auto; align-self: center; background: #111827; color: #fff; border: 0; border-radius: 8px; padding: 7px 18px; font-weight: 600; }
.vc-maint-btn:hover, .vc-maint-btn:focus { background: #000; color: #fff; }
.vc-maint-warning .vc-maint-btn { background: #b45309; }
.vc-maint-warning .vc-maint-btn:hover { background: #92400e; }
.vc-maint-modal .modal-content { border: 0; border-radius: 14px; overflow: hidden; }
.vc-maint-modal .modal-header { background: #0f172a; border: 0; padding: 14px 18px; }
.vc-maint-modal .modal-title { color: #e5e7eb; font-weight: 600; font-size: 15px; }
.vc-maint-modal .modal-title i { color: #34d399; margin-right: 8px; }
.vc-maint-modal .vc-maint-x { color: #94a3b8; opacity: 1; text-shadow: none; }
.vc-maint-modal .vc-maint-x[disabled] { opacity: .35; cursor: not-allowed; }
.vc-maint-cmdline { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; color: #0f172a; background: #f1f5f9; border-radius: 8px; padding: 8px 12px; margin-bottom: 12px; word-break: break-all; }
.vc-maint-running { display: flex; align-items: center; gap: 10px; color: #475569; font-size: 13px; padding: 6px 0 2px; }
.vc-maint-spinner { width: 16px; height: 16px; border: 2px solid #cbd5e1; border-top-color: #15171f; border-radius: 50%; display: inline-block; animation: vcSpin .7s linear infinite; }
@keyframes vcSpin { to { transform: rotate(360deg); } }
.vc-maint-out { display: none; margin: 4px 0 0; max-height: 360px; overflow: auto; background: #0b1220; color: #cbd5e1; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12.5px; line-height: 1.5; border: 0; border-radius: 8px; padding: 12px 14px; white-space: pre-wrap; word-break: break-word; }
.vc-maint-modal .modal-footer { display: flex; align-items: center; }
.vc-maint-result { display: none; margin-right: auto; font-weight: 600; font-size: 13px; }
.vc-maint-result.vc-ok { color: #059669; }
.vc-maint-result.vc-err { color: #dc2626; }
.vc-maint-result i { margin-right: 5px; }
.vc-error-row { padding: 10px 0; border-bottom: 1px solid #f4f4f5; }
.vc-error-row:last-child { border-bottom: 0; padding-bottom: 0; }
.vc-error-row:first-child { padding-top: 0; }
.vc-error-msg { margin: 4px 0 2px; color: #27272a; font-size: 13px; word-break: break-word; }
.vc-env-table th { width: 40%; color: #71717a; font-weight: 500; }

/* ===== Questionnaire ===== */
.vc-folder-search { position: relative; width: 260px; max-width: 100%; }
.vc-folder-search i { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: #a1a1aa; font-size: 13px; }
.vc-folder-search .form-control { padding-left: 32px; }
.vc-folders { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.vc-folder { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: #fff; border: 1px solid #e4e4e7; border-radius: 10px; color: #3f3f46; transition: box-shadow .15s, border-color .15s; min-width: 0; }
.vc-folder:hover, .vc-folder:focus { border-color: #fbbf24; box-shadow: 0 4px 14px rgba(0,0,0,.06); text-decoration: none; color: #18181b; }
.vc-folder-icon { flex: 0 0 auto; font-size: 34px; line-height: 1; color: #fbbf24; }
.vc-folder-color { color: #fbbf24; }
.vc-folder-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vc-folder-name { font-weight: 600; color: #18181b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vc-folder-meta { font-size: 13px; color: #52525b; }
.vc-folder-date { font-size: 12px; color: #a1a1aa; }
.vc-breadcrumb { background: transparent; padding: 0; margin-bottom: 10px; font-size: 13px; }
.vc-answer .panel-body { padding: 14px 18px; }
.vc-answer { margin-bottom: 12px; }
.vc-color-input { width: 48px; height: 34px; padding: 2px; border: 1px solid #d4d4d8; border-radius: 6px; background: #fff; cursor: pointer; }
.vc-public-link .form-control { height: 30px; }

/* formBuilder: controls sit on the left here, so fix the stock "from the right" hint. */
.stage-wrap.empty:after { content: "Drag a field from the left to this area" !important; }

/* ===== API & Integrations ===== */
.vc-api-label { margin: 0 0 6px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #a1a1aa; }
.vc-api-pre + .vc-api-label, .vc-api-pre + .vc-api-label + .vc-api-params { margin-top: 18px; }
.vc-api-pre { background: #f4f4f5; border: 1px solid #e4e4e7; border-radius: 8px; padding: 12px 14px; margin: 0; color: #27272a; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12.5px; white-space: pre-wrap; word-break: break-all; }
.vc-api-new { background: #fffbeb; border: 1px solid #fcd34d; border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; color: #78350f; }
.vc-api-empty { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px dashed #d4d4d8; border-radius: 8px; color: #71717a; }
.vc-api-empty i { color: #a1a1aa; }
.vc-api-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.vc-api-badge-active { background: #dcfce7; color: #15803d; }
.vc-api-badge-off { background: #e4e4e7; color: #52525b; }
.vc-api-badge-expired { background: #fee2e2; color: #b91c1c; }
.vc-kv { display: grid; grid-template-columns: 140px 1fr; gap: 8px 16px; margin: 0; }
.vc-kv dt { font-weight: 500; color: #71717a; }
.vc-kv dd { margin: 0; color: #27272a; min-width: 0; word-break: break-word; }
.vc-method { display: inline-block; min-width: 46px; text-align: center; font-size: 11px; font-weight: 700; padding: 3px 6px; border-radius: 4px; }
.vc-method-get { background: #dcfce7; color: #15803d; }
.vc-method-post { background: #dbeafe; color: #1d4ed8; }
.vc-api-endpoints td { vertical-align: middle !important; }
.vc-api-url { color: #18181b; word-break: break-all; }
.vc-api-desc { color: #71717a; font-size: 12.5px; margin-top: 2px; }
.vc-api-params td { font-size: 13px; }
.vc-api-list { margin: 0; }
.vc-api-list dt { color: #18181b; margin-top: 10px; }
.vc-api-list dt:first-child { margin-top: 0; }
.vc-api-list dd { color: #71717a; font-size: 13px; margin: 2px 0 0; }
.vc-api-download + .vc-api-download { margin-top: 18px; padding-top: 16px; border-top: 1px solid #f4f4f5; }
.vc-source-api { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 4px; background: #e0e7ff; color: #4338ca; margin-left: 6px; vertical-align: middle; }
@media (max-width: 575px) { .vc-kv { grid-template-columns: 1fr; gap: 2px; } .vc-kv dd { margin-bottom: 8px; } }

/* ===== Status switch (questionnaire forms list) ===== */
.vc-switch { display: inline-flex; align-items: center; gap: 8px; margin: 0; cursor: pointer; font-weight: 500; user-select: none; }
.vc-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.vc-switch-track { position: relative; width: 36px; height: 20px; background: #d4d4d8; border-radius: 999px; transition: background .2s; flex-shrink: 0; }
.vc-switch-track:after { content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; background: #fff; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: transform .2s; }
.vc-switch input:checked + .vc-switch-track { background: #16a34a; }
.vc-switch input:checked + .vc-switch-track:after { transform: translateX(16px); }
.vc-switch input:focus-visible + .vc-switch-track { outline: 2px solid #93c5fd; outline-offset: 2px; }
.vc-switch input:disabled + .vc-switch-track { opacity: .6; }
.vc-switch-text { font-size: 13px; color: #71717a; }
.vc-switch input:checked ~ .vc-switch-text { color: #15803d; }

/* ===== Dashboard ===== */
.vc-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-bottom: 20px; }
.vc-stat { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid #e4e4e7; border-radius: 10px; padding: 20px; box-shadow: 0 1px 2px rgba(0,0,0,.04); color: inherit; }
.vc-stat:hover, .vc-stat:focus { text-decoration: none; border-color: #C4A265; color: inherit; }
.vc-stat-icon { width: 46px; height: 46px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.vc-stat-blue { background: #eff6ff; color: #2563eb; }
.vc-stat-green { background: #f0fdf4; color: #16a34a; }
.vc-stat-gold { background: #fdf8ee; color: #a8843f; }
.vc-stat-value { display: block; font-size: 26px; font-weight: 700; color: #18181b; line-height: 1.1; }
.vc-stat-label { display: block; font-size: 13px; color: #52525b; margin-top: 2px; }
.vc-stat-label small { color: #a1a1aa; font-size: 12px; }
.vc-dash-row { display: flex; align-items: center; gap: 10px; padding: 11px 4px; border-bottom: 1px solid #f4f4f5; color: inherit; }
.vc-dash-row:last-child { border-bottom: 0; }
a.vc-dash-row:hover, a.vc-dash-row:focus { background: #fafafa; text-decoration: none; color: inherit; }
.vc-dash-main { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.vc-dash-main strong { color: #27272a; font-weight: 600; }
.vc-dash-dot { width: 8px; height: 8px; border-radius: 50%; background: #C4A265; flex-shrink: 0; }
.vc-dash-avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }

/* ===== Notifications: header bell, dropdown, toasts, page ===== */
.vc-notif { margin-right: 6px; }
.vc-notif-toggle { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; color: #3f3f46; font-size: 18px; }
.vc-notif-toggle:hover, .vc-notif-toggle:focus, .vc-notif.open .vc-notif-toggle { background: #f4f4f5; color: #18181b; text-decoration: none; }
.vc-notif-badge { position: absolute; top: 4px; right: 3px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: #e8252b; color: #fff; font-size: 10.5px; font-weight: 700; line-height: 18px; text-align: center; box-shadow: 0 0 0 2px #fff; }
.vc-notif-badge[hidden] { display: none; }
.vc-notif-menu { width: 380px; max-width: calc(100vw - 24px); padding: 0; border-radius: 10px; overflow: hidden; border: 1px solid #e4e4e7; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.vc-notif-head { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid #f0f0f2; font-size: 14px; color: #18181b; }
.vc-notif-head a { font-size: 12px; }
.vc-notif-list { max-height: 420px; overflow-y: auto; }
.vc-notif-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #f4f4f5; color: inherit; position: relative; }
.vc-notif-item:hover, .vc-notif-item:focus { background: #fafafa; text-decoration: none; color: inherit; }
.vc-notif-item.is-unread { background: #fdfaf3; }
.vc-notif-item.is-unread:hover { background: #faf4e6; }
.vc-notif-icon { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; }
.vc-notif-gold { background: #fdf6e7; color: #a8843f; }
.vc-notif-blue { background: #eff6ff; color: #2563eb; }
.vc-notif-red { background: #fef2f2; color: #dc2626; }
.vc-notif-navy { background: #eef1f7; color: #1B2A4A; }
.vc-notif-purple { background: #f5f3ff; color: #7c3aed; }
.vc-notif-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.vc-notif-title { font-size: 13px; font-weight: 600; color: #18181b; line-height: 1.35; }
.vc-notif-msg { font-size: 12.5px; color: #52525b; line-height: 1.4; }
.vc-notif-time { font-size: 11.5px; color: #a1a1aa; margin-top: 2px; }
.vc-notif-dot { width: 8px; height: 8px; border-radius: 50%; background: #C4A265; flex-shrink: 0; margin-top: 6px; }
.vc-notif-empty { padding: 36px 16px; text-align: center; color: #a1a1aa; font-size: 13px; }
.vc-notif-empty i { display: block; font-size: 24px; margin-bottom: 8px; }
.vc-notif-foot { display: block; text-align: center; padding: 11px; font-size: 13px; font-weight: 500; border-top: 1px solid #f0f0f2; background: #fafafa; }
.vc-notif-foot:hover { background: #f4f4f5; text-decoration: none; }

.vc-toasts { position: fixed; top: 76px; right: 20px; z-index: 10050; display: flex; flex-direction: column; gap: 10px; width: 360px; max-width: calc(100vw - 32px); pointer-events: none; }
.vc-toast { pointer-events: auto; display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid #e4e4e7; border-left: 4px solid #C4A265; border-radius: 10px; padding: 14px 14px 14px 14px; box-shadow: 0 12px 32px rgba(0,0,0,.14); transform: translateX(120%); opacity: 0; transition: transform .3s ease, opacity .3s ease; }
.vc-toast.is-in { transform: translateX(0); opacity: 1; }
.vc-toast-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; color: inherit; }
.vc-toast-body:hover, .vc-toast-body:focus { text-decoration: none; color: inherit; }
.vc-toast-close { border: 0; background: transparent; color: #a1a1aa; font-size: 20px; line-height: 1; padding: 0 2px; cursor: pointer; }
.vc-toast-close:hover { color: #18181b; }

.vc-notif-page .vc-notif-item { border: 1px solid #f0f0f2; border-radius: 8px; margin-bottom: 8px; }
.vc-notif-page .vc-notif-item:last-child { margin-bottom: 0; }
@media (max-width: 600px) { .vc-notif-menu { position: fixed !important; left: 12px; right: 12px; top: 64px; width: auto; } }

/* ===== Response attachments modal ===== */
.vc-att-body { max-height: 65vh; overflow-y: auto; }
.vc-att-group { border: 1px solid #ececef; border-radius: 8px; padding: 12px 14px; margin-bottom: 12px; }
.vc-att-group:last-child { margin-bottom: 0; }
.vc-att-field { font-weight: 600; color: #1B2A4A; margin-bottom: 8px; line-height: 1.4; }
.vc-att-section { display: block; font-weight: 400; font-size: 12px; color: #8A8578; margin-top: 2px; }
.vc-att-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; background: #fafaf8; border: 1px solid #eeebe5; border-radius: 6px; margin-top: 6px; }
.vc-att-icon { font-size: 20px; color: #71717a; width: 22px; text-align: center; flex-shrink: 0; }
.vc-att-pdf { color: #dc2626; } .vc-att-img { color: #7c3aed; } .vc-att-doc { color: #2563eb; } .vc-att-xls { color: #16a34a; } .vc-att-ppt { color: #ea580c; }
.vc-att-name { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.vc-att-name span { font-size: 13px; color: #27272a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vc-att-name small { font-size: 11.5px; color: #a1a1aa; }
