.spfl-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.spfl-table th {
    background-color: #008800 !important;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #006600;
}

.spfl-table td {
    padding: 12px 15px;
    font-size: 0.85em;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
}

.spfl-table tr:last-child td {
    border-bottom: none;
}

.spfl-table tr:hover {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
}

.celtic-highlight {
    font-weight: 600;
    color: #008800;
    background-color: #e6ffe6;
}

@media (max-width: 600px) {
    .spfl-table {
        display: block;
        overflow-x: auto;
    }
    .spfl-table th,
    .spfl-table td {
        min-width: 80px;
    }
}.main-header-menu .menu-item a:hover {
    color: #006644 !important;
    font-weight: bold !important;
}
.celtic-rangers-quiz {
    font-family: -apple-system, BlinkMacMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.celtic-rangers-quiz h2 {
    text-align: center;
    color: #018749; /* Celtic Green */
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.quiz-intro {
    color: #018749; /* Celtic Green */
}
#quiz-results {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px;
    border: 2px solid #018749;
    border-radius: 8px;
    background-color: #d4edda;
    margin-top: 30px;
    display: none;
}
.share-link {
    display: block;
    text-align: center;
    margin-top: 20px;
}
.share-link a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1877f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
#start-quiz-button {
    display: block;
    margin: 20px auto;
    padding: 15px 30px;
    background-color: #018749; /* Green Button */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
}
#start-quiz-button:hover {
    background-color: #016a3a;
}