.tags span {
    margin-right: 6px;
}

.aida-article-container {
    margin: 0px;

}

.aida-article-container table {
    border-width: 1px;
    font-size: 13px;
}

.aida-article-container table th {
    text-align: center !important;
    text-wrap-mode: nowrap;
}

.aida-article-caption {
    margin-top: 20px;
}

.aida-table {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.aida-percent-positive {
    color: #198754;
    /* Bootstrap green */
    font-weight: 700;
}

.aida-percent-negative {
    color: #dc3545;
    /* Bootstrap red */
    font-weight: 700;
}



/* Paywall styles */
.aida-cover-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.aida-image-wrapper {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.aida-paywall-content {
    color: white;
}



.aida-paywall-content h2 {
    color: white;
    margin-top: 1em;
}