.rm-widget-9906e7d3 {
    position: relative;
    padding-bottom: 40px; /* Space for the button */
}
.rm-text-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.rm-text-container.expanded {
    display: block;
    -webkit-line-clamp: unset !important;
}
.rm-toggle-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: none;
    border: none;
    color: #0073aa;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
    text-decoration: underline;
    z-index: 10;
}
