/* ============================================================
   LEM Product Banner – "Prodotto non spedibile"
   ============================================================ */

.lem-no-ship-banner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fdf6ec;          /* warm background like mockup */
    border: 1px solid #e8d5b0;
    border-radius: 6px;
    padding: 16px 20px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: Helvetica, Arial, sans-serif;
}

/* ── Top row: icon + text ── */
.lem-no-ship-banner__info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lem-no-ship-banner__icon {
    flex-shrink: 0;
    color: #555;
}

.lem-no-ship-banner__info div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lem-no-ship-banner__info strong {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}

.lem-no-ship-banner__info span {
    font-size: 0.875rem;
    color: #555;
}

/* ── CTA button ── */
.lem-no-ship-banner__cta {
    display: block;
    width: 100%;
    text-align: center;
    background: #3a9e3e;          /* green – matches site theme */
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    padding: 12px 20px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.lem-no-ship-banner__cta:hover,
.lem-no-ship-banner__cta:focus {
    background: #2d7e31;
    color: #fff !important;
    text-decoration: none !important;
}

/* ── Footer note ── */
.lem-no-ship-banner__note {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
    text-align: center;
}
