.rs-container-db31f5d1 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.rs-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 30px; /* Overridden by JS inline styles */
    padding: 10px;
    scrollbar-width: none;
    flex-grow: 1;
}
.rs-slider-track::-webkit-scrollbar {
    display: none;
}
.rs-card {
    flex: 0 0 calc(50% - 15px); /* Overridden by JS inline styles */
    scroll-snap-align: start;
    background: transparent;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rs-block-1 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}
.rs-rating {
    display: flex;
    gap: 2px;
}
.rs-rating-item {
    background-color: #00b67a;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    flex-shrink: 0;
    padding: 0 !important; /* Force remove any default padding */
    margin: 0 !important;
}

/* Hard override for Elementor icon widget padding issues */
.rs-rating-item .elementor-icon,
.rs-rating-item i {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.rs-rating-item i {
    color: #fff;
    font-size: 12px;
}
.rs-rating-item svg {
    fill: #fff;
    width: 12px;
    height: 12px;
    padding: 0 !important;
    margin: 0 !important;
}
.rs-rating-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.rs-verified {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #aeb4b9;
}
.rs-verified u {
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
    text-underline-offset: 3px;
}
.rs-verified-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #aeb4b9;
    color: #001e28;
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

/* Force specific FontAwesome font-weight for the solid checkmark to appear properly inside */
.rs-verified-icon i {
    font-size: 9px;
    font-weight: 900 !important; /* Required for solid icons in FontAwesome */
    font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}

.rs-verified-icon .elementor-icon {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.rs-verified-icon svg {
    width: 9px;
    height: 9px;
    fill: currentColor;
}
.rs-block-2 {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.rs-block-2 .rs-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}
.rs-block-2 .rs-content {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}
.rs-block-3 {
    font-size: 14px;
    opacity: 0.7;
    margin-top: auto;
}
.rs-author {
    font-weight: 500;
}
.rs-arrow {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: auto;
    height: auto;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    transition: all 0.3s ease;
    font-size: 14px;
    margin: 0 10px;
    line-height: 1;
    box-sizing: content-box;
}
.rs-arrow:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
