#announcement {
    height: 64vh;
    width: 80vw;
}

#announcement-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#announcement-container {
    padding: var(--grabbable-section-padding);
    border: var(--grabbable-section-border);

    border-image-source: var(--grabbable-border-image-source);
    border-image-slice: var(--grabbable-border-image-slice);
    border-image-outset: var(--grabbable-border-image-outset);
    border-image-width: var(--grabbable-border-image-width);
    image-rendering: var(--grabbable-border-image-rendering);
}

#announcement-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
}
#announcement-date {
    padding-bottom: 4px;
    font-size: 0.8rem;
}
#announcement-body {
    border-top: 1px solid var(--border-color-01);
    padding: 16px 0;
    overflow-wrap: break-word;
    white-space: pre-line;
}

.member-profile-card {
    background-color: var(--bgcolor-post-node-bg);
    border-bottom: 1px solid var(--border-color-01);
}

.member-profile-card .member-profile-name {
    color: var(--poster-name-color);
    text-align: center;
}

.member-profile-card .member-profile-picture {
    width: 64px;
    height: 64px;
    border: 8px ridge var(--border-color-01);
}

.member-profile-card .card-two-halves {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.member-profile-card .name-and-picture {
    padding: 8px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}


.member-profile-card .member-profile-details {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.member-profile-card .member-profile-data {
    padding: 8px;
}

.member-profile-card #slogan-status {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 2px solid var(--bgcolor-grabbable-border);
    text-align: center;
}

.member-profile-card .card-footer {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 2px solid var(--bgcolor-grabbable-border);
}

.member-profile-card .profile-link {
    text-decoration: none;
    color: var(--link-color-01);
    margin: 0;
}