/* =========================================================
   WORLD SENIORS' SCRABBLE CHAMPIONSHIP 2026
   Custom TSH Theme
   ========================================================= */


/* ---------- GENERAL PAGE ---------- */

body {
    background-color: #fff7df;
    color: #173c2d;
    font-family: Georgia, "Times New Roman", serif;
    margin: 0;
}


/* ---------- BACK LINK ---------- */

.wscc-back {
    text-align: left;
    padding: 12px 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.wscc-back a {
    color: #164f37;
    text-decoration: none;
}

.wscc-back a:hover {
    text-decoration: underline;
}


/* ---------- HEADER ---------- */

.wscc-header {
    text-align: center;
    padding: 5px 20px 12px 20px;
}


/* ---------- SPONSOR LABELS ---------- */

.wscc-sponsor-label,
.wscc-partner-label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    color: #9b7227;
    font-size: 13px;
    margin-bottom: 10px;
}

.wscc-partner-label {
    margin-top: 16px;
}


/* =========================================================
   MAIN SPONSORS
   MAS + AITKEN SPENCE
   ========================================================= */

.wscc-main-sponsors {
    text-align: center;
    margin-bottom: 12px;
}

.wscc-main-sponsors img {
    vertical-align: middle;
    border: none;
    background: transparent;
    margin: 0 28px;
    object-fit: contain;
}

.logo-mas {
    max-height: 145px;
    max-width: 330px;
}

.logo-aitken {
    max-height: 145px;
    max-width: 330px;
}


/* =========================================================
   HOST / SANCTIONING / SUPPORTING PARTNERS
   ========================================================= */

.wscc-partners {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 18px;
}

.wscc-partners img {
    vertical-align: middle;
    border: none;
    background: transparent;
    object-fit: contain;
    margin: 0 12px;
}


/* Individual optical sizing */

.logo-akbar {
    max-height: 90px;
    max-width: 185px;
}

.logo-tourism {
    max-height: 105px;
    max-width: 155px;
}

.logo-slsl {
    max-height: 110px;
    max-width: 140px;
}

.logo-wespa {
    max-height: 110px;
    max-width: 155px;
}

.logo-bullion {
    max-height: 95px;
    max-width: 190px;
}


/* ---------- GOLD DIVIDER ---------- */

.wscc-divider {
    width: 68%;
    max-width: 900px;
    height: 1px;
    background: #c59a42;
    margin: 20px auto 22px auto;
}


/* ---------- CHAMPIONSHIP TITLE ---------- */

.wscc-title {
    color: #075437;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.15;
    letter-spacing: 0.5px;
}

.wscc-location {
    color: #173c2d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 12px;
}

.wscc-date {
    color: #a8751e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    margin-top: 6px;
    margin-bottom: 8px;
}


/* =========================================================
   TSH REPORT PAGES
   ========================================================= */

h1,
h2,
h3 {
    color: #075437;
    font-family: Georgia, "Times New Roman", serif;
}


/* Links */

a {
    color: #175d42;
}

a:visited {
    color: #4d5f50;
}

a:hover {
    color: #0b7048;
}


/* Tables */

table {
    font-family: Arial, Helvetica, sans-serif;
}

th {
    font-weight: bold;
}


/* Main report headings */

.title,
.subtitle {
    color: #075437;
}


/* ---------- EVENT COVERAGE INDEX ---------- */

body > h2,
body > h3 {
    margin-top: 18px;
}

body > table {
    margin-top: 4px;
}


/* ---------- TSH FOOTER / NOTICES ---------- */

.notice {
    font-size: 11px;
    color: #777;
    margin-top: 24px;
}


/* =========================================================
   RESPONSIVE BEHAVIOUR
   Tablets / smaller laptops
   ========================================================= */

@media screen and (max-width: 1100px) {

    .wscc-main-sponsors img {
        margin: 8px 18px;
    }

    .wscc-partners img {
        margin: 8px 9px;
    }

    .wscc-title {
        font-size: 34px;
    }

    .wscc-location {
        font-size: 24px;
    }

    .wscc-date {
        font-size: 20px;
    }

}


/* =========================================================
   RESPONSIVE BEHAVIOUR
   Phones
   ========================================================= */

/* =========================================================
   HIDE CUSTOM HEADER ON ENHANCED SCOREBOARD ONLY
   ========================================================= */

body.enhanced.scoreboard .wscc-back,
body.enhanced.scoreboard .wscc-header {
    display: none !important;
}
