.domain-list{max-height:300px;overflow-y:auto}.domain-item{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:.5rem;margin-bottom:.5rem;position:relative}.domain-item .remove-domain{position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.results-container{max-height:500px;overflow-y:auto}.metric-card{border-left:4px solid var(--primary-color);margin-bottom:1rem}.metric-value{font-size:1.5rem;font-weight:700}.metric-label{color:#6c757d;font-size:.875rem}.authority-meter{height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin:.5rem 0}.authority-meter .fill{height:100%;background:var(--primary-color);transition:width .3s ease}.processing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:none;align-items:center;justify-content:center;z-index:1000}.processing-overlay.active{display:flex}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
/*# sourceMappingURL=domain-authority-checker-content.css.map */