@charset "utf-8";
/* CSS Document */
/* ============================================
   CHAMPIONS PAGE — GLOBAL LAYOUT
   ============================================ */

html, body { overflow-x: hidden !important; 
	width: 100% !important; 
	margin: 0; 
	padding: 0; }

.champions {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Year block spacing */
.champion-year-block {
    margin-bottom: 60px;
}

/* Year title */
.champion-year-title {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Champion layout (desktop) */
.champion-year {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

/* Stallion image */
.champion-image img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

/* Info block */
.champion-info {
    flex: 1;
    font-size: 1.1rem;
}

.champion-info h1 {
    margin-top: 0;
    font-size: 1.6rem;
}
body {
    background: #000 !important;
}
.champion-year,
.champion-info,
.champion-year-block {
    overflow: visible !important;
    height: auto !important;
    flex-wrap: wrap !important;
}
.champion-image {
    width: 100%;
    height: auto !important;
    overflow: visible !important;
}

.champion-image img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}
.champions {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .champion-year {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .champion-info {
        width: 100%;
        padding: 0 10px;
    }
}
.champions, .champion-year-block, .champion-year, .champion-info, .champion-image { max-width: 100% !important; overflow-x: hidden !important; box-sizing: border-box; }

.champion-year-title {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto 20px auto !important;
    display: block;
}
.champion-year-title {
    color: #c9a34e !important; /* TC100 gold */
    text-align: center !important;
    width: 100% !important;
    display: block;
}
@media (max-width: 768px) {
    #header,
    .header,
    .top-bar,
    .main-header {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}
@media (max-width: 768px) {
    #header,
    .header,
    .main-header {
        margin: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    header,
    #header,
    .header-wrapper,
    .top-bar {
        overflow: visible !important;
    }
}
/* FORCE HEADER TO SHOW ON MOBILE */
@media (max-width: 900px) {

    .subheader,
    .upper-header,
    #nav,
    #navlist,
    .wrapper,
    header,
    .logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Fix width issues */
    header,
    .subheader,
    .upper-header,
    #nav {
        width: 100% !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Prevent horizontal overflow */
    .wrapper {
        max-width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
}
.tc-header-banner img {
  width: 140px !important;   /* change this number to resize */
  height: auto !important;
  max-width: none !important;
}

/* Fix unreadable hover text */
#navlist li:hover > a,
#navlist li a:hover {
    color: #000000 !important;   /* black text on hover */
}

/* Optional: make the hover background darker so gold text works too */
#navlist li:hover,
#navlist li a:hover {
    background-color: #000000 !important;  /* black background */
}

.tc-footer-social {
  text-align: center;
  width: 100%;
}

.tc-footer-social img {
  display: inline-block;
}

/* ============================================
   TABLET RESPONSIVE (900
