html, body {
    background-color: #EFEAE1;
    accent-color: #6e4a20;
    color: #6e4a20;
}
a[href] {
    color: #6e4a20;
}

.column a {
    text-decoration: underline;
}

header#top {
    background-image: url(/images/ui-019.jpg);
    border-bottom-color: #C8A380;
}

header#top #description {
    font-weight: 900;
    color: #EFE7D0;
}

@container (min-width: 540px) {
    header#top #description {
        font-size: 24px;
    }
}

@container (min-width: 1140px) {
    .pane {
        border-radius: 12px;
    }
}

div#container {
    background-color: #EBE2C8;
}

main.pane {
    background-color: #EFEAE1;
}

.pane {
    padding: 12px 24px 12px;
    background-color: var(--pane-tint, #fff6);
}

footer#bottom {
    background-color: #CDB79A;
    border-top-color: #C8A380;
    color: #fff;
}


.profile .profile-upper {
    display: flex;
    align-items: center;
}
.profile .avatar {
    width: 90px;
    justify-self: center;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
}


.profile .profile-photo {
    margin-right: 16px;
}

.profile .profile-text {
    width: 90%;
}

.profile .name {
    font-size: 20px;
}

.profile .media {
    margin-top: 4px;
}

.profile .media a {
    text-decoration: none;
}
.profile .media .media-upper {
    height: 34px;
}

.profile .media .media-upper a > svg {
    width: 15%;
    margin-right: 6px;
}

/* かさ */
a.wiki {
    font-size: 24px;
}

.media-icon path {
    fill: #6d573d;
}

.media-icon-youtube path {
    fill: #f84f4f;
}

.media a > img {
    width: 30%;
    margin: 0;
}

.content-bottom img.avatar {
    width: 50px;
    justify-self: center;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    margin: 0;
    margin-right: 20px;
}

.content-bottom .media {
    overflow: auto;
}

.content-bottom .media a {
    text-decoration: none;
}

.content-bottom .media a > svg {
    width: 30px;
    vertical-align: middle;
    margin-left: 6px;
}

.content-bottom .media a > img {
    width: 80px;
    vertical-align: middle;
    margin-left: 20px;
}

.content-bottom a.wiki {
    font-size: 28px;
    vertical-align: middle;
    margin-right: -8px;
}


.single .profile img {
    width: 90px;
    justify-self: center;
    border: 1px solid #fff;
    border-radius: 50%;
}


.single thead tr {
    background-color: #cabead;
}

.single a[href] {
    color: #8D65C5;
}

.single footer a[href] {
    color: #8D65C5;
    text-decoration: underline;
}

.single footer .folder::before {
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    mask: var(--folder-icon) left 1.25px / auto 23px no-repeat;
    background-color: #8D65C5;
}

.single .section-title::before {
    background-color: #8D65C5;
}
