.dasb-wizard-wrapper {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.dasb-wizard-wrapper h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.dasb-step {
    margin-bottom: 1.5rem;
}

.dasb-helper {
    font-size: 0.9rem;
    color: #555;
}

.dasb-mode-choice label {
    display: block;
    margin-bottom: 0.5rem;
}

.dasb-wizard-wrapper input[type="text"],
.dasb-wizard-wrapper input[type="url"],
.dasb-wizard-wrapper input[type="number"],
.dasb-wizard-wrapper select {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.2rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.dasb-actions {
    margin-top: 1rem;
}

.dasb-btn-primary {
    background: #008080;
    border: none;
    color: #fff;
    padding: 0.7rem 1.4rem;
    border-radius: 4px;
    cursor: pointer;
}

.dasb-btn-primary:hover {
    background: #006666;
}

.dasb-status {
    margin-top: 1rem;
    padding: 0.7rem;
    border-radius: 4px;
    font-size: 0.95rem;
}

.dasb-status.dasb-success {
    background: #e6ffec;
    border: 1px solid #5cb85c;
    color: #256028;
}

.dasb-status.dasb-error {
    background: #ffe6e6;
    border: 1px solid #d9534f;
    color: #8a1f1c;
}
