/* Add to your existing CSS */
.stars {
    color: #ff8300 !important; /* High-visibility gold */
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 2px;
}

/* Optional: add a small "/10" to the rating */
h3.fw-bold::after {
    /* content: "/10"; */ /* Uncomment if you want the /10 visible */
    font-size: 0.8rem;
    color: #6c757d;
    margin-left: 2px;
}

.offer-content li:before {
    content: "\f271";
    position: absolute;
    left: -29px;
    top: 0px;
    font-family: bootstrap-icons !important;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--primary-color);
}

.offer-content li {
    position: relative;
    margin-bottom: 13px;
    font-size: 0.94rem;
    line-height: 1.3;
}

.offer-content ul {
    list-style: none;
}
.rating-count {
    color: #666666;
}
.feature-text {
    color: #FF0000;
}
.store-logo img {
    width: 150px;
    height: 100px;
    object-fit: contain;
    max-width: 100%;
}
section.offers-list-loop {
    background: #EFEFEF;
}
span.text-blue {
    color: #3366FF;
}
.advertising-text a {
    color: #479CDB;
}
.top-stores-container {
    padding: 1.5rem;
    border-radius: 4px;
    padding-top: 0;
}
.top-stores-title {
    font-size: 1rem;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 1rem;
}
.store-logo-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    min-height: 80px;
}
.store-logo-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    border-color: #cbd5e0;
}
.top-stores-container img {
    height: 60px;
    object-fit: contain;
    width: 150px;
}
.reviews-section .review-content, .reviews-section .review-card h5,.reviews-section .review-card .author {
    font-size: 14px;
}
.reviews-section .review-content {
    color: #212121 !important;
}