.prri-library-author .authors-list {
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 0px
}
.prri-library-author .authors-list h3 {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.prri-library-author .authors-list .author-item {
    display: flex;
    align-items: flex-start;
    gap: 3rem
}
.prri-library-author .authors-list .author-item p {
    margin: 0px
}
.prri-library-author .authors-list .author-item h4 a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(23 37 84 / var(--tw-text-opacity, 1))
}
.prri-library-author .authors-list .author-item img {
    flex: none;
    border-radius: 9999px;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.prri-library-author .authors-list .author-item .author-content {
    display: flex;
    flex-direction: column;
    gap: 1rem
}
.prri-library-author .authors-list .author-item .author-image {
    flex: none
}
