.btatpw-shell {
    max-width: 760px;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btatpw-form {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.btatpw-input {
    flex: 1 1 320px;
    min-height: 48px;
    padding: 0.85rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    line-height: 1.4;
}

.btatpw-input:focus {
    outline: 2px solid #0f172a;
    outline-offset: 2px;
}

.btatpw-button,
.btatpw-link {
    min-height: 48px;
    padding: 0.85rem 1.25rem;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btatpw-button {
    background: #0f172a;
    color: #fff;
}

.btatpw-link {
    background: #e2e8f0;
    color: #0f172a;
}

.btatpw-response {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.btatpw-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.btatpw-hp {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
