.dhel-text-container {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.dhel-text-container.dhel-collapsed {}

.dhel-text-container.dhel-expanded {
    max-height: 1000px; /* fallback for animation */
}

.dhel-toggle-btn {
    margin-top: 5px;
    cursor: pointer;
    background: none;
    border: 1px solid #333;
    padding: 5px 10px;
}
