/* Quick fix for spacing issues */
.container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.hero-section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.news-card {
    margin-bottom: 1rem !important;
}

.news-card-image {
    height: 160px !important;
}

.news-card-content {
    padding: 1rem !important;
}

.grid {
    gap: 1rem !important;
    margin: 1.5rem 0 !important;
}

@media (max-width: 768px) {
    .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    .news-card-image {
        height: 140px !important;
    }
    
    .grid {
        gap: 0.75rem !important;
    }
}
