/*
 * Copyright (c) 2025 Tobias Erbsland - Erbsland DEV. https://erbsland.dev
 * SPDX-License-Identifier: Apache-2.0
 */

.text-code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, "Courier New", Courier, monospace;
    font-weight: 800;
    color: #505090;
    white-space: nowrap;
}

.wy-table-responsive table td {
    white-space: normal !important;
}

.wy-table-responsive table.expressions td {
    vertical-align: top;
}

.wy-table-responsive table.flags-table td:not(:first-child) {
    vertical-align: center;
}

.wy-table-responsive table.flags-table th:first-child {
    vertical-align: bottom;
}

.wy-table-responsive table.flags-table th:not(:first-child) {
    height: 100px;
    vertical-align: bottom;
}

.wy-table-responsive table.flags-table th:not(:first-child) p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
}

.esc-expression {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, "Courier New", Courier, monospace;
    font-weight: 800;
    color: #505090;
    white-space: nowrap;
}

.esc-parameter {
    color: black;
    font-weight: normal;
    font-style: italic;
    padding: 0 0.1em;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.unicode-codepoint {
    color: #7f08a3;
}


.banner {
    width: 100%;
    background-color: #cd5a13;
    color: white;
    padding: 0.5em 3em;
    margin: 0 0 0 10em;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-bottom: 5px solid #e4d3aa;
}

@media screen and (max-width: 768px) {
    .banner {
        margin: 0;
    }
}

