• 2025 Golf Tournament

    .content-section { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; background: white; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-top: 2rem; margin-bottom: 2rem; } .section-title { font-size: 2.5rem; text-align: center; margin-bottom: 3rem; color: #228B22; position: relative; line-height: 50px; } .section-title::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100px; height: 4px; background: #6C974E; border-radius: 2px; } .tournament-header { text-align: center; margin-bottom: 3rem; padding: 2rem; background: #6C974E; color: white; border-radius: 15px; } .tournament-header h1 { font-size: 2.5rem; margin-bottom: 1rem; line-height: 50px; } .event-meta { display: flex; justify-content: center; gap: 3rem; margin: 2rem 0; flex-wrap: wrap; } .meta-item { text-align: center; } .meta-item .icon { font-size: 2rem; margin-bottom: 0.5rem; } .meta-item .label { font-size: 1.2rem; font-weight: bold; } .description { text-align: center; font-size: 1.2rem; margin-bottom: 3rem; color: #666; } .highlights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 3rem 0; } .highlight-card { background: #f8f9fa; padding: 2rem; border-radius: 15px; border-left: 5px solid #32CD32; transition: all 0.3s ease; } .highlight-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); } .highlight-card h3 { color: #228B22; font-size:…
    Uncaught exception: Call to undefined method WP_Translations::translate_entry()