/* -------------------------------------- body */
body {
    background: #f1f8e3;
    margin: 20px;
}

.home-button {
    display: none;
}

.border-ver {
    height: -webkit-fill-available;
    width: 10px;
    background: url(/graphics/0_sweet-pea/bg_1.png);
    background-size: 35px;
    background-position: 15px 0px;
}
/* -------------------------------------- container */
.container-flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.container-outer {
    display: flex;
    flex-direction: column;
    background: #fffffff0;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid;
    border-image-source: url(/graphics/0_sweet-pea/border_4.gif);
    border-image-repeat: round;
    border-image-slice: 15;
    border-image-width: 14px;
}

.container {
    border: 1px solid;
    background: #fff6f7;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
    height: 800px;
    width: 620px;
}

.cont-h1 {
    display: flex;
    gap: 10px;
    padding: 5px;
    border: 1px solid;
    background: linear-gradient(to bottom,  #faf4f4 0%,#f6ced3 50%,#f4bac1 51%,#fde7e9 100%);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
}

.cont-h1::before {
    content: url(/graphics/niche/icon_015.gif);
}
/* -------------------------------------- navigation */
.navigation {
    height: 600px;
    width: 300px;
    background: #fffffff0;
    padding: 7px;
    border-radius: 6px;
    border: 1px solid;
    border-image-source: url(/graphics/0_sweet-pea/border_4.gif);
    border-image-repeat: round;
    border-image-slice: 15;
    border-image-width: 14px;
}

/* -------------------------------------- posts */
.post-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.post {
    display: flex;
    background: white;
    border: 1px dotted;
    padding: 5px;
    border-radius: 3px;
    flex-direction: column;
    gap: 5px;
}

.post-h3 {
    display: flex;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 3px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    flex-direction: row;
    gap: 10px;
    white-space: nowrap;
}

.post-text {
    font-style: italic;
    font-size: 12px;
    min-height: 100px;
}