.publish-details {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.publish-details:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--primary);
    margin-right: 8px;
    border-radius: 50%;
}

.reading-time {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    font-size: 13px;
    color: #666;
    background-color: rgba(177, 151, 119, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

.reading-time svg {
    margin-right: 5px;
    fill: var(--primary);
}

.article-stats {
    color: #777;
    font-size: 13px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

/* Amélioration des styles pour mobile */
@media only screen and (max-width: 576px) {
    .journal-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .journal-rating {
        margin-bottom: 8px;
    }
    
    /* Réduction de la taille de la partie auteur sur mobile */
    .author-details {
        transform: scale(0.9);
        transform-origin: left top;
        margin-top: 8px;
    }
    
    .author-details img {
        width: 40px;
        height: 40px;
    }
    
    .author-name {
        font-size: 14px;
    }
    
    .author-title {
        font-size: 12px;
    }
    
    .article-stats {
        margin-top: 10px;
        font-size: 12px;
    }
    
    .article-stats span {
        margin-right: 10px;
    }
    
    .reading-time {
        font-size: 12px;
        padding: 1px 6px;
    }
    
    .journal-header {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
}

/* Correction des liens textuels qui sont devenus des boutons */
.texts a.cbtn1 {
    background-color: transparent !important;
    border: none !important;
    color: #8b4513 !important;
    padding: 0 !important;
    display: inline !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.texts a.cbtn1:hover {
    color: var(--dark) !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}

/* Style pour les liens de texte */
.text-link {
    color: #1d928a;
    text-decoration: none;
    font-weight: 700 !important;
    transition: color 0.2s ease;
    display: inline;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.text-link:hover {
    color: var(--dark);
    text-decoration: underline;
}

/* Réduire la taille du CTA flottant sur mobile */
@media screen and (max-width: 767px) {
    .floating-bar {
        padding: 10px 0;
        background-color: rgba(var(--secondary-rgb), 0.95);
    }
    
    .floating-bar .container .inner {
        display: flex;
        justify-content: center;
        padding-left: 0 !important;
        width: 100%;
    }
    
    .floating-btn .btn-floating-bar {
        padding: 10px 15px;
        margin: 0;
        width: 80%;
        max-width: 300px;
        text-align: center;
        font-size: 16px !important;
        font-weight: 700;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    
    .floating-bar .btn-floating-bar p {
        font-size: 18px !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    
    /* Centrer les autres CTA dans le texte */
    .texts .tatsu-shortcode {
        display: block;
        width: 90%;
        max-width: 300px;
        margin: 15px auto;
        text-align: center;
    }
}

/* Partie mobile - version concise des témoignages */
@media only screen and (max-width: 767px) {
    .review-full {
        display: none;
    }
    .review-mobile {
        display: block;
    }
    
    /* Réduire l'espacement sur mobile entre le header et la navigation */
    header {
        margin-bottom: 5px;
    }
    
    .conts {
        padding-top: 0;
    }
    
    .leftpart > p {
        margin-bottom: 0;
    }
    
    .leftpart > p + br {
        display: none;
    }
    
    .leftpart > h3.ctitle {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 768px) {
    .review-full {
        display: block;
    }
    .review-mobile {
        display: none;
    }
}

/* Style pour le titre des témoignages */
.google_slider h1 {
    color: var(--secondary);
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

/* Modification pour masquer "About the author" sur desktop et afficher le produit */
@media screen and (min-width: 768px) {
    .aboutauthor {
        display: none;
    }
    
    .rightpart .productbox {
        position: sticky;
        top: 20px;
        margin-top: 0;
    }
    
    /* Réduire l'espacement sur desktop entre le header et le titre */
    header {
        margin-bottom: 15px;
    }
    
    .conts {
        padding-top: 0;
    }
    
    .leftpart > h3.ctitle {
        margin-top: 10px;
    }
}

/* Styles pour le nouveau système de reviews */
.reviews-section {
    margin: 40px 0;
    padding: 20px;
    background-color: var(--light);
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.review-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    margin-right: 15px;
}

.reviewer-info {
    flex-grow: 1;
}

.reviewer-name {
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 5px;
    font-size: 16px;
}

.review-stars {
    color: var(--primary);
    font-size: 16px;
}

.review-text {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
    font-style: italic;
    margin: 0;
    position: relative;
    padding: 0 5px;
}

.review-text::before {
    content: "\201C";
    font-size: 24px;
    color: var(--primary);
    opacity: 0.6;
    position: absolute;
    left: -10px;
    top: -5px;
}

.review-text::after {
    content: "\201D";
    font-size: 24px;
    color: var(--primary);
    opacity: 0.6;
    position: absolute;
    right: -10px;
    bottom: -15px;
}

@media (max-width: 767px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
}

/* Reviews Section Styling */
.reviews-section {
    margin: 30px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}

.reviews-section .ctitle {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
}

/* Style pour le slider de reviews */
.reviews-slider {
    max-width: 100%;
    margin: 0 auto;
}

.review-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    margin: 10px;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    margin-right: 15px;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.review-stars {
    color: #FFD700;
    letter-spacing: 2px;
}

.review-text {
    color: #555;
    line-height: 1.5;
    font-style: italic;
    padding: 0 5px;
    position: relative;
}

.review-text::before {
    content: "\201C";
    font-size: 24px;
    color: var(--primary);
    opacity: 0.6;
    position: absolute;
    left: -10px;
    top: -5px;
}

.review-text::after {
    content: "\201D";
    font-size: 24px;
    color: var(--primary);
    opacity: 0.6;
    position: absolute;
    right: -10px;
    bottom: -15px;
}

/* Troisième partie du CSS suit */ 