.pts-toggle-login{margin-bottom:2rem}
.pts-intro{margin-bottom:1rem;font-weight:600}
.pts-toggle-buttons{margin-bottom:1rem;display:flex;gap:0.75rem}
.pts-toggle-buttons .button{padding:.5rem 1.2rem;border-radius:4px;background:#f47c20;color:#fff;font-weight:600;border:none;cursor:pointer}
.pts-toggle-buttons .button:hover{background:#d86c1a}
@media(max-width:480px){
 .pts-toggle-buttons{flex-direction:column}
 .pts-toggle-buttons .button{width:100%}
}
