.protection-user-card,
.protection-summary-card { padding: 12px 14px; border: 1px solid #dbe2ec; border-radius: 8px; background: #fff; }
.protection-user-card { border-color: #ef9dc7; background: #fff8fc; }
.protection-summary-card { margin-top: 10px; }
.protection-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.protection-section-heading h3,
.protection-section-heading p { margin: 0; }
.protection-section-heading h3 { color: #202635; font-size: 13px; font-weight: 700; line-height: 1.3; }
.protection-section-heading p { margin-top: 3px; color: #7c8798; font-size: 9px; line-height: 1.45; }
.protection-section-heading > span { flex: 0 0 auto; color: #b50f68; font-size: 8px; font-weight: 800; }
.protection-current-user { display: grid; grid-template-columns: 38px minmax(0, 1fr); align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid #f1bfda; border-radius: 7px; background: #fff; }
.protection-current-user > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #7915a8, #ec168c); color: #fff; font-size: 11px; font-weight: 700; }
.protection-current-user div { display: grid; min-width: 0; gap: 2px; }
.protection-current-user strong,
.protection-current-user small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.protection-current-user strong { font-size: 10px; }
.protection-current-user small { color: #75849a; font-size: 8px; }
.protection-user-card .demo-field-label { margin-top: 10px; color: #66758b; font-size: 9px; }
.protection-user-card .form-select { margin-top: 4px; font-size: 10px; }
.protection-user-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.protection-summary-list { display: grid; gap: 7px; }
.protection-summary-list > div { display: grid; grid-template-columns: 10px minmax(0, 1fr); align-items: start; gap: 8px; padding: 7px 8px; border: 1px solid #e1e7ef; border-radius: 6px; background: #f9fbfd; }
.protection-summary-list i { width: 8px; height: 8px; margin-top: 3px; border-radius: 50%; background: #7f28b7; }
.protection-summary-list > div:nth-child(2) i { background: #35a978; }
.protection-summary-list > div:nth-child(3) i { background: #aab7c8; }
.protection-summary-list span { display: grid; min-width: 0; gap: 2px; }
.protection-summary-list strong { color: #202635; font-size: 9px; }
.protection-summary-list small { color: #77859a; font-size: 8px; line-height: 1.4; }
