.lws-ew-repeater-loop {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.lws-ew-repeater-loop--grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.lws-ew-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lws-ew-row__eyebrow {
    font-size: 0.85em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
}

.lws-ew-row__title {
    margin: 0;
}

.lws-ew-row__image img,
.lws-ew-row__gallery img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lws-ew-row__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

.lws-ew-row__tip {
    padding: 16px 20px;
    border-left: 4px solid currentColor;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0 8px 8px 0;
    font-size: 0.95em;
}

.lws-ew-row__tip > *:first-child { margin-top: 0; }
.lws-ew-row__tip > *:last-child { margin-bottom: 0; }

.lws-ew-row__related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.lws-ew-related-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    border: 1px solid currentColor;
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 12px;
}

.lws-ew-related-card__thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.lws-ew-related-card__body {
    padding: 0 12px;
}

.lws-ew-related-card__title {
    font-weight: 600;
    margin-bottom: 4px;
}

.lws-ew-related-card__excerpt {
    font-size: 0.9em;
    opacity: 0.75;
}

.lws-ew-notice {
    padding: 12px 16px;
    border: 1px dashed #888;
    color: #666;
    font-style: italic;
}
