/* Tibia Loot global theme bridge - only active when Light/Beige is selected. */
body.theme-light{background-color:#ece9e1!important;color:#2b261f!important}
body.theme-beige{background-color:#cbb78f!important;color:#392b1d!important}

body.theme-light :is(.card,.panel,.box,.section,.widget,.content,.content-box,.tool-card,.guide-card,.tracker-card,.filter-panel,.sidebar,.site-sidebar,aside,main section){border-color:#aa9c83!important}
body.theme-beige :is(.card,.panel,.box,.section,.widget,.content,.content-box,.tool-card,.guide-card,.tracker-card,.filter-panel,.sidebar,.site-sidebar,aside,main section){border-color:#80623c!important}

body.theme-light :is(.card,.panel,.box,.widget,.tool-card,.guide-card,.tracker-card,.filter-panel){background-color:#f7f3e9!important;color:#2d271e!important}
body.theme-beige :is(.card,.panel,.box,.widget,.tool-card,.guide-card,.tracker-card,.filter-panel){background-color:#e3cba3!important;color:#3a2b1b!important}

body.theme-light :is(input,select,textarea,.fake-select){background:#fffdf8!important;color:#2c261e!important;border-color:#9b8453!important}
body.theme-beige :is(input,select,textarea,.fake-select){background:#f8ebd0!important;color:#3a2b1b!important;border-color:#8a6c42!important}

body.theme-light :is(table,tbody){background-color:#f8f5ee!important;color:#2c271f!important}
body.theme-light th{background:#e6dfd1!important;color:#795700!important;border-color:#b7aa91!important}
body.theme-light td{border-color:#c7bca8!important;color:#332c22!important}
body.theme-light tr:nth-child(even){background:#f0ece3!important}
body.theme-beige :is(table,tbody){background-color:#dec49b!important;color:#3c2b1b!important}
body.theme-beige th{background:#c6a778!important;color:#523414!important;border-color:#96744a!important}
body.theme-beige td{border-color:#a9875d!important;color:#3c2b1b!important}
body.theme-beige tr:nth-child(even){background:#d3b68b!important}

body.theme-light :is(.muted,.sub,.subtitle,.description,.help,small){color:#6b6255!important}
body.theme-beige :is(.muted,.sub,.subtitle,.description,.help,small){color:#725838!important}
body.theme-light :is(h1,h2,h3,h4,.title,.section-title){text-shadow:none!important}
body.theme-beige :is(h1,h2,h3,h4,.title,.section-title){text-shadow:none!important}
