.ragunda-reviews-module-wrapper {
    width: 100%;
    background: #fffbe6;
    padding: 80px 0;
}

.ragunda-reviews-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ragunda-reviews {
    width: 100%;
}

/* Header Styles */
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.reviews-main-title {
    font-size: 2.5rem;
    color: #1d1d1d;
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1.1;
    font-family: 'gotkin-bold', 'Georgia', 'Times New Roman', 'Times', serif;
}

.reviews-subtitle {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Navigation Buttons (Desktop) */
.reviews-navigation-desktop {
    display: flex;
    gap: 15px;
}

.nav-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333333;
    opacity: 1;
    transition: all 0.3s ease;
}

.nav-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-button:hover,
.nav-button:active,
.nav-button:focus {
    background-color: #ffffff;
    color: #333333;
    border-color: #ffffff;
    opacity: 0.8;
    transform: none;
    box-shadow: none;
}

/* Card Styles */
.reviews-container {
    position: relative;
    overflow: hidden;
}

.reviews-slider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.reviews-slider::-webkit-scrollbar {
    display: none;
}

.review-card {
    flex: 0 0 calc((100% - 60px) / 3);
    background-color: #333333;
    padding: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    border: none;
    align-self: flex-start; /* Zorg dat elke card onafhankelijk kan groeien/krimpen */
}

.review-rating {
    color: #ffc000;
    margin-bottom: 20px;
    font-size: 18px;
}

.review-rating .fas.fa-star {
    margin-right: 4px;
}

.review-author {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.review-content {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    flex-grow: 1;
    margin-bottom: 30px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-link {
    width: 40px;
    height: 40px;
    background: #ffc000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1d;
    border: 2px solid #1d1d1d;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    margin-top: auto;
    align-self: flex-start;
    border: none;
    padding: 0;
    font-size: 0; /* Voorkom dat er tekst wordt weergegeven */
    line-height: 1;
    outline: none !important; /* Verwijder blauwe focus outline */
    border: none !important;
    -webkit-appearance: none; /* Safari button reset */
    -moz-appearance: none; /* Firefox button reset */
    appearance: none; /* Modern browsers button reset */
}


/* Pijltje rotatie states - default is naar beneden (ingeklapt) */
.read-more-link .read-more-icon {
    transform: rotate(90deg); /* Default: naar beneden */
}

.read-more-link.expanded .read-more-icon {
    transform: rotate(-90deg); /* Uitgeklapt: naar boven */
}

.read-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.read-more-icon svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

/* Emoji/Images in review content */
.review-content img.emoji {
    max-width: 24px !important;
    max-height: 24px !important;
    width: auto !important;
    height: auto !important;
}

/* Mobile Dots */
.reviews-navigation-mobile {
    display: none;
    justify-content: center;
    margin-top: 20px;
}

.reviews-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #ffc000;
    width: 12px;
    height: 12px;
    margin-top: -1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .review-card {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}

@media (max-width: 768px) {
    .reviews-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .reviews-navigation-desktop {
        display: none;
    }

    .reviews-navigation-mobile {
        display: flex;
    }

    .reviews-slider {
        flex-direction: row;
        overflow-x: hidden;
        gap: 20px;
        padding-bottom: 20px;
    }

    .review-card {
        flex: 0 0 100%;
        min-height: 400px;
        height: auto;
        padding: 30px;
        margin-bottom: 0;
    }

    .reviews-main-title {
        font-size: 2rem;
    }

    .review-author {
        font-size: 16px;
    }

    .review-content {
        font-size: 14px;
    }
}