.status-product {
    background-color: #fff;
    border: 0.2rem solid #68C736;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: grid;
    height: 3rem;
    grid-template-columns: 1.5rem 1fr;
    gap: 0.7rem;
    align-items: center;
    box-shadow: 0 0.1rem 0.9rem 0 rgba(0, 0, 0, 0.2);
}
.status-product__name {
    font-size: 1.4rem;
    line-height: 1.1rem;
}
