.packages {
    .package {
        .card-body {
            position: relative;
        }

        .description {
            font-size: .8rem;
        }

        .price {
            font-weight: bold;
            text-align: center;
            margin-top: 1rem;

            span {
                color: $danger;
            }
        }

        .sold {
            font-size: .7rem;
            position: absolute;
            right: .5rem;
            bottom: .2rem;

            span {
                color: $danger;
            }
        }

        &.has-max-sold {
            .price {
                margin-bottom: 1rem;
            }
        }
    }
}