.LookbookSection-Grid {
    grid-auto-flow: dense;
}

.LookbookSection-Item {
    border-radius: 1rem;
}

.LookbookSection-Item::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.LookbookSection-Image {
    width: 100%;
    height: 100%;
}

.LookbookSection-Overlay {
    transition: opacity 0.3s ease;
}

.LookbookSection-Link:hover {
    border-color: rgba(255, 255, 255, 0.65);
}