.collapse-content.collapsed {
    height: 40px;
    overflow-y: clip;
    position: relative;
    transition: height 0.3s ease;
}

.collapse-content.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.jnews-dark-mode .collapse-content.collapsed::after {
    background: linear-gradient(to bottom, transparent, #1a1a1a);
}

.collapse-toggle {
    width: 320px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    box-shadow: 0 1px 0 #cecece;
    cursor: pointer;
    background: #005688;
    color: #fff;
    letter-spacing: 2px;
}

.collapse-toggle-label {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: -15px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.jnews_author_box_container {
    display: none;
}