/* Artist Page */

.artist-index .artist-item h2 {
    padding: 0;
    margin: 0.4em 0 2em 0;
}

.artist-index .artist-item h2 a {
    font-size: 0.9em;
}

.alphabet-bar {
    display: flex;
    width: 100%;
}

.alphabet-bar .btn {
    flex: 1 0 0; /* equal width for all 26 items */
    min-width: 0; /* prevents flex “min-content” surprises */
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
    padding: 0.4em 0;
    border-radius: 0;
    height: 2em;
    font-weight: 600;
}

.archive-section .archive-object-view h1,
.archive-section .artist-view h1,
.archive-section .artwork-view h1 {
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
}

.archive-section .artist-view h1 {
    margin-bottom: 0;
}

.archive-section .artwork-view h1 {
    margin-bottom: 20px;
}

.artist-item a,
.archive-object-item a{
    font-size: 1em;
    font-weight: 600;
    line-height: 0;
}

.archive-object-item .title,
.artist-item-item .title {
    margin-top: 10px !important;
}

.artist-view .age-range {
    font-size: 1.2em;
    margin-top: 5px;
}
