.footer.content-wrapper {
    --footer-background: var(--footerBackground, #1c1c1e);
    --footer-text: var(--footerText, rgba(255, 255, 255, 0.5));

    background-color: var(--footer-background);
    color: var(--footer-text);
}

.footer .callout.response {
    font-size: 12px;
    line-height: 1.5;

    color: var(--footer-text);
}

.footer.content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    padding: 12px;
}

.footer.separator {
    width: 100%;
    height: 1px;
    background-color: var(--footer-text);
    margin: 12px 0;
}