/* Things to Do Page Template Styles */

.things-section {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid var(--border-color, #e0e0e0);
}

.things-section-title {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.things-section-content {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
}

.things-section-content p {
    margin-bottom: 1.5rem;
}

/* Ensure subpages grid matches home page style */
#things-subpages-grid {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .things-section {
        margin-top: 3rem;
        padding-top: 2rem;
    }
    
    .things-section-title {
        font-size: 1.5rem;
    }
    
    .things-section-content {
        font-size: 1rem;
    }
}
