.listCard {
    .sponsored_label {
        background-clip: padding-box !important;
    }

    .listImg {
        .number {
            line-height: 4.2rem !important;
        }
        &.noImg {
            height: 4.6rem;
        }
    }
}

@media (min-width: $sm) {
    .listCard__url {
        img:hover {
            opacity: 0.8;
        }
    }
}
