/* LD Marketing — étiquettes produits (fiche produit). */

.ldmbt-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 1em;
}

.ldmbt-tag {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.ldmbt-tag--text {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78em;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ldmbt-tag--image img {
    display: block;
    height: 28px;
    width: auto;
    max-width: 120px;
}

/* Formulaire d'inscription à l'infolettre. */
.ldmbt-newsletter {
    margin: 1.5em 0;
}

.ldmbt-newsletter__form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ldmbt-newsletter__form input[type="email"] {
    flex: 1 1 220px;
    min-width: 0;
    padding: 10px 12px;
}

.ldmbt-newsletter__form button {
    flex: 0 0 auto;
    padding: 10px 18px;
    cursor: pointer;
}

.ldmbt-nl-notice {
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.ldmbt-nl-notice--ok {
    background: #e5f4ea;
    color: #0b6b3a;
}

.ldmbt-nl-notice--err {
    background: #fbeaea;
    color: #b32d2e;
}

/* Bundle / Boîte mystère (fiche produit). */
.ldmbt-bundle,
.ldmbt-mystery {
    margin: 1.2em 0;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.ldmbt-bundle__title,
.ldmbt-mystery__title {
    margin: 0 0 8px;
    font-size: 1em;
}

.ldmbt-bundle__list {
    margin: 0;
    padding-left: 1.2em;
}

.ldmbt-bundle__list li {
    margin: 2px 0;
}

.ldmbt-mystery__text {
    margin: 0;
}

/* Bloc récompense avis Google. */
.ldmbt-greview {
    margin: 1.2em 0;
    padding: 14px 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fafafa;
}

.ldmbt-greview__claim {
    padding: 10px 18px;
    cursor: pointer;
}
