.blacklist-section { margin-bottom: 48px; }
.blacklist-section .blacklist-card { background-color: #ffffff; border: 1px solid #e0e0e6; border-radius: 12px; padding: 24px; }
.blacklist-section .blacklist-list { list-style: none; padding: 0; margin: 0 0 16px 0; }
.blacklist-section .blacklist-list li { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(204, 0, 0, 0.1); font-size: 15px; color: #333333; }
.blacklist-section .blacklist-list li:last-child { border-bottom: none; }
.blacklist-section .blacklist-icon { color: #cc0000; font-size: 14px; flex-shrink: 0; }
.blacklist-section .blacklist-name { font-weight: 700; }
@media (min-width: 768px) {
  .blacklist-section .blacklist-card { padding: 32px; }
}
