.message-block { padding: 0.4em 0.5em 0.1em 0.5em; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; grid-template-areas: 'top top' 'image message'; align-content: start; row-gap: 0.25ch; border-radius: 0.5ch; background: rgba(255, 255, 255, 1); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
.message-block p:first-child { grid-area: top; letter-spacing: -0.02em; font-family: 'label'; text-decoration: underline; font-weight: bold; color: rgb(231, 80, 80); }
.message-block img { width: 8rem; height: 8rem; margin-top: 0.3ch; margin-bottom: 0.5ch; grid-area: image; border-radius: 0.5ch; background-color: rgba(0, 0, 255, 0.25); }
.message-block p:last-child { width: 100%; grid-area: message; padding-left: 0.5ch; font-family: 'text'; font-size: 0.8em; font-weight: bold; font-style: italic; }
#gallery { text-align: center; padding-top: 0.5ch; }
.sponsorspane { max-width: 100%; min-width: 100%; min-height: 0; margin: 0 auto; display: flex; flex-flow: row wrap; justify-content: start; gap: 0.5em; }
.sponsorspane > * { max-width: 160px; min-width: 0; max-height: 256px; min-height: 256px; user-select: none; cursor: default; border-radius: 0.25em; background-repeat: no-repeat; background-size: cover; background-position: center; }
@media (max-width: 700px) { .message-block { display: inline-block; font-size: 0.9em; line-height: 1.4; } .message-block img { width: 5rem; height: 5rem; margin-bottom: 0; margin-right: 0.5ch; float: left; } }
