.ds-tap-wrap {
    max-width: 600px;
    margin: 24px auto;
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.ds-tap-wrap h1 {
    margin-top: 0;
    font-size: 28px;
}
.ds-tap-wrap p {
    line-height: 1.6;
}
.ds-tap-btn {
    display: inline-block;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-right: 8px;
    transition: .15s;
}
.ds-tap-btn:hover {
    transform: translateY(-1px);
}
.ds-tap-btn-primary {
    border-color: #111;
    background: #111;
    color: #fff;
}
.ds-tap-btn-secondary {
    border-color: #666;
    background: #fff;
    color: #111;
}
.ds-tap-form {
    margin-top: 16px;
}
.ds-tap-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.ds-tap-form input[type=text] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
}
.ds-tap-form button[type=submit] {
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #111;
    background: #111;
    color: #fff;
    cursor: pointer;
    transition: .15s;
}
.ds-tap-form button[type=submit]:hover {
    opacity: .9;
    transform: translateY(-1px);
}
.ds-tap-err {
    color: #b00020;
    margin: 10px 0;
}
.ds-tap-small {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}
.ds-tap-btns {
    margin-bottom: 12px;
}
