/* About Windows / shared ShellAbout dialog */
.app-winver .wv-root { display: flex; flex-direction: column; height: 100%; background: var(--xp-face); }
.app-winver .wv-banner {
  position: relative; flex: none; height: 76px; display: flex; align-items: center; gap: 8px; padding: 0 14px;
  background: linear-gradient(to right, #fff 0%, #fff 55%, #E3ECFB 100%);
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to right, #3A6EE8, #7EA6F4 50%, #F28C28 50.5%, #F9B566) 1;
}
.app-winver .wv-flag { flex: none; filter: drop-shadow(1px 2px 1px rgba(0,0,0,.25)); }
.app-winver .wv-mark { line-height: 1; color: #000; font-family: var(--font-title); }
.app-winver .wv-ms { font-size: 11px; font-weight: bold; }
.app-winver .wv-win { font-size: 30px; font-weight: bold; letter-spacing: -1px; }
.app-winver .wv-win sup { font-size: 20px; color: #E8541C; font-style: italic; font-weight: bold; vertical-align: 8px; margin-left: 2px; letter-spacing: 0; }
.app-winver .wv-ed { font-size: 12px; font-weight: bold; color: #3F63B6; margin-top: 1px; }
.app-winver .wv-ms-logo { position: absolute; right: 12px; top: 8px; font: italic bold 12px Arial, sans-serif; color: #5B6F91; letter-spacing: -.5px; }
.app-winver .wv-details { flex: 1; display: flex; gap: 14px; padding: 14px 16px 0 12px; min-height: 0; overflow: auto; }
.app-winver .wv-appicon { flex: none; width: 32px; }
.app-winver .wv-col { flex: 1; min-width: 0; line-height: 14px; user-select: text; -webkit-user-select: text; }
.app-winver .wv-rule { height: 0; border-top: 1px solid #ACA899; border-bottom: 1px solid #fff; margin: 9px 0; }
.app-winver .wv-lic .wv-user { padding-left: 14px; margin-top: 2px; }
.app-winver .wv-buttons { flex: none; display: flex; justify-content: flex-end; padding: 8px 12px 12px; }
@media (max-width: 420px) {
  .app-winver .wv-win { font-size: 24px; }
  .app-winver .wv-ms-logo { display: none; }
}
