
.header-row {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.header-img {
    width: 50px;
    height: 50px;
    margin: auto 40px;
    object-fit: contain;
}

.header-back {
    margin: auto 20px;
}

.row-container {
    display: flex;
}

details {
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 10px;
    margin: 10px 40px;
}

summary {
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.sub-question {
    margin-left: 20px;
    margin-top: 8px;
}

.sub-question summary {
    font-weight: normal;
}
