/* === Weg vom Beitrag in den Shop === */
.nm-bl-shop {
    --bl-navy: #16233F;
    --bl-gold: #E0AC33;
    --bl-rand: #ECE3CE;
    background: linear-gradient(118deg, #16233F 0%, #1b2b4d 58%, #0e1830 100%);
    border-radius: 16px;
    color: #fff;
    margin: clamp(30px, 4vw, 44px) 0 10px;
    padding: clamp(22px, 3vw, 32px);
}

.nm-bl-shop * { box-sizing: border-box; }

.nm-bl-kicker {
    color: var(--bl-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.nm-bl-shop .nm-bl-titel {
    color: #fff !important;
    font-size: clamp(20px, 2.4vw, 26px) !important;
    line-height: 1.2;
    margin: 0 0 10px !important;
}

.nm-bl-text {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 18px;
    max-width: 60ch;
}

.nm-bl-knoepfe { display: flex; flex-wrap: wrap; gap: 10px; }

.nm-bl-shop .nm-bl-primaer,
.nm-bl-shop .nm-bl-zweit {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    font-size: 14.5px;
    font-weight: 700;
    padding: 12px 26px;
    text-decoration: none !important;
    transition: background .16s ease;
}

.nm-bl-shop .nm-bl-primaer {
    background: var(--bl-gold);
    color: var(--bl-navy) !important;
}

.nm-bl-shop .nm-bl-primaer:hover { background: #c8942a; color: var(--bl-navy) !important; }

.nm-bl-shop .nm-bl-zweit {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff !important;
}

.nm-bl-shop .nm-bl-zweit:hover { background: rgba(255, 255, 255, .13); color: #fff !important; }

@media (max-width: 560px) {
    .nm-bl-knoepfe a { flex: 1 1 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .nm-bl-shop .nm-bl-primaer, .nm-bl-shop .nm-bl-zweit { transition: none; }
}
