:root {
    --blurple: #5865f2;
    --blurple-dark: #3442d9;

    --color-bg-light-discord: #6875f250;
    --color-bg-dark-discord: rgba(41, 58, 205, 0.31);
    --color-bg-dark-discord-solid: rgb(15, 21, 71, 1.0);
}

.block-quote-host {
    display: flex;
    flex-direction: row;
}

.block-quote-display {
    width: 4px;
    border-radius: 4px;
    background-color: dimgray;
    margin-right: 8px;
}

.subtext {
    color: gray;
    display: block;
    font-size: .8125rem;
    line-height: 1.11719rem;
}
.subtext-contrast {
    color: rgb(27, 27, 62) !important;
}

.discord-spoiler {
    background-color: gray;
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
    padding: 0 2px 0 2px;
}

.discord-embed-field-inlined {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}

.discord-mention {
    padding: 2px;
    font-size: .95rem;
    background-color: var(--color-bg-light-discord);
    color: color-mix(in srgb, white, transparent 30%);
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer !important;
}
.discord-mention:hover {
    background-color: var(--blurple);
    color: white;
}
.avatar {
    border-radius: 50%;
}
.avatar-70 {
    width: 70px;
    height: 70px;
}
.avatar-45 {
    width: 45px;
    height: 45px;
}
.avatar-35 {
    width: 35px;
    height: 35px;
}
.avatar-25 {
    width: 25px;
    height: 25px;
}

.avatar-max-80 {
    max-width: 80px;
    max-height: 80px;
}