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

.unfold-content-d247630a {
    display: none;
    overflow: hidden;
    margin-bottom: 15px;
}

.unfold-wrapper-d247630a.is-active .unfold-content-d247630a {
    display: block; /* Initial block before JS animates, handled mostly by JS slideDown/Up */
}

.unfold-btn-d247630a {
    display: inline-block;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease;
}

.unfold-btn-d247630a:hover {
    opacity: 0.9;
}