.dr-ffb03d86-wrapper {
    padding: 60px 20px;
    border-radius: 12px;
    text-align: center;
    font-family: inherit;
    overflow: hidden;
}

.dr-ffb03d86-header {
    max-width: 800px;
    margin: 0 auto 40px;
}

.dr-ffb03d86-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: "Playfair Display", serif; /* Elegant fallback */
}

.dr-ffb03d86-intro {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.dr-ffb03d86-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.dr-ffb03d86-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: stretch;
}

.dr-ffb03d86-slide {
    flex: 0 0 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .dr-ffb03d86-slide {
        flex: 0 0 50%;
    }
}

@media (min-width: 1024px) {
    .dr-ffb03d86-slide {
        flex: 0 0 33.3333%;
    }
}

.dr-ffb03d86-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    box-sizing: border-box;
}

.dr-ffb03d86-stars {
    color: #5e1b22;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.dr-ffb03d86-text {
    font-size: 15px;
    line-height: 1.7;
    flex-grow: 1;
    margin: 0 0 20px 0;
    font-style: italic;
}

.dr-ffb03d86-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.dr-ffb03d86-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dr-ffb03d86-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background 0.3s ease;
}

.dr-ffb03d86-dot.active {
    background: #5e1b22;
}
