.sust-carousel-7d6ae85d {
    background: linear-gradient(135deg, #E5C4AF, #F3DDD0, #F8F6F1);
    border-radius: 24px;
    padding: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}

.sust-carousel-top-7d6ae85d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.sust-badge-7d6ae85d {
    background: #D97745;
    color: #fff;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sust-rotate-text-7d6ae85d {
    color: #7A8A80;
    font-size: 12px;
}

.sust-slides-container-7d6ae85d {
    position: relative;
    min-height: 250px;
}

.sust-slide-7d6ae85d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.sust-slide-7d6ae85d.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.sust-icon-box-7d6ae85d {
    background: #FFFFFF;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1B322A;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

.sust-heading-7d6ae85d {
    color: #1B322A;
    font-family: "Georgia", serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.sust-savings-7d6ae85d {
    color: #1B322A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}

.sust-desc-7d6ae85d {
    color: #E7BDA6; /* Matching requested color exactly */
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.sust-indicators-7d6ae85d {
    display: flex;
    gap: 8px;
    margin-top: 32px;
    align-items: center;
}

.sust-dot-7d6ae85d {
    height: 6px;
    width: 16px;
    background: #E5E7EB;
    border-radius: 6px;
    transition: width 0.3s ease, background 0.3s ease;
    cursor: pointer;
}

.sust-dot-7d6ae85d.active {
    width: 32px;
    background: #2E6B4D;
}
