/* ========================================================
   Atoriē — Artistas
   ======================================================== */

.ato-artistas-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ato-artistas-lista li {
    margin-bottom: 6px;
}

.ato-artistas-lista li:last-child {
    margin-bottom: 0;
}

.ato-artista-item {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 21px;
}

.ato-artista-item:hover {
    text-decoration: underline;
}

.ato-artista-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 9999;
}

.ato-artista-preview.is-visible {
    opacity: 1;
}

.ato-artista-preview img {
    width: 100%;
    height: auto;
    display: block;
}
