/* -------------------------------------------------------
   Blocs Carte – styles partagés éditeur + frontend
------------------------------------------------------- */

.carte {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 1.5em;
}

/* -------------------------------------------------------
   Carte Texte
------------------------------------------------------- */

.carte-texte .carte-contenu p {
    margin: 0 0 1em;
    line-height: 1.7;
}

.carte-texte .carte-contenu p:last-child {
    margin-bottom: 0;
}

.carte-texte mark {
    background: none !important;
}

/* -------------------------------------------------------
   Carte Vidéo
------------------------------------------------------- */

.carte-video {
    padding: 20px;
}

.carte-video-titre {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 14px;
    color: #111827;
}

/* Ratio 16:9 */
.carte-video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
}

.carte-video-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* -------------------------------------------------------
   Éditeur – aperçu miniature YouTube
------------------------------------------------------- */

.wp-block-spyrit-carte-video .carte-video-embed {
    cursor: default;
}

.wp-block-spyrit-carte-video .carte-video-thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-spyrit-carte-video .carte-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.wp-block-spyrit-carte-video .carte-video-play-icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111;
}

.wp-block-spyrit-carte-video .carte-video-change {
    margin-top: 10px;
    font-size: 0.8rem;
    text-align: right;
}

.wp-block-spyrit-carte-video .carte-video-titre {
    border: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
