.wtc-seal-wrap,
.wtc-hero-art,
.wtc-seal-image {
    background: transparent !important;
}

.wtc-seal-image {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    border: none;
    box-shadow: none;
}.wtc-hero-art,
.wtc-seal-wrap,
.wtc-seal-wrap picture,
.wtc-seal-wrap figure,
.wtc-seal-wrap img,
.wtc-seal-image {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.wtc-seal-image,
.wtc-seal-wrap img {
    display: block;
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
}/* Continuous, full-width homepage ticker */
.wtc-ticker {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
    background: var(--wtc-navy);
    color: #ffffff;
}

.wtc-ticker-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    white-space: nowrap;
    animation: wtcTickerSeamless 25s linear infinite !important;
    will-change: transform;
}

.wtc-ticker-group {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0;
    min-width: 100vw;
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    padding: 14px 32px;
}

.wtc-ticker-group span {
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.wtc-ticker-group b {
    display: inline-block;
    flex-shrink: 0;
    color: var(--wtc-gold);
}

@keyframes wtcTickerSeamless {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}
.wtc-header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.wtc-account-links {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.wtc-account-links a {
    text-decoration: none;
}

.wtc-account-greeting {
    white-space: nowrap;
}
.wtc-account-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-wrap: nowrap;
}
/* Keep the Monthly Memo header button on one line */
.wtc-header-button {
    white-space: nowrap;
}

/* Keep regular navigation labels on one line */
.primary-navigation .primary-menu a {
    white-space: nowrap;
}
.wtc-account-links a,
.wtc-account-greeting {
    white-space: nowrap;
}
.wtc-forum-username {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    vertical-align: top;
}

.wtc-user-flair {
    display: inline-block;
    margin-top: 3px;
    padding: 2px 6px;
    border: none;
    border-radius: 999px;
    background: rgba(200, 164, 90, 0.12);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .04em;
    text-transform: uppercase;
    white-space: normal;
    max-width: 190px;
    text-align: center;
}
.asgarosforum .mention-nice-name {
    display: none !important;
}
#af-wrapper span.mention-nice-name {
    display: none !important;
}