.domain-binding-metabox .regular-text {
    border-radius: 6px;
    border: 1px solid #8c8f94;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.domain-binding-metabox .regular-text:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: none;
}
.domain-binding-metabox code {
    font-size: 11px;
    font-family: Consolas, Monaco, monospace;
}

.db-bound-list .wp-list-table th {
    font-weight: 600;
}
.db-bound-list .wp-list-table code {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.6;
}
.db-bound-list .wp-list-table a code:hover {
    text-decoration: underline;
}

.term-subdomain-wrap input[type="text"] {
    max-width: 280px;
}
.term-subdomain-wrap code {
    font-family: Consolas, Monaco, monospace;
    font-size: 12px;
}