    .crm-menu-item .crm-price {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 1rem;
        color: #333;
        font-weight: normal;
    }

    .crm-menu-item-left-column {
        flex-shrink: 0;
    }

    .square-crop {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 8px;
    }

    .square-crop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .crm-menu-item-right-column {
        margin-left: 20px;
        flex-grow: 1;
    }
    


    .crm-menu-item-right-column span.title {
        padding-top: 8px;
        margin: 0 0 5px;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 4px;
        font-weight: bold;
    }

    .crm-menu-item-right-column span.description {
        font-size: 1.0rem;
    }

    .crm-view-product-btn {
        margin-top: 10px;
        display: inline-block;
        padding: 8px 14px;
        background-color: #0073aa;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        transition: background-color 0.3s ease;
    }
    .crm-view-product-btn:hover {
        background-color: #005177;
    }
