@import '../modules/lrc/lrc.css';

body {
    background-color: skyblue;
}

/* T-189: pila de portadas cuando la campaña tiene varios álbumes (/apoyar) */
/* T-201: mayor separación entre covers y títulos en línea */
.album-stack {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto 1.5rem;
}

.album-stack img {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 0.375rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.album-stack__titles {
    margin: 0 0 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
}
