.lz-wall {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
}

.lz-wall-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #e3e3e3;
    align-items: flex-start;
    text-decoration: none;
    color: #000;
    transition: background 0.15s;
}

.lz-wall-item:hover {
    background: #f8f8f8;
}

.lz-wall-thumb {
    width: 110px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.lz-wall-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lz-wall-text-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ece8d9;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
}

.lz-wall-body {
    flex-grow: 1;
}

.lz-wall-type {
    font-weight: bold;
    margin-bottom: 4px;
    color: #2f4f2f;
}

.lz-wall-text {
    margin-bottom: 6px;
    font-size: 15px;
}

.lz-wall-footer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #777;
}

.lz-wall-link {
    color: #2f4f2f;
    font-weight: bold;
    cursor: pointer;
}

/* doplnene kvoli sutazi */
.lz-wall-thumb-1 {
    width: 110px;
    height: 80px;
    background: #f2f2f2;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    display: block;
}

/* hlavná fotka */
.lz-wall-thumb-1 img {
    display: block;
    width: 100%;
    height: auto;
}

/* ikonka súťaže */
.lz-wall-thumb-1 img.sutaz {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 110px;      /* uprav podľa potreby */
    height: auto;
    z-index: 10;
    pointer-events: none; /* aby neblokovala kliknutie na fotku */
}
