.context-box {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #C8A870;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,0.35), inset -1px -1px 4px rgba(0,0,0,0.15);
    border-radius: 4px;
}

.generated-postcomment-1 {
    margin-bottom: 10px;
    position: relative; /* container for absolute dropdown */
}

.generated-postcomment-2 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;   /* vertically center label and list */
}

.generated-postcomment-3 {
    margin-right: 10px;
}

.generated-postcomment-4 {
    width: 100%;
    height: 200px;
}

.recipient {
    color: var(--link-color);
    margin-right: 5px;
    padding: 2px 5px;
    text-decoration: none;
}

.recipient:hover {
    color: var(--nav-bg);
    text-decoration: underline;
}

#user_suggestions {
    position: absolute;       /* remove from normal flow */
    top: 100%;                /* place below input */
    left: 0;
    z-index: 9999;            /* above everything else */
    background-color: #333;
    color: #e0e0e0;
    border: 1px solid #444;
    border-radius: 4px;
    width: max-content;       /* adjust width to content */
    max-width: 300px;
    display: none;            /* hide until needed */
}

.article-title-ref {
    font-size: 1.15rem;
    font-style: italic;
    font-weight: bold;
    color: #5a3e2b;
    margin: -8px 0 16px 0;
}

.article-title-label {
    font-style: normal;
    font-weight: bold;
}
