/* style/index-hot-activities.css */

/* General page styling */
.page-index-hot-activities {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #f0f0f0; /* Light text for dark body background */
    background-color: transparent; /* Inherit from body or shared.css */
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-index-hot-activities__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}}