/* LISTOOL AI V111 — Performance */

img {
    max-width: 100%;
    height: auto;
}

.lazy-fade {
    opacity: 0;
    transition: opacity .4s ease;
}

.lazy-fade.loaded {
    opacity: 1;
}

.performance-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: #8ffcff;
    font-size: 13px;
}
