/*
Theme Name: VV Cuijk 2026
Theme URI: https://vvcuijk.nl
Description: Officiële WordPress theme voor VV Cuijk 2026 voetbalvereniging
Version: 1.0
Author: MarioGvdE
Author URI: https://vvcuijk.nl
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vvcuijk
*/

/* ===================================
   VV CUIJK 2026 - ALGEMENE STYLES
   =================================== */

/* Reset & Basis */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ddd5bf;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* ===================================
   KLEUREN PALET
   =================================== */
:root {
    --club-green: #024452;
    --club-green-light: rgb(2,68,82); 
    --club-gold: #ddd5bf;
    --background-light: #f4f4f4; 
    --text-color-dark: #333;
}

/* ===================================
   FONT AWESOME ICOONTJES KLEUREN
   =================================== */

/* Standaard: beige/goud */
.fas, .far, .fab, .fa, i[class*="fa-"] {
    color: #ddd5bf !important;
}

/* In witte vlakken: groen */
.sidebar-widget .fas,
.sidebar-widget .far,
.sidebar-widget i[class*="fa-"],
.nieuws-highlight .fas,
.nieuws-highlight .far,
.nieuws-card .fas,
.nieuws-card .far,
.verslag-item .fas,
.verslag-item .far,
.agenda-list .fas,
.agenda-list .far,
.main-content-area .fas,
.main-content-area .far,
main .fas,
main .far {
    color: #024452 !important;
}

/* Navigatie/menu: beige/goud */
nav .fas, nav .far, nav .fab, nav .fa, nav i[class*="fa-"],
.menu .fas, .menu .far, .menu .fab, .menu .fa, .menu i[class*="fa-"],
header .fas, header .far, header .fab, header .fa, header i[class*="fa-"] {
    color: #ddd5bf !important;
}

/* Lichtkrant: beige/goud */
.news-ticker,
.news-ticker *,
.ticker-wrapper,
.ticker-wrapper *,
.ticker-item,
.ticker-item * {
    color: #ddd5bf !important;
}

/* Hero overlay tekst: beige/goud */
.hero-overlay h1,
.hero-overlay p,
.hero-overlay .slogan {
    color: #ddd5bf !important;
}

/* ===================================
   GECENTRALISEERDE BUTTON STYLING
   =================================== */

/* Basis button styling */
.custom-btn-gold,
.custom-btn-beige,
.widget-link,
.sponsor-website-btn,
.filter-btn,
.media-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* GROEN NAAR BEIGE/GOUD (standaard groen) */
.custom-btn-gold {
    background: #024452;
    color: #ddd5bf;
    border: 3px solid #ddd5bf;
    box-shadow: 0 4px 10px rgba(221, 213, 191, 0.3);
}

.custom-btn-gold:hover {
    background: #ddd5bf;
    color: #024452;
    border: 3px solid #024452;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(221, 213, 191, 0.5);
}

/* GROEN NAAR BEIGE/GOUD (standaard groen) */
.custom-btn-beige {
    background: #024452;
    color: #ddd5bf;
    border: 3px solid #ddd5bf;
    box-shadow: 0 4px 10px rgba(221, 213, 191, 0.3);
}

.custom-btn-beige:hover {
    background: #ddd5bf;
    color: #024452;
    border: 3px solid #024452;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(221, 213, 191, 0.5);
}

/* Widget "Lees meer" links - GROEN naar BEIGE */
.widget-link {
    padding: 8px 16px;
    font-size: 0.9em;
    background: #024452;
    color: #ddd5bf;
    border: 3px solid #ddd5bf;
    box-shadow: 0 3px 8px rgba(221, 213, 191, 0.3);
}

.widget-link:hover {
    background: #ddd5bf;
    color: #024452;
    border: 3px solid #024452;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(221, 213, 191, 0.5);
}

/* Sponsor website button - BEIGE naar GROEN */
.sponsor-website-btn {
    background: #ddd5bf;
    color: #024452;
    border: 3px solid #024452;
    box-shadow: 0 4px 10px rgba(2, 68, 82, 0.3);
}

.sponsor-website-btn:hover {
    background: #024452;
    color: #ddd5bf;
    border: 3px solid #ddd5bf;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(2, 68, 82, 0.5);
}

/* Filter buttons - BEIGE naar GROEN bij hover */
.filter-btn { 
    padding: 8px 16px;
    background: #ddd5bf;
    border: 3px solid #024452;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(2, 68, 82, 0.3);
}

.filter-btn:hover {
    background: #024452;
    color: #ddd5bf;
    border: 3px solid #ddd5bf;
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(2, 68, 82, 0.5);
}

/* Actieve filter button - blijft groen met glow */
.filter-btn.active {
    background-color: #024452 !important;
    color: #ddd5bf !important;
    border: 3px solid #ddd5bf !important;
    box-shadow: 0 0 12px rgba(221, 213, 191, 0.6);
    transform: translateY(-2px);
}

/* Media buttons (video/slideshow) */
.media-button {
    padding: 8px 15px;
    background: #024452;
    color: #ddd5bf;
    border: 1px solid #024452;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

.media-button.active {
    background-color: #024452 !important;
    color: #ddd5bf !important;
    border: 3px solid #ddd5bf !important;
    box-shadow: 0 0 12px rgba(221, 213, 191, 0.6);
    transform: translateY(-2px);
}

/* ===================================
   HEADER & NAVIGATIE
   =================================== */

.main-header {
    background: linear-gradient(135deg, var(--club-green) 0%, var(--club-green-light) 100%);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    height: 75px; 
    width: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    margin-left: 30px;
}

.main-nav > a,
.main-nav > div {
    display: inline-flex;
    align-items: center;
}

.main-nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 0.95em;
}

.main-nav a:hover {
    background-color: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

.main-nav a.active {
    background-color: var(--club-gold);
    color: var(--club-green);
}

/* Contact Form 7 Styling */
.wpcf7 {
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7 label {
    display: block;
    margin-bottom: 20px;
    color: var(--club-green);
    font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1em;
    transition: border-color 0.3s;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: var(--club-green);
    outline: none;
}

.wpcf7 input[type="submit"] {
    background-color: var(--club-gold);
    color: var(--club-green);
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #ddd5bf;
    transform: translateY(-2px);
}

.wpcf7-not-valid-tip {
    color: #d32f2f;
    font-size: 0.9em;
    margin-top: 5px;
}

.wpcf7-response-output {
    border: 2px solid;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
}

.wpcf7-mail-sent-ok {
    border-color: #024452;
    background: #e8f5e9;
    color: #024452;
}

.form-intro {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 5px solid var(--club-gold);
}

.form-intro h3 {
    color: var(--club-green);
    margin-top: 0;
}

/* ===================================
   DROPDOWN MENU STYLING
   =================================== */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown > a {
    display: inline-flex;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #024452;
    min-width: 220px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.3);
    z-index: 1001;
    top: 100%;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #024452;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-arrow {
    margin-left: 5px;
    font-size: 0.8em;
}

/* ===================================
   FOOTER
   =================================== */

.site-footer {
    width: 100%;
    background: #024452;
    color: #ffffff;
    margin-top: auto;
}

.footer-overlay {
    background: #024452;
    padding: 60px 20px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.footer-image {
    margin-left: -60px;
}

.footer-image img {
    width: 100%;
    border-radius: 12px;
}

.footer-contact h3 {
    margin-bottom: 15px;
}

.footer-contact a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    width: 100vw;
    background: #111;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    margin-left: calc(-50vw + 50%);
}

.footer-contact,
.footer-contact p,
.footer-contact a,
.footer-contact h3 {
    color: #ffffff;
}

.footer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 100%;
}

.footer-socials {
    text-align: right;
}

.footer-socials h3 {
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-socials li {
    margin-bottom: 12px;
}

.footer-socials a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

.footer-socials i {
    font-size: 18px;
}

.footer-socials a.facebook i {
    color: #1877F2;
}

.footer-socials a.instagram i {
    color: #E4405F;
}

.footer-socials a.twitter i {
    color: #000000;
}

.footer-socials a:hover {
   opacity: 0.8;
}

@media (max-width: 768px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }

    .footer-info {
        flex-direction: column;
    }
}

/* ===================================
   ALGEMENE SECTIES
   =================================== */

main {
    min-height: calc(100vh - 200px);
    padding: 0;
    margin: 0;
    background-color: #ddd5bf;
}

section {
    padding: 60px 30px;
    max-width: 1400px;
    margin: 0 auto;
}

section#homepage-hero {
    padding: 0;
    max-width: none;
}

/* UNIVERSELE CONTENT WRAPPER (voor alle pagina's) */
.site-content,
.content-area,
article {
    background: #ffffff;
    padding: 40px;
    border-radius: 0;
    box-shadow: none;
    margin: 30px auto;
    max-width: 1200px;
}

/* Content met sidebar layout */
.content-with-sidebar {
    max-width: 1600px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

.alt-bg {
    background-color: white;
    border-radius: 0;
    margin: 30px auto;
    box-shadow: none;
}

h1 {
    font-size: 2.5em;
    color: var(--club-green);
    margin-bottom: 25px;
}

h2 {
    font-size: 2.2em;
    color: var(--club-green);
    margin-bottom: 30px;
    text-align: center;
}

h2 i {
    color: var(--club-gold);
    margin-right: 10px;
}

h3 {
    color: var(--club-green);
    margin-bottom: 15px;
}

/* Post/Page content styling */
.entry-content,
.page-content {
    line-height: 1.8;
    color: #333;
}

.entry-content p,
.page-content p {
    margin-bottom: 20px;
}

.entry-content img,
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

/* Post meta (datum, auteur) */
.entry-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

/* Featured images */
.post-thumbnail,
.entry-thumbnail {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.post-thumbnail img,
.entry-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================================
   OUDE BUTTON STYLING (backwards compatible)
   =================================== */

.button {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--club-gold);
    color: var(--club-green);
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.button:hover {
    background-color: #ddd5bf;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.button.cta {
    font-size: 1.1em;
    padding: 15px 35px;
}

/* ===================================
   HOMEPAGE HERO - FULLWIDTH
   =================================== */

#homepage-hero {
    padding: 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.fullwidth-media-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #000;
}

.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#hero-slideshow {
    display: none;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.current-slide {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(2, 68, 82, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.logo-hero {
    height: 220px;
    margin-bottom: 20px;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
}

.hero-overlay h1 {
    font-size: 3em;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slogan {
    font-size: 1.4em;
    margin-bottom: 30px;
    opacity: 0.95;
}

.media-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

/* ===================================
   LICHTKRANT - FULLWIDTH
   =================================== */

.news-ticker {
    background: linear-gradient(135deg, #024452 0%, #024452 100%);
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.ticker-wrapper {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 5s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 50px;
    font-weight: 600;
    font-size: 1.1em;
    flex-shrink: 0;
}

.ticker-item i {
    margin-right: 10px;
    flex-shrink: 0;
}

@keyframes scroll-left {
    0% { 
        transform: translateX(0); 
    }
    100% { 
        transform: translateX(-50%); 
    }
}

/* ===================================
   HOMEPAGE CONTENT LAYOUT
   =================================== */

.homepage-content {
    max-width: 1600px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 30px;
}

.main-content-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
}

/* ===================================
   SINGLE POST/PAGE LAYOUT
   =================================== */

/* Single post wrapper */
.single-post-wrapper,
.single-page-wrapper {
    max-width: 1400px !important;
    margin: 40px auto;
    padding: 20px;
}

.single-content {
   background: #ddd5bf;
    padding: 50px;
    border-radius: 0;
    box-shadow: none;
}

/* Voorkom dubbele containers */
.single-content .single-content {
    background: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

/* Post header */
.entry-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--club-gold);
}

.entry-title {
    color: var(--club-green);
    font-size: 2.5em;
    margin-bottom: 15px;
    line-height: 1.2;
}

/* Breadcrumbs */
.breadcrumbs {
    background: #ddd5bf;
    padding: 15px 30px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 1200px;
    font-size: 0.9em;
}

.breadcrumbs a {
    color: var(--club-green);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: var(--club-gold);
}

.breadcrumbs span {
    color: #666;
    margin: 0 8px;
}

/* Comments section */
.comments-area {
    background: #ddd5bf;
    padding: 40px;
    border-radius: 0;
    box-shadow: none;
    margin-top: 40px;
}

.comments-title {
    color: var(--club-green);
    margin-bottom: 25px;
    font-size: 1.8em;
}

/* NIEUWS SECTIE */
.nieuws-highlight {
    background: #ddd5bf;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.nieuws-highlight h2 {
    color: var(--club-green);
    margin-bottom: 25px;
    text-align: left;
    margin-top: 0;
}

.nieuws-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.nieuws-card {
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
}

.nieuws-card:hover {
    transform: translateY(-5px);
}

.nieuws-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.nieuws-card-content {
    padding: 20px;
}

.nieuws-card h3 {
    color: var(--club-green);
    margin-bottom: 10px;
    font-size: 1.2em;
}

.nieuws-card h3 a {
    text-decoration: none;
    color: inherit;
}

.nieuws-card .datum {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 10px;
}

/* SIDEBAR WIDGETS */
.sidebar-widgets {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.sidebar-widget {
    background: #ddd5bf;
    padding: 25px;
    border-radius: 0;
    box-shadow: none;
}

.sidebar-widget h3 {
    color: var(--club-green);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-widget h3 i {
    color: var(--club-gold);
}

.wedstrijd-info {
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, var(--club-green) 0%, var(--club-green-light) 100%);
    color: white;
    border-radius: 8px;
    margin-bottom: 15px;
}

.wedstrijd-info .teams {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.wedstrijd-info .tijd {
    font-size: 0.95em;
}

.stand-tabel {
    width: 100%;
    border-collapse: collapse;
}

.stand-tabel th {
    background: var(--club-green);
    color: white;
    padding: 8px;
    font-size: 0.9em;
}

.stand-tabel td {
    padding: 8px;
    border-bottom: 1px solid #e9ecef;
    font-size: 0.9em;
}

.stand-tabel tr:nth-child(even) {
    background: #f8f9fa;
}

.stand-tabel .highlight {
    background: #fff9e6;
    font-weight: bold;
}

.agenda-list {
    list-style: none;
    padding: 0;
}

.agenda-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.agenda-list li:last-child {
    border-bottom: none;
}

.agenda-datum {
    color: var(--club-gold);
    font-weight: bold;
    font-size: 0.9em;
}

.verslagen-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.verslag-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid var(--club-gold);
}

.verslag-item .teams {
    font-weight: bold;
    color: var(--club-green);
    margin-bottom: 5px;
}

.verslag-item .score {
    color: var(--club-gold);
    font-size: 1.1em;
    font-weight: bold;
}

/* ===================================
   VERSLAG ITEMS SPECIFIEK
   =================================== */
.verslag-item {
    background: #ddd5bf !important;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(37, 92, 107, 0.1);
}

.verslag-item h4 a {
    color: #024452 !important;
    text-decoration: none;
}

/* ===================================
   RESPONSIVE
   =================================== */

@media (max-width: 1024px) {
    .homepage-content,
    .content-with-sidebar {
        grid-template-columns: 1fr;
    }
    
    .sidebar-widgets {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }
    
    .archive-grid,
    .posts-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

@media (max-width: 768px) {
    .main-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-left: 0;
    }
    
    .fullwidth-media-container {
        height: 350px;
    }
    
    .hero-overlay h1 {
        font-size: 2em;
    }
    
    .logo-hero {
        height: 120px;
    }
    
    .nieuws-grid,
    .archive-grid,
    .posts-grid {
        grid-template-columns: 1fr;
    }
    
    .site-content,
    .content-area,
    article,
    .single-content {
        padding: 25px;
    }
    
    .entry-title {
        font-size: 1.8em;
    }
    
    h1 {
        font-size: 2em;
    }
    
    h2 {
        font-size: 1.8em;
    }
    
    .team-grid,
    .team-category-overview {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .team-grid,
    .team-category-overview {
        grid-template-columns: 1fr;
    }
    
    .custom-btn-gold,
    .custom-btn-beige,
    .sponsor-website-btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

/* ===================================
   TEAMS PAGINA
   =================================== */

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

.team-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.team-image img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover;
    max-width: none !important;
}

.team-card-content {
    padding: 18px;
}

.team-category-title {
    margin: 60px 0 24px;
    font-size: 28px;
    color: #024452;
}

.team-category-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.team-category-card {
    background: #024452;
    color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 14px;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
}
/* UNIVERSELE CONTENT STYLING - werkt overal */
body:not(.home) main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
}

body:not(.home) main > * {
   background: #ddd5bf;
    padding: 40px;
    border-radius: 0;
    box-shadow: none;
}
/* GEFORCEERDE LAYOUT - 1 container van 1400px voor ALLE pagina's */
body:not(.home) main {
    max-width: 1400px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    background: transparent !important;
}

body:not(.home) .site-content,
body:not(.home) article,
body:not(.home) .entry-content {
    background: #ffffff !important;
    padding: 50px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Voorkom dubbele containers */
body:not(.home) .site-content .site-content,
body:not(.home) article article {
    background: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
/* GEFORCEERDE LAYOUT - 1 witte container van 1400px voor ALLE pagina's */
body:not(.home) {
    background-color: #ffffff !important; /* Beige achtergrond blijft */
}

body:not(.home) main {
    max-width: 1400px !important;
    margin: 40px auto !important;
    padding: 50px !important;
    background: #ffffff !important; /* WIT in plaats van transparent */
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Verwijder ALLE extra containers binnenin */
body:not(.home) .site-content,
body:not(.home) article,
body:not(.home) .entry-content {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* Buttons op ALLE pagina's - zelfde als homepage */
body:not(.home) .button,
body:not(.home) input[type="submit"],
body:not(.home) button {
    background: #024452 !important;
    color: #ddd5bf !important;
    border: 3px solid #ddd5bf !important;
    box-shadow: 0 4px 10px rgba(221, 213, 191, 0.3) !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
}

body:not(.home) .button:hover,
body:not(.home) input[type="submit"]:hover,
body:not(.home) button:hover {
    background: #ddd5bf !important;
    color: #024452 !important;
    border: 3px solid #024452 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(221, 213, 191, 0.5) !important;
}
/* Verwijder ALLE zichtbare extra containers */
body:not(.home) main > *:not(article):not(.entry-content) {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

body:not(.home) main > div > div {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}
/* Homepage – Partners blok */
.homepage-partners {
    margin-top: 60px;
    background-color: transparent; /* valt terug op body = beige */
}

/* Interne witte sponsor-cards neutraliseren */
.homepage-partners *,
.homepage-partners .card,
.homepage-partners .box,
.homepage-partners .sponsor,
.homepage-partners .sponsor-item {
    background-color: transparent !important;
}

/* Fix FCManager wedstrijdentabel uitlijning */
.fcmanager-matches table,
.fcmanager table {
    width: 100%;
    table-layout: auto !important;
    border-collapse: collapse;
}

.fcmanager-matches table td,
.fcmanager-matches table th,
.fcmanager table td,
.fcmanager table th {
    white-space: nowrap;
    padding: 8px 12px;
    text-align: left;
    vertical-align: middle;
    min-width: 120px;
}
/* Fix FCManager tabel - forceer tabelweergave op alle schermgroottes */
table.fcmanager-matches td,
.wp-block-columns table.fcmanager-matches td,
.wp-block-column table.fcmanager-matches td {
    display: table-cell !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    padding: 4px 6px !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

table.fcmanager-matches tr,
.wp-block-columns table.fcmanager-matches tr {
    display: table-row !important;
    float: none !important;
}

table.fcmanager-matches,
.wp-block-columns table.fcmanager-matches {
    display: table !important;
    width: 100% !important;
    table-layout: auto !important;
}