.more-details[open] .body {
    margin-top: 10px;
}

.more-details .title {
    cursor: pointer;
}

.more-details .body {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.details-body-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.details-body-section li {
    margin-left: 5px;
}
