.stanhome-activity {
    background-color: #1b2a4a;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    color: #ffffff;
    font-family: inherit;
}

.stanhome-activity__title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

.stanhome-activity__empty {
    color: #ffffff;
    opacity: .8;
}

.stanhome-activity__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stanhome-activity__stat {
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.stanhome-activity__stat-label {
    font-size: .85rem;
    opacity: .8;
}

.stanhome-activity__stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f08c5e;
}

.stanhome-activity__top5 {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.stanhome-activity__top5-card {
    background-color: #ffffff;
    color: #1b2a4a;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    flex: 1 1 260px;
}

.stanhome-activity__top5-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .75rem;
    color: #1b2a4a;
}

.stanhome-activity__top5-empty {
    font-size: .9rem;
    opacity: .7;
    margin: 0;
}

.stanhome-activity__top5-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stanhome-activity__top5-list li {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
    font-size: .9rem;
}

.stanhome-activity__top5-list li:last-child {
    border-bottom: none;
}

.stanhome-activity__top5-name {
    flex: 1;
}

.stanhome-activity__top5-qty {
    font-weight: 600;
    color: #f08c5e;
}

.stanhome-products__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.stanhome-products__item {
    border: 1px solid #ddd;
    padding: 1rem;
    width: 180px;
    text-align: center;
}

.stanhome-products__item img {
    max-width: 100%;
    height: auto;
}