.version-section {
    margin-top: 20px;
}

.version-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.version-vers {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

.version-details.hidden {
    display: none;
}

.version-arrow {
    transition: transform 0.3s ease;
}

.version-vers.active .version-arrow {
    transform: rotate(90deg);
}

.version-details {
    margin-left: 10px;
    padding: 0px 10px 10px 10px;
    max-width: 260px;
}

.update-button {
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}