.expandable-text-wrapper_97f8a12b {
    position: relative;
    width: 100%;
}

.expandable-text-content_97f8a12b {
    transition: all 0.3s ease;
}

.expandable-text-content_97f8a12b.is-collapsed {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Default line-clamp if not set by Elementor controls */
    -webkit-line-clamp: 3;
}

.expandable-text-toggle_97f8a12b {
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
}

.expandable-text-toggle_97f8a12b:hover {
    text-decoration: none;
}
