.PageHeader-module__HZea0q__header {
    z-index: 1;
    aspect-ratio: 6114/289;
    background: url(../images/header-editable.png) 50%/100% 100% no-repeat;
    align-items: center;
    width: calc(100% + 18px);
    margin-left: -9px;
    margin-right: -9px;
    display: flex;
    position: relative
}

.PageHeader-module__HZea0q__headerContent {
    align-items: center;
    width: 100%;
    padding-top: 3px;
    padding-left: 28px;
    padding-right: 46px;
    display: flex
}

.PageHeader-module__HZea0q__title {
    min-width: 0;
    font-family: var(--font-medieval);
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #f0e6d2;
    text-shadow: 1px 1px 2px #000c;
    flex: 1;
    align-items: center;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    display: flex
}

.PageHeader-module__HZea0q__title>span,.PageHeader-module__HZea0q__title>div {
    align-items: center;
    gap: 8px;
    width: 100%;
    display: flex
}

.PageHeader-module__HZea0q__titleIcon {
    color: #f0e6d2;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    display: flex
}

.PageHeader-module__HZea0q__headerAction {
    color: #f0e6d2;
    cursor: pointer;
    background: #00000040;
    border: 1px solid #b8860b80;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    padding: 0;
    text-decoration: none;
    transition: all .15s;
    display: flex;
    box-shadow: inset 0 1px #ffffff1a
}

.PageHeader-module__HZea0q__headerAction:hover {
    color: #fff;
    background: #0006;
    border-color: #b8860bcc;
    transform: scale(1.05)
}

.PageHeader-module__HZea0q__editButton {
    color: #f0e6d2;
    cursor: pointer;
    background: #00000040;
    border: 1px solid #b8860b80;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-left: auto;
    padding: 0;
    text-decoration: none;
    transition: all .15s;
    display: flex;
    box-shadow: inset 0 1px #ffffff1a
}

.PageHeader-module__HZea0q__editButton:hover {
    color: #fff;
    background: #0006;
    border-color: #b8860bcc;
    transform: scale(1.05)
}

.PageBody-module__OAJIWq__body {
    z-index: 0;
    background: linear-gradient(#f5e6c8,#efe0be,#e8d5ac);
    border: 3px solid #b8860b;
    border-top: none;
    border-radius: 0 0 6px 6px;
    width: calc(100% - 2px);
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-shadow: inset 0 1px #ffffff4d,inset 0 -2px 4px #0000001a,0 2px 8px #0003
}

.PageBody-module__OAJIWq__body:before {
    content: "";
    pointer-events: none;
    border-radius: 0 0 4px 4px;
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 12px #b8860b26
}

.PageBody-module__OAJIWq__content {
    padding: 24px 20px 20px
}

[data-theme=dark] .PageBody-module__OAJIWq__body {
    background: linear-gradient(#2a2520,#231f1a,#1c1915);
    border-color: #6b5a28;
    box-shadow: inset 0 1px #ffffff0d,inset 0 -2px 4px #0000004d,0 2px 8px #0006
}

[data-theme=dark] .PageBody-module__OAJIWq__body:before {
    box-shadow: inset 0 0 12px #6b5a2833
}
