/*
 Theme Name:   OceanWP Child FociVB 2026
 Theme URI:    https://oceanwp.org/
 Description:  Egyedi téma a 2026-os VB tippjátékhoz.
 Author:       Gemini AI
 Template:     oceanwp
 Version:      1.0.0
*/

/* 1. Alapszínek és háttér */
body {
    background-color: #f4f7f6; /* Halvány szürke a jobb olvashatóságért */
    color: #1a1a1a;
}

/* 2. Fejléc és Menü (VB Kék) */
#site-header.minimal-header {
    border-bottom: 3px solid #00FF85; /* Vibráló zöld díszcsík */
}

#site-navigation-wrap .dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    color: #0055FF;
}

/* 3. Football Pool Táblázatok testreszabása */
.football-pool-wrapper table {
    border-collapse: separate;
    border-spacing: 0 5px;
    background: transparent;
}

.football-pool-wrapper th {
    background-color: #0055FF !important;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 12px;
    border: none;
}

.football-pool-wrapper td {
    background: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Tippelős mezők (Inputok) kiemelése */
.football-pool-wrapper input.prediction {
    border: 2px solid #0055FF !important;
    border-radius: 4px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    width: 40px !important;
}

/* Gombok (Mentés) */
.football-pool-wrapper .button {
    background-color: #00FF85 !important;
    color: #000 !important;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 25px;
    transition: 0.3s;
}

.football-pool-wrapper .button:hover {
    background-color: #0055FF !important;
    color: #fff !important;
}




/* Extra hely biztosítása a 12 csoportos tabelláknak */
.football-pool-wrapper .pool-ranking-table, 
.football-pool-wrapper .group-standing {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.9em; /* Kicsit kisebb betű, hogy elférjen mobilon is */
}

/* A meccslisták mobilnézetének javítása */
@media only screen and (max-width: 600px) {
    .football-pool-wrapper .match-list td {
        padding: 5px 2px !important;
        font-size: 0.8em;
    }
}