#root {
display: flex;
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
overflow-x: hidden;
}
.action h4 {
margin-bottom: 16px;
}
.action {
text-align: left;
display: flex;
flex-direction: column;
padding: 32px 16px;
}
.action:not(:last-child) {
border-bottom: 1px solid #e0e0e0;
border-radius: 0;
}
.action button {
margin-top: 8px;
}
@media (prefers-color-scheme: dark) {
.action:not(:last-child) {
border-color: #626262;
}
}