body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

.tournament-header {
    background-color: #4CAF50;
    color: white;
    padding: 20px 0;
    text-align: center;
    border-bottom: 5px solid #45a049;
}

.tournament-header h1 {
    margin: 0;
    font-size: 2.5em;
    letter-spacing: 2px;
}

.tournament-header h2 {
    margin: 10px 0 0;
    font-size: 1.5em;
    color: #e0e0e0;
}

.content-wrapper {
    max-width: 960px;
    margin: 20px auto;
    padding: 0 20px;
}

.update-info {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.update-info p {
    margin: 0;
    font-size: 1.1em;
    color: #666;
}

.update-date {
    color: #d9534f; /* Red color for emphasis */
    font-weight: bold;
}

.pdf-links {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 5px;
}

.pdf-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.pdf-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pdf-item a {
    font-size: 1.4em;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block; /* Make the whole div clickable area */
    padding: 5px 0;
}

.pdf-item a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.site-footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: #333;
    color: #bbb;
    font-size: 0.9em;
}
