/* Поле subdomain с суффиксом ".d9d.net" */
.subdomain-input-wrap {
    display: flex;
    align-items: stretch;
}

.subdomain-input-wrap input {
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.subdomain-suffix {
    display: flex;
    align-items: center;
    padding: 0 var(--space-4);
    background: var(--color-card-hover-bg);
    border: 1px solid var(--color-border-strong);
    border-left: none;
    border-top-right-radius: var(--radius-small);
    border-bottom-right-radius: var(--radius-small);
    color: var(--color-text-muted);
    font-size: var(--font-size-base);
    white-space: nowrap;
}
