.rmt-wrapper {
    position: relative;
    width: 100%;
}

.rmt-text-container {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.rmt-text-inner {
    line-height: 1.6;
}

.rmt-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.rmt-text-container.rmt-expanded {
    max-height: none !important;
}

.rmt-text-container.rmt-expanded .rmt-fade-overlay {
    opacity: 0;
}

.rmt-btn-wrapper {
    margin-top: 10px;
}

.rmt-toggle-btn {
    background: none;
    border: none;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    color: #333333;
    outline: none;
}
