:root {
    --brand-bg: #f4f6f9;
}

body.bg-light {
    background-color: var(--brand-bg) !important;
}

.domain-table-wrap {
    max-height: 75vh;
    overflow: auto;
}

.domain-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    white-space: nowrap;
}

.domain-table td,
.domain-table th {
    vertical-align: top;
}

.dns-cell small {
    display: block;
    white-space: pre-line;
    word-break: break-word;
    line-height: 1.35;
}

.table td small {
    word-break: break-word;
}

.badge + .badge {
    margin-left: 0.25rem;
}

.card-header {
    font-weight: 600;
}

@media (max-width: 768px) {
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .domain-table {
        font-size: 0.8125rem;
    }

    .btn-sm {
        padding: 0.2rem 0.45rem;
        font-size: 0.75rem;
    }
}
