.elementor-3996 .elementor-element.elementor-element-69dd9c0{overflow:visible;}.elementor-3996 .elementor-element.elementor-element-6fc62fb{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4a3ee80 */#srfw-slider-2 .srfw_t1_A_8 img {
    display: none !important;
}

#srfw-slider-2 .srfw_t1_SPAN_5 { text-transform: none !important; }
/* General review box styling */
.srfw_t1_DIV_2 {
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
}

/* Spacing adjustment between quote and stars */
.srfw_star_imgs_T1 {
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

/* Ensure review text starts below stars */
.srfw_t1_P_3 {
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 120px; /* Adjust the height limit */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Show only 4 lines */
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 1;
}

/* Add 'czytaj dalej' dynamically */
.srfw_t1_P_3.truncated:after {
    content: '...czytaj dalej';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    color: #000000;
}

/* On hover, expand the review */
.srfw_t1_DIV_2:hover .srfw_t1_P_3 {
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset; /* Remove line clamping */
}

/* Hide 'czytaj dalej' on hover */
.srfw_t1_DIV_2:hover .srfw_t1_P_3:after {
    content: '';
}

/* Product name container fix */
.miscpicdiv {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}

/* Bold only the client's name */
.srfw_t1_SPAN_5 {
    display: block;
    margin-top: 15px;
    text-align: left;
}

/* Apply bold to the name only */
.srfw_t1_SPAN_5::first-line {
    font-weight: bold;
}

/* Regular font-weight for the date */
.wprev_showdate_T1 {
    font-weight: normal;
}

/* Fix for different box heights due to varying review lengths */
.srfw-slider .wprs_unslider-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}/* End custom CSS */