blockquote {
    background: #1c1c28;
    border-left-color: #3a3f6b;
}

.section {
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6,1 L11,6 L6,11 L1,6 Z' fill='none' stroke='%23666666' stroke-width='1.5'/%3E%3C/svg%3E"),
        linear-gradient(
            to right,
            #f6f4ef calc(50% - 14px),
            transparent calc(50% - 14px),
            transparent calc(50% + 14px),
            #f6f4ef calc(50% + 14px)
        );
}

.container figure img {
    border: 1px solid #2e2e42;
}

.infobox {
    background: #1c1c28;
    border-left-color: #0029f1;
}

.infobox-title {
    color: #5572ff;
}

.infobox-lines li {
    border-bottom-color: #2e2e42;
    color: #f6f4ef;
}

.conversation {
    border-left-color: #0029f1;
}

.conversation-meta {
    color: #9a9aa8;
}

.conversation-question {
    background: #262635;
}

.conversation-answer {
    background: #1c1c28;
}

.container table th {
    background: #001eb5;
}

.container table td {
    border-bottom-color: #2e2e42;
    color: #f6f4ef;
}

.social-link-x:hover,
.social-link-x:focus-visible {
    color: #ffffff;
}
