.action-button {
    display: inline-block;
    padding: 8px 16px;
    font-weight: 500;
    text-decoration: none;
    color: oklch(1 0 150);
    background: oklch(0.6 0.13 150);

    &:hover {
        text-decoration: none;
        background: oklch(0.5 0.13 150);
    }
}
