/* DOMAIN CHECKER FORM STYLES */

#domain-checker-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
}

#domain-checker-form input,
#domain-checker-form select {
    width: auto;
    flex: 1 1 200px;
    height: 45px;
}

#tld-select {
    max-width: 150px;
    flex: 0 0 150px;
}

#domain-checker-form button {
    flex: 0 0 auto;
    height: 45px;
}