/* This file is imported in the main style.css - keep it minimal for specific overrides */

/* Additional TGB specific styles that might conflict with NewsUp */
.tgb-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Ensure proper spacing in NewsUp layout */
.newsup-article .tgb-access-badge {
    margin-top: 5px;
    display: inline-block;
}

/* Override NewsUp meta styling for TGB elements */
.newsup-article-meta .tgb-engagement-buttons {
    margin-left: 0;
    border-top: none;
    padding-top: 0;
}

/* NewsUp specific carousel adjustments */
.newsup-content-area .tgb-carousel {
    margin: 40px 0;
}

.newsup-content-area .tgb-carousel-title {
    font-family: inherit;
    color: inherit;
}