/* Elementor Read More - styling met soepele uitklap transitie */

.erm-content {
    overflow: hidden;
    transition: max-height var(--erm-duration, 400ms) ease;
    will-change: max-height;
}

.erm-toggle {
    display: inline-block;
    margin-top: 0.5em;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s ease;
}

.erm-toggle:hover,
.erm-toggle:focus {
    text-decoration: underline;
}
