.ct-8a65e4a5-wrap {
    position: relative;
    overflow: hidden;
    max-height: var(--ct-collapsed-height, 120px);
    will-change: max-height;
}

.ct-8a65e4a5-wrap.ct-8a65e4a5-has-fade::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ffffff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ct-8a65e4a5-wrap.ct-8a65e4a5-expanded {
    max-height: none !important;
}

.ct-8a65e4a5-wrap.ct-8a65e4a5-expanded::after {
    opacity: 0;
}

.ct-8a65e4a5-btn-container {
    display: flex;
    margin-top: 15px;
}

.ct-8a65e4a5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background-color: #3b82f6;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.ct-8a65e4a5-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ct-8a65e4a5-icon-before,
.ct-8a65e4a5-icon-after {
    display: inline-flex;
    align-items: center;
}
