.cr-two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.9em;
    margin: 7px;
}
.cr-product-grid {
    margin-bottom: 2rem;
}
.cr-product {
    transition: box-shadow 0.3s;
}
.cr-product:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.price-table-title {
    font-size: 24px;
}
.price-table-subtitle {
    font-size: 16px;
    color: #666;
}
.price-plan-title {
    font-size: 20px;
}
.price-plan-price {
    font-size: 18px;
}
.btn-price-table {
    background: #007bff;
    color: white;
    padding: 10px 20px;
}