.highlight-image-box img {
    width: 240px;
    height: 80px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border: 2px solid #FFD66B;
    box-shadow: 0 0 8px rgba(255, 214, 107, 0.6);
    border-radius: 4px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.highlight-image-box img:hover {
    box-shadow: 0 0 10px rgba(255, 214, 107, 1), 0 0 20px rgba(255, 214, 107, 0.6);
    transform: scale(1.05);
}

.vote-page {
    bottom: 130px !important;
}

html {
    font-family: Arial, Helvetica, Sans-Serif, serif;
    font-size: 10pt;
    color: #ccc;
    line-height: 1.3;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-height: 100px
}

body {
    margin: 0;
    background-color: #000;
    background-image: url(assets/forum-bg.jpg);
    background-repeat: repeat-x;
    position: relative;
    padding-bottom: 46px
}

p {
    margin-top: 5px
}

a {
    color: #ffb019;
    font-weight: 700;
    font-size: 9pt;
    text-decoration: underline;
    cursor: pointer
}

a:hover {
    color: #fff
}

h1 {
    margin: 10px 0 0 0;
    font-size: 10pt;
    font-weight: bolder
}

input {
    width: 100%;
    padding: 2px;
    background-color: #2a2a2a;
    border: 1px solid #555;
    color: #fff;
    margin-top: 5px
}

.wowlogo2 {
    position: absolute;
    top: 8px;
    width: 100%;
    text-align: center;
    z-index: 1
}

.gold-bg {
    height: 29px;
    background-image: url(assets/gold-bg.gif)
}

.gold-bg, .topbg {
    background-repeat: repeat-x
}

.topbg {
    margin-top: -29px;
    width: 50%;
    height: 100px;
    display: inline-block;
    position: relative
}

.topbg__left {
    background-image: url(assets/topbg-left.gif)
}

.topbg__right {
    background-image: url(assets/topbg-right.gif)
}

.gryph {
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 68px;
    top: 0
}

.gryph__left {
    left: 0;
    background-image: url(assets/gryph-left.gif)
}

.gryph__right {
    right: 0;
    background-image: url(assets/gryph-right.gif)
}

.gold-border {
    height: 19px;
    background-image: url(assets/gold-border.gif);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.finger {
    width: 97px;
    height: 19px
}

.finger__left {
    background-image: url(assets/left-finger.gif);
    background-repeat: no-repeat
}

.finger__right {
    background-image: url(assets/right-finger.gif);
    background-repeat: no-repeat
}

.linksbar {
    height: 53px;
    background-image: url(assets/linksbar-bg.gif);
    background-repeat: repeat-x;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.linksbar-image {
    height: 53px;
    width: 106px;
    position: absolute;
    top: 0
}

.linksbar-image__left {
    background-image: url(assets/linksbar-left.gif);
    background-repeat: no-repeat;
    left: 0
}

.linksbar-image__right {
    background-image: url(assets/linksbar-right.gif);
    background-repeat: no-repeat;
    right: 0
}

span.grey {
    font-family: Arial, Helvetica, Sans-Serif, serif;
    color: #a0a1a3;
    font-size: 9pt
}

.content-container {
    position: relative;
    max-width: 766px;
    padding: 20px 40px 100px;
    margin: 0 auto 50px
}

.border-container {
    background-color: rgb(0 0 0 / .5);
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.border, .border-container {
    position: absolute;
    height: 100%
}

.border {
    width: 135px
}

.border__top {
    background-image: url(assets/border-top.gif);
    background-repeat: repeat-x;
    width: 100%
}

.border__top-left {
    background-image: url(assets/border-top-left.gif);
    background-repeat: no-repeat
}

.border__top-right {
    background-image: url(assets/border-top-right.gif);
    background-repeat: no-repeat;
    right: 0
}

.border__left {
    background-image: url(assets/border-left.gif);
    background-repeat: repeat-y
}

.border__right {
    background-image: url(assets/border-right.gif);
    background-repeat: repeat-y;
    right: 0
}

.border__bottom {
    background-image: url(assets/border-bot.gif);
    background-repeat: repeat-x;
    bottom: 0;
    height: 62px;
    width: 100%
}

.border__bottom-left {
    background-image: url(assets/border-bot-left.gif);
    width: 100%
}

.border__bottom-left, .border__bottom-right {
    background-repeat: no-repeat;
    bottom: 0;
    height: 192px
}

.border__bottom-right {
    background-image: url(assets/border-bot-right.gif);
    right: 0
}

.hr, hr {
    display: block
}

.hr {
    background: #474747;
    width: 80%;
    height: .5px;
    border: 0;
    margin: 25px auto;
    clear: both
}

.topic-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 420px) {
    .topic-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.topic-item {
    display: flex;
    align-items: flex-start;
    gap: 10px
}

.topic-item-icon {
    padding-right: 5px;
    height: 35px;
    width: auto
}

.news-content:not(:last-child) {
    margin-bottom: 15px
}

.news-title {
    color: #FFD66B;
    margin: 0;
    font-size: 10pt;
    font-weight: bolder
}

.register-button {
    background: url(assets/register.png) no-repeat center center;
}

.login-button {
    background: url(assets/login.png) no-repeat center center;
}

.logout-button {
    background: url(assets/logout.png) no-repeat center center;
}

.copy-button {
    background: url(assets/copy.png) no-repeat center center;
}

.claim-button {
    background: url(assets/claim.png) no-repeat center center;
}

.reset-button {
    background: url(assets/reset.png) no-repeat center center;
}

.image-button {
    background-size: contain;
    border: none;
    width: 200px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out
}

.image-button:hover {
    transform: translateY(-1px)
}

.copy-check {
    width: 20px;
    text-align: center;
    color: #2ecc71;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.register-box, .login-box {
    display: flex;
    justify-content: center;
    padding: 15px
}

.register-form, .login-form {
    display: grid;
    gap: 20px;
    grid-template-columns:1fr 1fr;
    max-width: 400px;
    width: 100%
}

.bottom-bg {
    background-image: url(assets/bottom-bg.gif);
    background-repeat: repeat-x;
    height: 46px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.highlight {
    color: #FFD66B;
    background-color: #333;
    padding: 2px 4px
}

.news-date {
    color: #7CFC00;
    margin-left: 5px
}

table {
    margin: auto;
    border-collapse: separate;
    border-spacing: 10px 5px;
    text-align: left;
}

#raf-table th,
#raf-table td {
    padding: 4px 12px;
    white-space: nowrap;
}

#characters-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
}

.custom-select {
    position: relative;
    width: 250px;
    max-width: 100%;
}

.select-selected {
    background-color: #222;
    color: #FFD66B;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.select-selected img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.select-items {
    position: absolute;
    background-color: #333;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    flex-direction: column;
}

.select-items div {
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.select-items div:hover {
    background-color: #444;
}

.select-items img {
    width: 20px;
    height: 20px;
}

.characters-label {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
    text-align: center;
}
