/* Startseite: drei Wege im ersten Blick, orange Marke. */
.lk-entry-hero {
    padding: 8px 0 4px;
}
.lk-entry-hero h1 {
    margin: 0;
    color: #14161a;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
}
.lk-entry-hero p {
    margin: 8px 0 0;
    max-width: 42rem;
    color: #5c6370;
    font-size: 0.98rem;
    line-height: 1.4;
}
.lk-entry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 22px;
}
.lk-entry__tile {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    min-height: 0;
    padding: 14px 14px 12px;
    border: 1px solid #ece7e1;
    border-radius: 14px;
    background: #fff;
    color: #14161a;
    text-decoration: none;
}
.lk-entry__tile:hover {
    border-color: #ff7900;
}
.lk-entry__ico {
    flex: 0 0 auto;
    font-size: 1.35rem;
    line-height: 1;
}
.lk-entry__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}
.lk-entry__body strong {
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}
.lk-entry__tag {
    color: #ff7900;
    font-size: 0.75rem;
    font-weight: 800;
}
.lk-entry__txt {
    color: #5c6370;
    font-size: 0.84rem;
    line-height: 1.35;
}
.lk-entry__body em {
    margin-top: 6px;
    color: #fff;
    background: #ff7900;
    border-radius: 999px;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 6px 10px;
    align-self: flex-start;
}
.lk-entry-events {
    margin: 4px 0 22px;
}
.lk-entry-events__head,
.lk-entry-events__head h2 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}
.lk-entry-events__head h2 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 900;
}
.lk-entry-events__head a,
.lk-entry-ev__cta {
    color: #ff7900;
    font-weight: 800;
    text-decoration: none;
}
.lk-entry-events__empty {
    margin: 10px 0 0;
    padding: 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ece7e1;
    color: #5c6370;
}
.lk-entry-events__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}
.lk-entry-ev {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
    border: 1px solid #ece7e1;
    border-radius: 14px;
    overflow: hidden;
}
.lk-entry-ev__media {
    display: block;
    aspect-ratio: 16 / 9;
    background: #f4f1ed;
}
.lk-entry-ev__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lk-entry-ev__ph {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 1.6rem;
}
.lk-entry-ev__body {
    padding: 10px 12px 12px;
}
.lk-entry-ev__status {
    margin: 0;
    color: #5c6370;
    font-size: 0.75rem;
    font-weight: 800;
}
.lk-entry-ev__status.is-hot {
    color: #ff7900;
}
.lk-entry-ev h3 {
    margin: 4px 0 0;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
}
.lk-entry-ev h3 a {
    color: inherit;
    text-decoration: none;
}
.lk-entry-ev__meta {
    margin: 6px 0 8px;
    color: #5c6370;
    font-size: 0.78rem;
    line-height: 1.35;
}
@media (max-width: 991px) {
    .lk-entry,
    .lk-entry-events__grid {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 10px;
    }
    .lk-entry {
        margin: 10px 12px 14px;
    }
    .lk-entry-hero {
        padding: 4px 12px 0;
    }
    .lk-entry-hero h1 {
        font-size: 1.28rem;
    }
    .lk-entry-hero p {
        font-size: 0.88rem;
        margin-top: 4px;
    }
    .lk-entry__tile {
        padding: 10px 12px;
        gap: 10px;
    }
    .lk-entry__txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lk-entry-events {
        margin: 0 12px 16px;
    }
    .lk-entry-ev {
        flex-direction: row;
    }
    .lk-entry-ev__media {
        width: 112px;
        flex: 0 0 112px;
        aspect-ratio: auto;
        min-height: 96px;
    }
}

.lk-hm-auc__buy,
.lk-shop-card__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    margin-top: 6px;
    background: #ff7900;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: 0 2px 8px rgba(255, 121, 0, 0.28);
}
.lk-hm-auc__buy i,
.lk-shop-card__buy i {
    font-size: 0.72em;
    line-height: 1;
}
.lk-gratis-teaser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 12px 16px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #ece7e1;
    border-radius: 14px;
}
.lk-gratis-teaser h2 { margin: 0; font-size: 1rem; font-weight: 900; }
.lk-gratis-teaser p { margin: 2px 0 0; color: #5c6370; font-size: 0.84rem; }
.lk-gratis-teaser__cta {
    color: #fff;
    background: #ff7900;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.78rem;
    border-radius: 999px;
    padding: 8px 10px;
    white-space: nowrap;
}

.lk-live-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    padding: 8px 10px 8px 8px;
    background: #fff;
    border: 2px solid #e10600;
    border-radius: 14px;
    color: #14161a;
    text-decoration: none;
}
.lk-live-top__img {
    width: 96px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    flex: 0 0 auto;
    background: #f4f1ed;
}
.lk-live-top__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}
.lk-live-top__badge {
    align-self: flex-start;
    background: #e10600;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    border-radius: 999px;
    padding: 2px 7px;
}
.lk-live-top__copy strong {
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1.2;
}
.lk-live-top__meta {
    color: #5c6370;
    font-size: 0.75rem;
    line-height: 1.3;
}
.lk-live-top em {
    flex: 0 0 auto;
    background: #ff7900;
    color: #fff;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: 999px;
    padding: 7px 10px;
}
@media (max-width: 991px) {
    .lk-live-top { margin: 8px 12px 4px; }
    .lk-live-top em { display: none; }
}

@media (max-width: 991.98px) {
  .lk-shop-trustbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    margin: 4px 12px 18px;
    padding: 12px;
    background: #fff;
    border: 1px solid #ece7e1;
    border-radius: 14px;
  }
  .lk-shop-trustbar__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
  }
  .lk-shop-trustbar__item strong,
  .lk-shop-trustbar__item small {
    display: block;
    overflow-wrap: anywhere;
  }
  .lk-shop-trustbar__item strong {
    color: #14161a;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.25;
  }
  .lk-shop-trustbar__item small {
    color: #5c6370;
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
