.pill.bad-pill { background: #ffeded; color: #b92b2b; }
.link { margin-right: 14px; }
.link.danger { color: #bd3232; }
.check { display: flex; align-items: center; gap: 9px; }
.check input { width: auto; }
.hint { display: block; color: #758399; line-height: 1.6; }
.dns-status { padding: 18px 0; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 10px; margin-bottom: 20px; }
.check-grid > div, .dns-record { border: 1px solid #e2e8f1; border-radius: 9px; padding: 12px; }
.dns-record { margin: 8px 0; line-height: 1.8; }
.dns-record code { background: #edf3fc; border-radius: 5px; padding: 3px 6px; user-select: all; }
@media (max-width: 900px) { .check-grid { grid-template-columns: 1fr; } }
