.librarian-photo-frame {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid var(--cut-gold, #caa350);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.librarian-photo-frame.lg {
    width: 280px;
    height: 280px;
    border-radius: 22px;
}

.librarian-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transform: scale(1.22);
    display: block;
}

/* Give dashboard cards room for the larger photo */
.white-card:has(.librarian-photo-frame.lg) {
    max-width: 380px !important;
}
