.info-block {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .5rem;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    background: rgba(255, 255, 255, .5);
}

.info-block>summary {
    list-style: none;
}

.info-block>summary::-webkit-details-marker {
    display: none;
}

/**** Journal Finder ****/
.ac-box {
    position: absolute;
    /* place under input; ensure parent is position:relative */
    z-index: 1000;
    width: 100%;
    max-height: 18rem;
    overflow: auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
    padding: .25rem 0;
}

.ac-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .15rem;
    padding: .5rem .75rem;
    cursor: pointer;
}

.ac-row:hover,
.ac-row:focus {
    outline: none;
    background: rgba(0, 0, 0, .05);
}

.ac-row--empty {
    cursor: default;
    color: rgba(0, 0, 0, .6);
}

.ac-title,
.ac-subtitle {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-title {
    font-weight: 700;
}

.ac-subtitle {
    font-size: .82rem;
    color: rgba(0, 0, 0, .62);
}

.ac-wrap {
    position: relative;
}

.intro_image {
    float: right;
    width: 40%;
    margin: 0 0 1rem 2rem;
}

.intro_image img {
    width: 100%;
    height: auto;
    display: block;
}

#journal-results {
    clear: both;
    margin-top: 0.75rem;
}