footer {
    background-color: #6f42c1;
    color: #fff;
}

    footer .footer-content {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        white-space: nowrap;
    }

        footer .footer-content .links {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            font-size: 0.75rem;
            list-style: none;
            margin-bottom: 0;
            line-height: 0.4rem;
        }

            footer .footer-content .links {
                color: #fff;
            }

            footer .footer-content .links a {
                color: #fff;
            }

                footer .footer-content .links a:hover {
                    text-decoration: underline;
                }

            footer .footer-content .links > li {
                padding-top: 0.5rem;
                padding-bottom: 0.5rem;
            }

                footer .footer-content .links > li:not(:last-child) {
                    margin-right: 1.5rem;
                }

.actions {
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-end;
}

    .actions .navbar-nav {
        flex-direction: row;
    }

        .actions .navbar-nav .nav-link {
            padding-left: 5px;
            padding-right: 5px;
        }

        .actions .navbar-nav .dropdown-menu.show {
            position: absolute;
        }

.spinner-border {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid currentColor !important;
    border-right-color: transparent !important;
}

.article-tags {
    display: flex;
}

.article-tags-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0.4rem !important;
    margin-bottom: 0px !important;
}

    .article-tags-list a:hover {
        text-decoration: underline;
    }
    .article-tags-list > li:not(:last-child) {
        margin-right: 0.4rem;
    }
