 .myhost-ds-wrapper {
    max-width: 500px;
    margin: 1em 0;
}

.myhost-ds-form {
    display: flex;
    gap: 0.5em;
    margin-bottom: 0.5em;
}

.myhost-ds-input {
    flex: 1;
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.myhost-ds-submit,
.myhost-ds-proceed {
    padding: 0.5em 1em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.myhost-ds-submit {
    background: #0073aa;
    color: #fff;
}

.myhost-ds-submit:hover {
    background: #006799;
}

.myhost-ds-proceed {
    background: #28a745;
    color: #fff;
}

.myhost-ds-proceed:hover {
    background: #218838;
}

.myhost-ds-result {
    min-height: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.myhost-ds-available {
    color: #28a745;
}

.myhost-ds-unavailable {
    color: #dc3545;
}
