/* صفحة متاجر التخفيضات */
.discounts-stores-page {
    padding-bottom: 5.5rem;
}

.discounts-stores-head {
    margin-bottom: 0.85rem;
}

.discounts-stores-grid {
    gap: 0.75rem;
}

.discount-store-card {
    height: 100%;
}

.discount-store-card:hover {
    border-color: rgba(125, 25, 61, 0.35);
}

.discount-store-card__featured {
    position: absolute;
    top: 0.5rem;
    inset-inline-end: 0.5rem;
    z-index: 2;
}

.discounts-stores-pagination {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .discounts-stores-page {
        padding-bottom: 2rem;
    }

    .discounts-stores-head {
        margin-bottom: 1rem;
    }

    .discounts-stores-grid {
        gap: 1rem;
    }
}
