/* WILDESTTV GLOBAL.CSS — CLEANED CONSERVATIVE BUILD
   Generated from the current working stylesheet.
   Rule order and declarations are preserved; comments/whitespace were compacted.
*/

/* WILDESTTV V2 Retro forum / old-web gaming style Purple + cyan branding */
/* WILDESTTV V2.1 — POLISH PASS */
#logo .wrapper {
    justify-content: flex-start;
    gap: 45px;
}
.menu.top_links {
    margin-left: 0;
}
.menu.top_links li a {
    background: #1c1c1c;
    border-color: #333 #080808 #080808 #333;
    color: #f4f4f4;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}
.menu.top_links li a:hover {
    background: #7b22d3;
    color: #ffffff;
    box-shadow: inset 0 0 0 1px #a855f7;
}
#panel {
    background: #181818;
}
#panel .wrapper {
    padding-top: 2px;
    padding-bottom: 4px;
}
#panel input.textbox {
    width: 180px;
    background: #f7f7f7;
    border: 1px solid #777;
    border-radius: 3px;
}
#panel .button {
    background: #7b22d3;
    border-color: #531292;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
#panel .button:hover {
    background: #00bfe8;
    border-color: #087b95;
}
.navigation {
    background: #eeeeee;
    border-left: 4px solid #7b22d3;
    color: #222;
    font-size: 11px;
}
.tborder {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25),
        0 4px 9px rgba(0,0,0,0.35);
}
.thead {
    padding: 10px 12px;
    background: linear-gradient(
        to bottom,
        #272727 0%,
        #181818 100%
    );
    border-bottom: 3px solid #7b22d3;
    font-size: 13px;
}
.thead .smalltext {
    color: #bdbdbd;
    font-size: 10px;
    margin-top: 4px;
}
.tcat {
    background: #262626;
    color: #888;
    border-bottom: 1px solid #7b22d3;
    font-size: 9px;
    letter-spacing: 0.5px;
}
.trow1,
.trow2 {
    padding: 12px 14px;
    background: #eeeeee;
    border-bottom: 1px solid #cacaca;
    transition: background 0.12s ease,
        box-shadow 0.12s ease;
}
.trow2 {
    background: #e8e8e8;
}
.trow1:hover,
.trow2:hover {
    background: #ffffff;
    box-shadow: inset 4px 0 0 #00bfe8;
}
.forumdisplay_regular a,
.trow1 a,
.trow2 a {
    color: #006fa6;
    font-size: 13px;
    font-weight: bold;
}
.forumdisplay_regular a:hover,
.trow1 a:hover,
.trow2 a:hover {
    color: #7b22d3;
}
.trow1 .smalltext,
.trow2 .smalltext {
    color: #555;
    font-size: 10px;
    margin-top: 4px;
}
.trow1,
.trow2 {
    color: #222;
}
.lastpost {
    color: #555;
    font-size: 10px;
}
#boardstats .thead {
    border-bottom: 3px solid #7b22d3;
}
.thead a,
.tcat a {
    color: #ffffff;
}
.thead a:hover,
.tcat a:hover {
    color: #00bfe8;
}
#footer {
    border-top: 4px solid #7b22d3;
}
#footer a:hover {
    color: #00bfe8;
}
/* BASE */
html,
body {
    margin: 0;
    padding: 0;
}
html {
    background: #111;
}
body {
    background: #713f2e url(/images/brownbricks.jpg) repeat;
    color: #222;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.35;
}
/* LINKS */
a {
    color: #0a6fa8;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #a855f7;
}
/* SITE WIDTH */
#container {
    width: 100%;
    margin: 0 auto;
}
.wrapper {
    width: 1050px;
    max-width: 92%;
    margin: 0 auto;
}
/* HEADER */
#header {
    background: #111;
    border-bottom: 4px solid #7b22d3;
    box-shadow: 0 3px 9px rgba(0,0,0,0.7);
}
/* LOGO */
#logo {
    background: #111;
    border-bottom: 1px solid #333;
}
#logo .wrapper {
    min-height: 115px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
#logo img {
    display: block;
    max-width: 500px;
    max-height: 100px;
    width: auto;
    height: auto;
}
/* TOP NAV */
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu.top_links {
    margin-left: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu.top_links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.menu.top_links li a {
    display: block;
    padding: 9px 14px;
    background: linear-gradient(#292929, #171717);
    border-top: 1px solid #444;
    border-right: 1px solid #080808;
    border-bottom: 1px solid #080808;
    border-left: 1px solid #444;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    white-space: nowrap;
}
.menu.top_links li a:hover {
    background: #7b22d3;
    border-color: #531292;
    color: #fff;
    text-decoration: none;
}
/* USER PANEL / SEARCH */
#panel {
    background: #1b1b1b;
    border-top: 1px solid #444;
    border-bottom: 1px solid #080808;
}
#panel .upper {
    padding: 8px 0 5px;
}
#panel .wrapper {
    width: 1050px;
    max-width: 92%;
    margin: 0 auto;
    color: #ddd;
}
#panel a {
    color: #fff;
}
#panel a:hover {
    color: #a855f7;
}
#panel input.textbox {
    background: #fff;
    border: 1px solid #888;
    padding: 5px;
    color: #222;
}
/* BUTTONS */
.button {
    display: inline-block;
    padding: 7px 12px;
    background: linear-gradient(#9237e7, #6c1ebc);
    border: 1px solid #4e118c;
    border-radius: 3px;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px #3c0a70;
    cursor: pointer;
}
.button:hover {
    background: linear-gradient(#18c3e8, #0685a5);
    border-color: #04657e;
    color: #fff;
    text-decoration: none;
}
/* CONTENT AREA */
#content {
    padding: 18px 0 30px;
}
#content > .wrapper {
    width: 1050px;
    max-width: 92%;
    margin: 0 auto;
    background: transparent;
}
/* BREADCRUMBS */
.navigation {
    margin-bottom: 16px;
    padding: 8px 10px;
    background: #f2f2f2;
    border: 1px solid #aaa;
    border-left: 4px solid #7b22d3;
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}
.navigation a {
    color: #0a6fa8;
}
.navigation a:hover {
    color: #7b22d3;
}
/* FORUM TABLES */
.tborder {
    width: 100%;
    margin-bottom: 20px;
    background: #eee;
    border: 1px solid #111;
    border-collapse: separate;
    border-spacing: 0;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
        0 4px 9px rgba(0,0,0,0.4);
}
/* CATEGORY HEADERS */
.thead {
    padding: 9px 12px;
    background: linear-gradient(#2c2c2c, #1c1c1c);
    border-top: 1px solid #444;
    border-bottom: 3px solid #7b22d3;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
.thead a {
    color: #fff;
}
.thead a:hover {
    color: #c084fc;
}
.thead .smalltext {
    margin-top: 3px;
    color: #bbb;
    font-size: 10px;
    font-weight: normal;
    text-shadow: none;
}
/* COLUMN HEADINGS */
.tcat {
    padding: 6px 10px;
    background: #303030;
    border-bottom: 2px solid #7b22d3;
    color: #bbb;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.tcat a {
    color: #ddd;
}
/* FORUM ROWS */
.trow1,
.trow2 {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    color: #222;
    vertical-align: middle;
    box-sizing: border-box;
}
.trow1 {
    background: #f3f3f3;
}
.trow2 {
    background: #e7e7e7;
}
.trow1:hover,
.trow2:hover {
    background: #fff;
}
/* FORUM TITLES */
.trow1 a,
.trow2 a {
    color: #086ca3;
}
.trow1 a:hover,
.trow2 a:hover {
    color: #7b22d3;
}
.forumdisplay_regular a {
    font-size: 13px;
    font-weight: bold;
}
/* SMALL TEXT */
.smalltext {
    color: #555;
    font-size: 10px;
    line-height: 1.4;
}
/* FORUM STATUS */
.forum_status {
    vertical-align: middle;
}
/* THREAD / POST LIST */
.subject_new a {
    color: #086ca3;
    font-weight: bold;
}
.subject_new a:hover {
    color: #7b22d3;
}
.lastpost {
    color: #555;
    font-size: 10px;
}
/* POSTS */
.post {
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.post_author {
    background: #222;
    border-right: 1px solid #111;
    color: #fff;
}
.post_author a {
    color: #c084fc;
}
.post_content {
    background: #fff;
    padding: 12px;
    color: #222;
}
/* AVATARS */
.user_avatar img {
    padding: 2px;
    background: #fff;
    border: 1px solid #777;
}
/* FORMS */
input.textbox,
textarea,
select {
    padding: 6px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
input.textbox:focus,
textarea:focus,
select:focus {
    border-color: #7b22d3;
    outline: none;
}
/* QUOTES */
blockquote {
    margin: 10px 0;
    padding: 10px;
    background: #eee;
    border-left: 4px solid #7b22d3;
    color: #444;
}
/* CODE */
.codeblock {
    overflow-x: auto;
    padding: 10px;
    background: #191919;
    border: 1px solid #000;
    border-left: 4px solid #00bfe8;
    color: #ddd;
    font-family: Consolas, Monaco, monospace;
}
/* PAGINATION */
.pagination {
    margin: 8px 0;
}
.pagination a {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    background: #eee;
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
}
.pagination a:hover {
    background: #7b22d3;
    border-color: #531292;
    color: #fff;
}
.pagination .pagination_current {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    background: #222;
    border: 1px solid #111;
    color: #fff;
}
/* ALERTS */
.pm_alert {
    margin-bottom: 10px;
    padding: 8px;
    background: #eee1ff;
    border: 1px solid #9b6acf;
    color: #333;
}
.red_alert {
    margin-bottom: 10px;
    padding: 8px;
    background: #f4dede;
    border: 1px solid #c77777;
    color: #333;
}
.green_alert {
    margin-bottom: 10px;
    padding: 8px;
    background: #dff0df;
    border: 1px solid #8bb58b;
    color: #333;
}
/* FORUM LEGEND */
.forum_legend {
    margin-top: 10px;
    padding: 8px;
    background: #eee;
    border: 1px solid #999;
    border-left: 4px solid #7b22d3;
    color: #333;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
/* FOOTER */
#footer {
    margin-top: 25px;
    padding: 15px 0 20px;
    background: #101010;
    border-top: 4px solid #7b22d3;
    color: #999;
    font-size: 10px;
    text-align: center;
}
#footer a {
    color: #ddd;
}
#footer a:hover {
    color: #00bfe8;
}
#footer .upper {
    background: #222;
    border: 1px solid #333;
}
#footer .lower {
    color: #888;
}
/* UTILITY COLOURS */
.red {
    color: #c00000;
}
.green {
    color: #008000;
}
.yellow {
    color: #bf8500;
}
/* MOBILE */
@media screen and (max-width: 800px) {
    .wrapper,
    #content > .wrapper,
    #panel .wrapper {
        width: 94%;
        max-width: 94%;
    }
    #logo .wrapper {
        display: block;
        min-height: auto;
        padding: 15px 0;
    }
    #logo img {
        max-width: 100%;
        max-height: 105px;
    }
    .menu.top_links {
        margin-left: 0;
        margin-top: 10px;
    }
    .menu.top_links li a {
        padding: 9px 11px;
    }
    #content {
        padding-top: 10px;
    }
    .post_author {
        border-right: none;
        border-bottom: 1px solid #111;
    }
}
/* VERY SMALL SCREENS */
@media screen and (max-width: 500px) {
    body {
        font-size: 11px;
    }
    .menu.top_links li {
        width: 50%;
    }
    .menu.top_links li a {
        box-sizing: border-box;
        text-align: center;
    }
    .thead {
        font-size: 12px;
    }
    .trow1,
    .trow2 {
        padding: 8px;
    }
}
/* WILDESTTV MASTHEAD */
.wildesttv-masthead {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.wildesttv-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wildesttv-brand img {
    display: block;
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 95px;
}
.wildesttv-tagline {
    margin-top: 2px;
    margin-left: 5px;
    color: #888;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/* NAVIGATION */
.wildesttv-masthead .menu.top_links {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.wildesttv-masthead .menu.top_links li a {
    padding: 10px 14px;
    background: linear-gradient(
        #292929,
        #171717
    );
    border-top: 1px solid #444;
    border-right: 1px solid #080808;
    border-bottom: 1px solid #080808;
    border-left: 1px solid #444;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
.wildesttv-masthead .menu.top_links li a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
/* WILDESTTV NETWORK STRIP */
/* WILDESTTV NEWS TICKER */
.wildesttv-panel-top {
    background: #0b0b0b;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    overflow: hidden;
}
.wildesttv-ticker {
    width: 1050px;
    max-width: 92%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #111;
}
.wildesttv-ticker-label {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 14px;
    background: #7b22d3;
    border-right: 2px solid #a855f7;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}
.wildesttv-ticker-window {
    position: relative;
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.wildesttv-ticker-text {
    display: inline-block;
    min-width: max-content;
    padding-left: 100%;
    color: #00bfe8;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    animation: wildesttv-scroll 28s linear infinite;
}
@keyframes wildesttv-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.wildesttv-ticker-window:hover .wildesttv-ticker-text {
    animation-play-state: paused;
}
@media screen and (max-width: 800px) {
    .wildesttv-ticker {
        width: 94%;
        max-width: 94%;
    }
    .wildesttv-ticker-label {
        padding: 0 8px;
        font-size: 8px;
    }
    .wildesttv-ticker-text {
        font-size: 9px;
        animation-duration: 20s;
    }
}
/* WILDESTTV PORTAL */
.wildesttv-portal {
    width: 1050px;
    max-width: 92%;
    margin: 20px auto 35px;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
}
/* PORTAL COLUMNS */
.wildesttv-portal-sidebar,
.wildesttv-portal-main {
    min-width: 0;
}
/* PORTAL SECTION LABELS */
.wildesttv-portal-label {
    padding: 8px 10px;
    background: linear-gradient(#292929, #171717);
    border: 1px solid #111;
    border-bottom: 3px solid #7b22d3;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}
.wildesttv-portal-label-spacing {
    margin-top: 18px;
}
/* PORTAL MYBB BOX CLEANUP */
.wildesttv-portal .tborder {
    width: 100%;
    margin: 0 0 14px 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.2),
        0 3px 7px rgba(0,0,0,0.3);
}
.wildesttv-portal .thead {
    background: #222;
    border-bottom: 2px solid #7b22d3;
    font-size: 11px;
}
.wildesttv-portal .trow1,
.wildesttv-portal .trow2 {
    padding: 9px;
    font-size: 10px;
}
/* PORTAL HERO / TV STATION IDENT */
.wildesttv-portal-hero {
    position: relative;
    margin-bottom: 20px;
    padding: 28px 24px;
    overflow: hidden;
    background: linear-gradient(
            135deg,
            rgba(123,34,211,0.20),
            rgba(0,191,232,0.08)
        ),
        #111;
    border: 1px solid #111;
    border-bottom: 4px solid #7b22d3;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
        0 5px 12px rgba(0,0,0,0.45);
}
.wildesttv-portal-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 4px
        );
}
.wildesttv-portal-hero-title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 2px 2px #7b22d3,
        -1px -1px #00bfe8;
}
.wildesttv-portal-hero-subtitle {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    color: #00bfe8;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.wildesttv-portal-hero-status {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    color: #bbb;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
}
.wildesttv-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #a855f7;
    border-radius: 50%;
    box-shadow: 0 0 7px #a855f7;
    animation: wildesttv-live-blink 1.2s infinite;
}
@keyframes wildesttv-live-blink {
    0%,
    45% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.25;
    }
}
/* ANNOUNCEMENTS */
.wildesttv-portal-main > .tborder {
    margin-top: 0;
}
.wildesttv-portal-main .thead {
    background: linear-gradient(#292929, #1a1a1a);
}
.wildesttv-portal-main .trow1,
.wildesttv-portal-main .trow2 {
    line-height: 1.55;
}
/* SIDEBAR */
.wildesttv-portal-sidebar .tborder {
    font-size: 10px;
}
.wildesttv-portal-sidebar .thead {
    font-size: 10px;
}
.wildesttv-portal-sidebar a {
    color: #006fa6;
}
.wildesttv-portal-sidebar a:hover {
    color: #a855f7;
}
/* LATEST THREADS */
.wildesttv-portal-sidebar .trow1:hover,
.wildesttv-portal-sidebar .trow2:hover {
    background: #fff;
    box-shadow: inset 3px 0 0 #00bfe8;
}
/* MOBILE */
@media screen and (max-width: 800px) {
    .wildesttv-portal {
        width: 94%;
        max-width: 94%;
        grid-template-columns: 1fr;
    }
    .wildesttv-portal-main {
        order: 1;
    }
    .wildesttv-portal-sidebar {
        order: 2;
    }
    .wildesttv-portal-hero-title {
        font-size: 22px;
    }
}
/* WILDESTTV CUSTOM FORUM ICONS */
.wildesttv-forum-entry {
    display: flex;
    align-items: center;
    gap: 12px;
}
.wildesttv-forum-info {
    min-width: 0;
}
.wildesttv-forum-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    image-rendering: auto;
}
/* WILDESTTV INDIVIDUAL FORUM ICONS */
.forum-icon-6 {
    background-image: url(/images/wildesttv/announcement.png);
}
.forum-icon-7 {
    background-image: url(/images/wildesttv/gaming.png);
}
.forum-icon-8 {
    background-image: url(/images/wildesttv/art.png);
}
.forum-icon-9 {
	background-image: url(/images/wildesttv/favicon.png);
}
/* WILDESTTV POSTBIT */
.wildesttv-post {
    margin-bottom: 18px;
    background: #eeeeee;
    border: 1px solid #111;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
        0 5px 10px rgba(0,0,0,0.35);
}
/* AUTHOR BAR */
.wildesttv-author {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 10px 14px;
    background: linear-gradient(
            to bottom,
            #292929,
            #171717
        );
    border-bottom: 3px solid #7b22d3;
    color: #ddd;
}
/* AVATAR */
.wildesttv-avatar {
    margin-right: 14px;
    flex-shrink: 0;
}
.wildesttv-avatar img {
    display: block;
    max-width: 70px;
    max-height: 70px;
    padding: 3px;
    background: #0c0c0c;
    border: 1px solid #555;
    box-shadow: 0 0 0 2px #111,
        0 0 8px rgba(123,34,211,0.5);
}
/* USER INFORMATION */
.wildesttv-author-info {
    min-width: 160px;
    padding-right: 20px;
}
.wildesttv-username {
    font-size: 14px;
}
.wildesttv-username a {
    color: #00bfe8;
    font-weight: bold;
    text-decoration: none;
}
.wildesttv-username a:hover {
    color: #c084fc;
}
/* USER TITLE */
.wildesttv-user-title {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 7px;
    background: #7b22d3;
    border: 1px solid #a855f7;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}
/* GROUP/RANK IMAGE */
.wildesttv-user-rank {
    margin-top: 5px;
}
.wildesttv-user-rank img {
    display: block;
    max-width: 140px;
    height: auto;
}
/* USER STARS */
.wildesttv-user-stars {
    margin-top: 4px;
}
/* USER STATISTICS */
.wildesttv-author-stats {
    margin-left: auto;
    padding: 7px 10px;
    min-width: 180px;
    background: #101010;
    border: 1px solid #333;
    border-left: 3px solid #7b22d3;
    color: #aaa;
    font-size: 9px;
    line-height: 1.6;
}
.wildesttv-author-stats a {
    color: #00bfe8;
}
.wildesttv-author-stats a:hover {
    color: #c084fc;
}
/* POST CONTENT */
.wildesttv-post-content {
    background: #f1f1f1;
    color: #222;
}
/* POST HEADER */
.wildesttv-post-head {
    padding: 7px 12px;
    background: #dedede;
    border-bottom: 1px solid #bbb;
    color: #666;
    font-size: 9px;
}
/* POST BODY */
.wildesttv-post-body {
    min-height: 100px;
    padding: 18px;
    background: #f5f5f5;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.6;
}
.wildesttv-post-body a {
    color: #006fa6;
}
.wildesttv-post-body a:hover {
    color: #7b22d3;
}
/* POST CONTROLS */
.wildesttv-post-controls {
    min-height: 29px;
    padding: 6px 8px;
    background: #1b1b1b;
    border-top: 1px solid #333;
}
/* POSTBIT BUTTONS */
.wildesttv-post-controls .postbit_buttons a {
    background: #292929;
    border: 1px solid #444;
    color: #ddd;
}
.wildesttv-post-controls .postbit_buttons a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
/* SIGNATURE */
.wildesttv-post .signature {
    margin: 15px 18px 5px;
    padding-top: 10px;
    border-top: 1px dashed #999;
    color: #666;
    font-size: 10px;
}
/* MOBILE */
@media screen and (max-width: 700px) {
    .wildesttv-author {
        display: block;
    }
    .wildesttv-avatar {
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .wildesttv-author-stats {
        clear: both;
        margin: 10px 0 0;
        min-width: 0;
    }
}
/* WILDESTTV POST BUTTON FIX */
.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 5px 9px;
    background: linear-gradient(#303030, #1b1b1b);
    border: 1px solid #444;
    border-radius: 2px;
    color: #eeeeee !important;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none !important;
    text-shadow: 1px 1px #000;
}
.postbit_buttons > a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #ffffff !important;
    text-decoration: none !important;
}
.postbit_buttons > a span {
    background: none !important;
    padding: 0 !important;
}
.thread_tools,
.thread_rating {
    color: #eeeeee;
}
.thread_tools a,
.thread_rating a {
    color: #00bfe8;
}
.thread_tools a:hover,
.thread_rating a:hover {
    color: #c084fc;
}
.wildesttv-post-body {
    background: #ededed;
}
.wildesttv-post-head {
    background: #d7d7d7;
    border-bottom: 1px solid #aaa;
}
/* WILDESTTV SHOWTHREAD */
.wildesttv-thread-shell {
    width: 1050px;
    max-width: 92%;
    margin: 20px auto;
    background: #eeeeee;
    border: 1px solid #111;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
        0 5px 12px rgba(0,0,0,0.4);
}
/* THREAD HEADER */
.wildesttv-thread-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 14px;
    background: linear-gradient(
            to bottom,
            #292929,
            #171717
        );
    border-bottom: 3px solid #7b22d3;
}
.wildesttv-thread-kicker {
    margin-bottom: 3px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-thread-title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
/* RATING */
.wildesttv-thread-rating {
    flex-shrink: 0;
    color: #aaa;
    font-size: 9px;
}
/* TOP CONTROLS */
.wildesttv-thread-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    background: #202020;
    border-bottom: 1px solid #333;
}
/* THREAD MODE BAR */
.wildesttv-thread-modebar {
    padding: 6px 10px;
    background: #121212;
    border-bottom: 1px solid #333;
    color: #777;
    font-size: 9px;
    text-align: right;
}
.wildesttv-thread-modebar a {
    color: #00bfe8;
    text-decoration: none;
}
.wildesttv-thread-modebar a:hover {
    color: #c084fc;
}
/* POSTS */
#posts_container {
    background: #eeeeee;
}
#posts {
    padding: 8px;
}
/* BOTTOM THREAD BAR */
.wildesttv-thread-footerbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 10px;
    background: #dadada;
    border-top: 1px solid #bbb;
}
.wildesttv-thread-search {
    min-width: 0;
}
.wildesttv-thread-nav {
    color: #555;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}
.wildesttv-thread-nav a {
    color: #006fa6;
    text-decoration: underline;
}
.wildesttv-thread-nav a:hover {
    color: #7b22d3;
}
.wildesttv-thread-divider {
    padding: 0 5px;
    color: #999;
}
/* BELOW-THREAD AREA */
.wildesttv-thread-below {
    width: 1050px;
    max-width: 92%;
    margin: 0 auto 30px;
}
/* THREAD TOOLS */
.thread_tools {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
.thread_tools li {
    display: inline-block;
    margin-right: 5px;
}
.thread_tools a {
    display: inline-block;
    padding: 5px 8px;
    background: #1f1f1f;
    border: 1px solid #444;
    color: #ddd;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}
.thread_tools a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
/* RATING CLEANUP */
.inline_rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #bbb;
    font-size: 9px;
}
.star_rating {
    margin: 0;
}
/* MOBILE */
@media screen and (max-width: 800px) {
    .wildesttv-thread-shell,
    .wildesttv-thread-below {
        width: 94%;
        max-width: 94%;
    }
    .wildesttv-thread-topbar {
        display: block;
    }
    .wildesttv-thread-rating {
        margin-top: 8px;
    }
    .wildesttv-thread-footerbar {
        display: block;
    }
    .wildesttv-thread-nav {
        margin-top: 8px;
        white-space: normal;
    }
}
/* WILDESTTV THREAD — FINAL POLISH */
.wildesttv-thread-title {
    font-size: 16px;
    letter-spacing: 0.2px;
}
.wildesttv-thread-rating {
    padding: 5px 8px;
    background: #151515;
    border: 1px solid #333;
}
.wildesttv-thread-modebar {
    padding: 7px 10px;
    border-bottom: 1px solid #444;
}
#posts {
    padding: 10px;
}
.wildesttv-post-body {
    padding: 20px;
    min-height: 120px;
}
.wildesttv-thread-footerbar {
    min-height: 35px;
    box-sizing: border-box;
}
.wildesttv-thread-nav a {
    display: inline-block;
    padding: 4px 7px;
    background: #252525;
    border: 1px solid #444;
    color: #00bfe8;
    text-decoration: none;
}
.wildesttv-thread-nav a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
.thread_tools a {
    border-radius: 2px;
}
.wildesttv-thread-below {
    padding-top: 3px;
}
/* WILDESTTV CATEGORY HEADERS */
.wildesttv-category {
    overflow: hidden;
}
.wildesttv-category .thead {
    padding: 0;
}
.wildesttv-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 13px;
    background: linear-gradient(
            to bottom,
            #292929,
            #171717
        );
    border-bottom: 3px solid #7b22d3;
}
.wildesttv-category-titleblock {
    min-width: 0;
}
.wildesttv-category-kicker {
    margin-bottom: 2px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-category-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}
.wildesttv-category-title a {
    color: #ffffff;
    text-decoration: underline;
}
.wildesttv-category-title a:hover {
    color: #c084fc;
}
.wildesttv-category-description {
    margin-top: 4px;
    color: #b9b9b9;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
}
.wildesttv-category-toggle {
    position: static;
    flex-shrink: 0;
    margin: 0;
}
.wildesttv-category-toggle img {
    opacity: 0.7;
    transition: opacity 0.15s ease,
        transform 0.15s ease;
}
.wildesttv-category-toggle img:hover {
    opacity: 1;
    transform: scale(1.1);
}
.wildesttv-column-headings .tcat {
    padding: 7px 10px;
    background: #242424;
    border-bottom: 1px solid #7b22d3;
    color: #888888;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.wildesttv-column-headings .tcat .smalltext {
    color: #888888;
}
.wildesttv-category + br {
    display: none;
}
.wildesttv-category {
    margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
    .wildesttv-category-head {
        padding: 10px;
    }
    .wildesttv-category-kicker {
        font-size: 7px;
    }
    .wildesttv-category-title {
        font-size: 13px;
    }
    .wildesttv-category-description {
        font-size: 9px;
    }
}
/* WILDESTTV — LAST POST / LATEST BROADCAST */
.wildesttv-lastpost {
    padding: 5px 8px;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.35;
}
.wildesttv-lastpost-label {
    margin-bottom: 3px;
    color: #777;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.wildesttv-lastpost-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    font-weight: bold;
}
.wildesttv-lastpost-title a {
    color: #007ba8;
    text-decoration: underline;
}
.wildesttv-lastpost-title a:hover {
    color: #7b22d3;
}
.wildesttv-lastpost-info {
    margin-top: 2px;
    color: #666;
    font-size: 8px;
}
.wildesttv-lastpost-user a {
    color: #7b22d3;
    font-weight: bold;
    text-decoration: none;
}
.wildesttv-lastpost-user a:hover {
    color: #00bfe8;
}
.wildesttv-lastpost-date {
    margin-top: 1px;
    color: #999;
    font-size: 8px;
}
/* WILDESTTV VIEWER PROFILE */
.wildesttv-profile {
    width: 1050px;
    max-width: 92%;
    margin: 20px auto 35px;
}
/* PROFILE HEADER */
.wildesttv-profile-header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(250px, 0.8fr) auto;
    align-items: center;
    gap: 25px;
    padding: 18px 20px;
    background: linear-gradient(
			135deg,
			rgba(123, 34, 211, 0.18),
			rgba(0, 191, 232, 0.06)
		),
		#171717;
    border: 1px solid #111;
    border-bottom: 4px solid #7b22d3;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
		0 5px 12px rgba(0,0,0,0.45);
    overflow: hidden;
}
.wildesttv-profile-header::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
			to bottom,
			rgba(255,255,255,0.015) 0,
			rgba(255,255,255,0.015) 1px,
			transparent 1px,
			transparent 4px
		);
}
.wildesttv-profile-ident,
.wildesttv-profile-status,
.wildesttv-profile-avatar {
    position: relative;
    z-index: 1;
}
/* NAME / RANK */
.wildesttv-profile-kicker {
    margin-bottom: 4px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-profile-name {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px #000,
		2px 2px #531292;
}
.wildesttv-profile-name a {
    color: #ffffff;
    text-decoration: none;
}
.wildesttv-profile-rank {
    display: inline-block;
    margin-top: 7px;
    padding: 4px 8px;
    background: #7b22d3;
    border: 1px solid #a855f7;
    color: #ffffff;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),
		0 0 6px rgba(123,34,211,0.25);
}
.wildesttv-profile-group {
    margin-top: 6px;
}
.wildesttv-profile-group img {
    max-width: 150px;
    height: auto;
}
.wildesttv-profile-stars {
    margin-top: 5px;
}
/* VIEWER INFORMATION BOX */
.wildesttv-profile-status {
    padding: 10px 12px;
    background: #0e0e0e;
    border: 1px solid #333;
    border-left: 3px solid #00bfe8;
    color: #aaa;
    font-size: 9px;
    line-height: 1.8;
}
.wildesttv-profile-status-title {
    margin-bottom: 4px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.wildesttv-profile-status strong {
    color: #ddd;
}
/* AVATAR */
.wildesttv-profile-avatar {
    text-align: right;
}
.wildesttv-profile-avatar img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    padding: 4px;
    background: #090909;
    border: 1px solid #555;
    box-shadow: 0 0 0 2px #111,
		0 0 10px rgba(123,34,211,0.6);
}
/* PROFILE GRID */
.wildesttv-profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.wildesttv-profile-column {
    min-width: 0;
}
/* SECTION HEADERS */
.wildesttv-profile-section-title {
    padding: 9px 11px;
    background: linear-gradient(#292929, #171717);
    border: 1px solid #111;
    border-bottom: 3px solid #7b22d3;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
}
/* PROFILE TABLE */
.wildesttv-profile-table {
    margin: 0 0 15px;
    border-top: none;
}
.wildesttv-profile-table .trow1,
.wildesttv-profile-table .trow2 {
    padding: 9px 10px;
}
.wildesttv-profile-field {
    width: 32%;
    color: #444;
    font-size: 9px;
    text-transform: uppercase;
}
.wildesttv-profile-table a {
    color: #007ba8;
}
.wildesttv-profile-table a:hover {
    color: #7b22d3;
}
/* EXTRA PROFILE PANELS */
.wildesttv-profile-extra {
    margin-bottom: 15px;
}
.wildesttv-profile-extra .tborder {
    margin-bottom: 0;
}
.wildesttv-profile .tborder .thead {
    background: linear-gradient(#292929, #181818);
    border-bottom-color: #7b22d3;
}
/* PROFILE ACTIONS */
.wildesttv-profile-actions {
    margin-top: 10px;
    padding: 10px;
    background: #171717;
    border: 1px solid #333;
    text-align: center;
}
.wildesttv-profile-actions a {
    display: inline-block;
    margin: 2px;
    padding: 5px 8px;
    background: #292929;
    border: 1px solid #444;
    color: #ddd;
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
}
.wildesttv-profile-actions a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
/* MOBILE */
@media screen and (max-width: 800px) {
    .wildesttv-profile {
        width: 94%;
        max-width: 94%;
    }
    .wildesttv-profile-header {
        grid-template-columns: 1fr;
    }
    .wildesttv-profile-avatar {
        text-align: left;
    }
    .wildesttv-profile-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 500px) {
    .wildesttv-profile-name {
        font-size: 18px;
    }
    .wildesttv-profile-avatar img {
        max-width: 90px;
        max-height: 90px;
    }
}
/* WILDESTTV LOGIN PAGE */
.wildesttv-login-page {
    width: 1050px;
    max-width: 92%;
    margin: 30px auto 45px;
    display: flex;
    justify-content: center;
}
/* LOGIN BOX */
.wildesttv-login-box {
    width: 470px;
    max-width: 100%;
    background: #eeeeee;
    border: 1px solid #111;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
        0 6px 14px rgba(0,0,0,0.45);
}
/* HEADER */
.wildesttv-login-header {
    padding: 20px;
    background: linear-gradient(
            135deg,
            rgba(123,34,211,0.22),
            rgba(0,191,232,0.08)
        ),
        #151515;
    border-bottom: 4px solid #7b22d3;
    text-align: center;
}
.wildesttv-login-kicker {
    margin-bottom: 5px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-login-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 1px 1px #000,
        2px 2px #531292;
}
.wildesttv-login-subtitle {
    margin-top: 5px;
    color: #999;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
/* LOGIN BODY */
.wildesttv-login-body {
    padding: 20px;
    background: #ededed;
}
/* FIELDS */
.wildesttv-login-field {
    margin-bottom: 16px;
}
.wildesttv-login-field label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wildesttv-login-field input.textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
    background: #fff;
    border: 1px solid #888;
    font-size: 12px;
}
.wildesttv-login-field input.textbox:focus {
    border-color: #7b22d3;
    box-shadow: 0 0 0 2px rgba(123,34,211,0.12);
    outline: none;
}
/* NOTES / LOST PASSWORD */
.wildesttv-login-note {
    margin-top: 5px;
    color: #777;
    font-size: 8px;
}
.wildesttv-login-lostpw {
    margin-top: 5px;
    font-size: 9px;
}
.wildesttv-login-lostpw a {
    color: #006fa6;
}
.wildesttv-login-lostpw a:hover {
    color: #7b22d3;
}
/* REMEMBER ME */
.wildesttv-login-remember {
    margin: 10px 0 18px;
    padding: 9px 10px;
    background: #dcdcdc;
    border: 1px solid #c3c3c3;
    color: #444;
    font-size: 9px;
}
/* SUBMIT */
.wildesttv-login-submit {
    text-align: center;
}
.wildesttv-login-submit .button {
    min-width: 180px;
    padding: 9px 15px;
    background: linear-gradient(#9237e7, #6c1ebc);
    border-color: #4e118c;
    font-size: 10px;
    letter-spacing: 1px;
}
.wildesttv-login-submit .button:hover {
    background: linear-gradient(#18c3e8, #0685a5);
    border-color: #04657e;
}
/* BOTTOM REGISTER STRIP */
.wildesttv-login-footer {
    padding: 10px;
    background: #151515;
    border-top: 1px solid #333;
    color: #777;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.wildesttv-login-footer a {
    margin-left: 5px;
    color: #00bfe8;
    text-decoration: none;
}
.wildesttv-login-footer a:hover {
    color: #c084fc;
}
/* CAPTCHA / ERRORS INSIDE LOGIN BOX */
.wildesttv-login-body .red_alert,
.wildesttv-login-body .error {
    margin-bottom: 15px;
}
/* MOBILE */
@media screen and (max-width: 600px) {
    .wildesttv-login-page {
        width: 94%;
        max-width: 94%;
        margin-top: 20px;
    }
    .wildesttv-login-header {
        padding: 16px;
    }
    .wildesttv-login-title {
        font-size: 18px;
    }
    .wildesttv-login-body {
        padding: 15px;
    }
}
/* WILDESTTV HEADER GUEST CONTROLS */
.wildesttv-guest-welcome {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.wildesttv-guest-status {
    color: #aaa;
    font-size: 9px;
    font-weight: bold;
}
.wildesttv-header-login,
.wildesttv-header-register {
    display: inline-block;
    padding: 5px 9px;
    background: #292929;
    border: 1px solid #444;
    border-radius: 2px;
    color: #eee !important;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-decoration: none !important;
}
.wildesttv-header-login:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff !important;
}
.wildesttv-header-register {
    background: #6c1ebc;
    border-color: #9237e7;
}
.wildesttv-header-register:hover {
    background: #00a8cc;
    border-color: #00bfe8;
    color: #fff !important;
}
/* QUICK LOGIN MODAL */
#quick_login.wildesttv-login-modal {
    width: 430px;
    max-width: 90%;
    padding: 0 !important;
    background: #ededed;
    border: 1px solid #111;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 5px 0 rgba(0,0,0,0.25),
		0 10px 30px rgba(0,0,0,0.7);
}
/* MODAL HEADER */
.wildesttv-quicklogin-header {
    padding: 18px;
    background: linear-gradient(
			135deg,
			rgba(123,34,211,0.25),
			rgba(0,191,232,0.08)
		),
		#151515;
    border-bottom: 4px solid #7b22d3;
    text-align: center;
}
.wildesttv-quicklogin-kicker {
    color: #00bfe8;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-quicklogin-title {
    margin-top: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 1px 1px #000,
		2px 2px #531292;
}
.wildesttv-quicklogin-subtitle {
    margin-top: 4px;
    color: #888;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
/* LOGIN FORM */
.wildesttv-quicklogin-form {
    padding: 18px;
    background: #ededed;
}
.wildesttv-quicklogin-form table {
    width: 100%;
}
.wildesttv-quicklogin-form td {
    padding: 7px;
    color: #333;
    font-size: 9px;
}
.wildesttv-quicklogin-form input.textbox {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    border: 1px solid #888;
    color: #222;
}
.wildesttv-quicklogin-form input.textbox:focus {
    border-color: #7b22d3;
    box-shadow: 0 0 0 2px rgba(123,34,211,0.12);
    outline: none;
}
.wildesttv-quicklogin-form input.button {
    padding: 7px 14px;
    background: #7b22d3;
    border: 1px solid #531292;
    color: #fff;
    font-weight: bold;
}
.wildesttv-quicklogin-form input.button:hover {
    background: #00a8cc;
    border-color: #00bfe8;
}
.wildesttv-quicklogin-form a {
    color: #006fa6;
}
.wildesttv-quicklogin-form a:hover {
    color: #7b22d3;
}
/* MODAL FOOTER */
.wildesttv-quicklogin-bottom {
    padding: 9px;
    background: #151515;
    border-top: 1px solid #333;
    color: #777;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.wildesttv-quicklogin-bottom a {
    margin-left: 4px;
    color: #00bfe8;
    text-decoration: none;
}
.wildesttv-quicklogin-bottom a:hover {
    color: #c084fc;
}
/* WILDESTTV QUICK LOGIN FORM - FINAL POLISH */
#quick_login table {
    width: 100%;
    border-collapse: collapse;
}
#quick_login td {
    padding: 8px 10px;
    vertical-align: middle;
}
#quick_login td:first-child {
    width: 28%;
    color: #333;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#quick_login_username,
#quick_login_password {
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 9px;
    background: #ffffff;
    border: 1px solid #888;
    border-radius: 2px;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
#quick_login_username:focus,
#quick_login_password:focus {
    border-color: #7b22d3;
    box-shadow: 0 0 0 2px rgba(123,34,211,0.15);
    outline: none;
}
#quick_login .lost_password {
    display: inline-block;
    margin-top: 5px;
    color: #006fa6;
    font-size: 8px;
    font-weight: bold;
    text-decoration: underline;
}
#quick_login .lost_password:hover {
    color: #7b22d3;
}
#quick_login .remember_me {
    color: #555;
    font-size: 9px;
}
#quick_login .remember_me label {
    cursor: pointer;
}
#quick_login input.button {
    min-width: 130px;
    padding: 8px 14px;
    background: linear-gradient(
		#9237e7,
		#6c1ebc
	);
    border: 1px solid #4e118c;
    border-radius: 2px;
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#quick_login input.button:hover {
    background: linear-gradient(
		#18c3e8,
		#0685a5
	);
    border-color: #04657e;
}
#quick_login .trow1,
#quick_login .trow2 {
    background: #ededed;
    border-bottom: 1px solid #d0d0d0;
}
#quick_login tr:last-child .trow2 {
    border-bottom: none;
}
/* FIX MYBB MODAL POSITIONING */
.modal {
    position: fixed !important;
    z-index: 9999 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.jquery-modal.blocker,
.blocker {
    position: fixed !important;
    z-index: 9998 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.72) !important;
    overflow: auto !important;
}
#quick_login.wildesttv-login-modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.modal a.close-modal,
#quick_login a.close-modal {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #ffffff !important;
    font-size: 11px;
    z-index: 10000;
}
/* WILDESTTV VIEWER DIRECTORY */
.wildesttv-memberlist {
    width: 1050px;
    max-width: 92%;
    margin: 20px auto 40px;
}
/* DIRECTORY HEADER */
.wildesttv-directory-header {
    padding: 20px;
    background: linear-gradient(
			135deg,
			rgba(123,34,211,0.20),
			rgba(0,191,232,0.07)
		),
		#151515;
    border: 1px solid #111;
    border-bottom: 4px solid #7b22d3;
    box-shadow: 0 3px 0 rgba(0,0,0,0.25),
		0 5px 12px rgba(0,0,0,0.4);
}
.wildesttv-directory-kicker {
    margin-bottom: 3px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.wildesttv-directory-title {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 1px 1px #000,
		2px 2px #531292;
}
.wildesttv-directory-subtitle {
    margin-top: 4px;
    color: #888;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
/* PAGINATION */
.wildesttv-memberlist-pagination {
    margin: 10px 0;
}
/* ALPHABET FILTER */
.wildesttv-alphabet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
    padding: 7px;
    background: #181818;
    border: 1px solid #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.wildesttv-alphabet-label {
    margin: 0 10px 0 4px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}
.wildesttv-alphabet a {
    display: inline-block;
    min-width: 19px;
    margin: 2px;
    padding: 4px;
    background: #292929;
    border: 1px solid #444;
    color: #ddd;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.wildesttv-alphabet a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
/* MEMBER TABLE */
.wildesttv-member-table {
    margin-bottom: 15px;
}
.wildesttv-member-table > thead > tr:first-child .thead {
    padding: 10px 12px;
    background: linear-gradient(#292929, #181818);
    border-bottom: 3px solid #7b22d3;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}
.wildesttv-member-columns .tcat {
    padding: 7px 8px;
    background: #242424;
    border-bottom: 1px solid #7b22d3;
    color: #888;
}
.wildesttv-member-columns .tcat a {
    color: #aaa;
    text-decoration: none;
}
.wildesttv-member-columns .tcat a:hover {
    color: #00bfe8;
}
/* INDIVIDUAL MEMBER ROWS */
.wildesttv-member-table .trow1,
.wildesttv-member-table .trow2 {
    padding: 10px;
    vertical-align: middle;
    transition: background 0.12s ease,
		box-shadow 0.12s ease;
}
.wildesttv-member-table .trow1:hover,
.wildesttv-member-table .trow2:hover {
    background: #fff;
    box-shadow: inset 4px 0 0 #00bfe8;
}
.wildesttv-member-table img {
    max-width: 60px;
    max-height: 60px;
}
.wildesttv-member-table .trow1 a,
.wildesttv-member-table .trow2 a {
    color: #006fa6;
}
.wildesttv-member-table .trow1 a:hover,
.wildesttv-member-table .trow2 a:hover {
    color: #7b22d3;
}
/* MEMBER SEARCH */
.wildesttv-member-search {
    margin-top: 25px;
    background: #ededed;
    border: 1px solid #111;
    box-shadow: 0 3px 0 rgba(0,0,0,0.2),
		0 5px 10px rgba(0,0,0,0.35);
}
.wildesttv-member-search-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: linear-gradient(#292929, #181818);
    border-bottom: 3px solid #7b22d3;
    color: #fff;
    font-size: 10px;
}
.wildesttv-member-search-kicker {
    margin-bottom: 2px;
    color: #00bfe8;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.wildesttv-member-search-header a {
    color: #00bfe8;
    font-size: 8px;
    text-decoration: none;
}
.wildesttv-member-search-header a:hover {
    color: #c084fc;
}
/* SEARCH GRID */
.wildesttv-member-search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding: 15px;
}
.wildesttv-member-search-field label {
    display: block;
    margin-bottom: 3px;
    color: #333;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}
.wildesttv-member-search-field .smalltext {
    display: block;
    margin-bottom: 5px;
}
.wildesttv-member-search-field input.textbox,
.wildesttv-member-search-field select {
    width: 100% !important;
    box-sizing: border-box;
}
.wildesttv-member-order {
    margin-bottom: 5px;
    color: #555;
    font-size: 9px;
}
/* SEARCH BUTTON */
.wildesttv-member-search-submit {
    padding: 0 15px 15px;
    text-align: center;
}
.wildesttv-member-search-submit .button {
    min-width: 180px;
}
/* MOBILE */
@media screen and (max-width: 800px) {
    .wildesttv-memberlist {
        width: 94%;
        max-width: 94%;
    }
    .wildesttv-member-search-grid {
        grid-template-columns: 1fr;
    }
    .wildesttv-directory-title {
        font-size: 19px;
    }
}
@media screen and (max-width: 600px) {
    .wildesttv-alphabet-label {
        width: 100%;
        margin-bottom: 5px;
    }
    .wildesttv-member-search-header {
        display: block;
    }
    .wildesttv-member-search-header > a {
        display: inline-block;
        margin-top: 6px;
    }
}
/* WILDESTTV WILD BOARD */
.wildboard-header {
    width: 1050px;
    max-width: 92%;
    box-sizing: border-box;
    margin: 25px auto 0;
    padding: 30px 20px;
    background: repeating-linear-gradient(
            to bottom,
            rgba(255,255,255,0.018) 0px,
            rgba(255,255,255,0.018) 1px,
            transparent 1px,
            transparent 4px
        ),
        linear-gradient(
            135deg,
            rgba(123,34,211,0.22),
            rgba(0,191,232,0.06)
        ),
        #111;
    border: 1px solid #333;
    border-bottom: 4px solid #7b22d3;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3),
        0 8px 18px rgba(0,0,0,0.45);
}
/* WILDESTTV // IMAGEBOARD */
.wildboard-path {
    margin-bottom: 4px;
    color: #00bfe8;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
}
.wildboard-title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1;
    text-shadow: 2px 2px #000,
        3px 3px #531292;
}
.wildboard-name {
    margin-top: 8px;
    color: #c084fc;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 3px;
}
.wildboard-tagline {
    margin-top: 5px;
    color: #777;
    font-size: 7px;
    font-weight: bold;
    letter-spacing: 1.5px;
}
/* NEW THREAD BUTTON */
.wildboard-actions {
    margin-top: 18px;
}
.wildboard-new-thread {
    display: inline-block;
    padding: 8px 15px;
    background: linear-gradient(#9237e7, #6c1ebc);
    border: 1px solid #a855f7;
    color: #fff !important;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none !important;
    box-shadow: inset 0 1px rgba(255,255,255,0.15),
        0 2px 4px rgba(0,0,0,0.4);
}
.wildboard-new-thread:hover {
    background: linear-gradient(#19c7e9, #0789aa);
    border-color: #00d5ff;
}
/* BOARD NAVIGATION */
.wildboard-nav {
    width: 1050px;
    max-width: 92%;
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 7px 10px;
    background: #181818;
    border: 1px solid #333;
    border-top: none;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}
.wildboard-nav-board {
    margin-right: 12px;
    color: #c084fc;
}
.wildboard-nav a {
    margin-right: 10px;
    color: #00bfe8;
    text-decoration: none;
}
.wildboard-nav a:hover {
    color: #c084fc;
}
.wildboard-nav-disabled {
    margin-right: 10px;
    color: #555;
    cursor: default;
}
/* MOBILE */
@media screen and (max-width: 700px) {
    .wildboard-header,
    .wildboard-nav {
        width: 94%;
        max-width: 94%;
    }
    .wildboard-header {
        padding: 22px 12px;
    }
    .wildboard-title {
        font-size: 27px;
    }
}
/* WILD BOARD THREAD LIST */
.wildboard-thread-list {
    width: 1050px;
    max-width: 92%;
    margin: 15px auto 35px;
}
.wildboard-thread {
    margin-bottom: 12px;
    padding: 10px 12px;
    background: #e9e9e9;
    border: 1px solid #999;
    border-left: 4px solid #7b22d3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.35);
}
.wildboard-thread-meta {
    margin-bottom: 6px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.wildboard-thread-author {
    margin-right: 8px;
    color: #7b22d3;
    font-weight: bold;
}
.wildboard-thread-date {
    margin-right: 8px;
    color: #666;
}
.wildboard-thread-number {
    color: #006fa6;
    font-weight: normal;
    text-decoration: none;
}
.wildboard-thread-number:hover {
    color: #7b22d3;
}
.wildboard-thread-subject {
    margin-bottom: 8px;
}
.wildboard-thread-subject a {
    color: #006fa6;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.wildboard-thread-subject a:hover {
    color: #7b22d3;
}
.wildboard-thread-placeholder {
    min-height: 35px;
    margin: 5px 0 10px;
    color: #777;
    font-size: 10px;
}
.wildboard-thread-stats {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 6px;
    border-top: 1px solid #ccc;
    color: #777;
    font-size: 8px;
}
.wildboard-thread-stats a {
    margin-left: auto;
    padding: 4px 7px;
    background: #292929;
    border: 1px solid #444;
    color: #00bfe8;
    text-decoration: none;
}
.wildboard-thread-stats a:hover {
    background: #7b22d3;
    border-color: #a855f7;
    color: #fff;
}
@media screen and (max-width: 700px) {
    .wildboard-thread-list {
        width: 94%;
        max-width: 94%;
    }
}
/* WILD BOARD OP MESSAGE */
.wildboard-thread-message {
    max-width: 750px;
    margin: 8px 0 12px;
    padding: 3px 5px;
    color: #222;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}
.wildboard-thread-message p {
    margin: 0 0 8px;
}
.wildboard-thread-message img {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
}
.wildboard-greentext {
    color: #789922;
}
/* =========================================================
   WILD BOARD OP IMAGE + MESSAGE
   ========================================================= */

.wildboard-op {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    margin: 8px 0 12px;
}

.wildboard-op-image {
    flex: 0 0 auto;
    max-width: 220px;
}

.wildboard-op-image img {
    display: block;

    max-width: 200px;
    max-height: 200px;

    width: auto;
    height: auto;

    padding: 3px;

    background: #d8d8d8;
    border: 1px solid #999;

    object-fit: contain;
}

.wildboard-op-image img:hover {
    border-color: #7b22d3;
}

.wildboard-op-filename {
    max-width: 200px;

    margin-top: 3px;

    overflow: hidden;

    color: #777;

    font-size: 7px;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.wildboard-thread-message {
    flex: 1;
    min-width: 0;

    padding: 3px 4px;

    color: #222;

    font-size: 10px;
    line-height: 1.55;

    overflow-wrap: anywhere;
}

@media screen and (max-width: 600px) {

    .wildboard-op {
        display: block;
    }

    .wildboard-op-image {
        margin-bottom: 10px;
    }

    .wildboard-op-image img {
        max-width: 160px;
        max-height: 160px;
    }
}
/* =========================================================
   WILD BOARD — HIDE STOCK MYBB THREAD LIST
   Only affects forum ID 9
   ========================================================= */

.wildboard-stock-threadlist.forum-fid-9 {
    display: none;
}

/* =========================================================
   WILD BOARD — REPLY PREVIEWS
   ========================================================= */

.wildboard-replies {
    margin: 10px 0 12px 28px;
}


/* Individual reply */

.wildboard-reply {
    width: fit-content;
    max-width: 760px;

    margin: 5px 0;
    padding: 7px 10px;

    background: #dddddd;

    border: 1px solid #b3b3b3;
    border-left: 3px solid #00bfe8;

    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}


/* Metadata */

.wildboard-reply-meta {
    margin-bottom: 4px;

    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}


.wildboard-reply-author {
    margin-right: 7px;

    color: #7b22d3;

    font-weight: bold;
}


.wildboard-reply-date {
    margin-right: 7px;

    color: #777;
}


.wildboard-reply-number {
    color: #006fa6;

    font-weight: normal;

    text-decoration: none;
}


.wildboard-reply-number:hover {
    color: #7b22d3;
}


/* Reply body */

.wildboard-reply-message {
    color: #222;

    font-size: 9px;
    line-height: 1.5;

    overflow-wrap: anywhere;
}


.wildboard-reply-message img {
    max-width: 160px;
    max-height: 160px;

    width: auto;
    height: auto;
}


/* Mobile */

@media screen and (max-width: 600px) {

    .wildboard-replies {
        margin-left: 10px;
    }

    .wildboard-reply {
        max-width: calc(100% - 20px);
    }
}
/* =========================================================
   WILD BOARD — POST REFERENCES
   ========================================================= */

.wildboard-ref {
    color: #7b22d3;
    font-weight: bold;
    text-decoration: none;
}

.wildboard-ref:hover {
    color: #00bfe8;
    text-decoration: underline;
}

/* =========================================================
   WILD BOARD — GREENTEXT
   ========================================================= */

.wildboard-greentext {
    color: #789922;
}

.wildestworld-link {
    background: linear-gradient(#9237e7, #6c1ebc) !important;
    border-color: #a855f7 #531292 #531292 #a855f7 !important;
    color: #fff !important;
    text-shadow: 1px 1px #3c0a70;
}

.wildestworld-link:hover {
    background: linear-gradient(#18c3e8, #0685a5) !important;
    border-color: #00bfe8 !important;
    color: #fff !important;
}