.containerFooter {
    background-color: var(--bg-h);
    height: 100px;
    padding: 12px;
    color: var(--primary-foreground);
    font-size: 12px;
    text-align: center;
}

.actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 18px;
}

.actions a {
    text-decoration: none;
    color: var(--text-gray);
}