.elementor-28806 .elementor-element.elementor-element-bfafdbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-bd4c69d */.colorist-price-list {
            width: 100%;
            background: #1a1a1a;
            color: #e0e0e0;
            padding: 20px;
            box-sizing: border-box;
        }
        .colorist-price-item {
            border-bottom: 1px solid #333;
            padding: 20px 0;
        }
        .colorist-price-service-name {
            font-size: 1.5em;
            font-weight: bold;
            color: rgb(69,178,166);
            margin-bottom: 10px;
        }
        .colorist-price-service-description {
            font-size: 1.1em;
            color: #b0b0b0;
            margin-bottom: 10px;
        }
        .colorist-price-service-price {
            font-weight: bold;
            color: #fff;
            font-size: 1.3em;
        }
        @media screen and (min-width: 768px) {
            .colorist-price-item {
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
            }
            .colorist-price-service-info {
                flex: 1;
                padding-right: 20px;
            }
            .colorist-price-service-price {
                flex: 0 0 150px;
                text-align: right;
            }
        }/* End custom CSS */