.cl-51fa3f37-wrapper {
    display: flex;
    flex-direction: column;
}

.cl-51fa3f37-item {
    border-bottom: 1px solid #e1e8ed;
    padding: 15px 0;
}

.cl-51fa3f37-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cl-51fa3f37-header:hover {
    opacity: 0.8;
}

.cl-51fa3f37-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cl-51fa3f37-icon {
    transition: transform 0.3s ease;
    display: inline-flex;
}

.cl-51fa3f37-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.cl-51fa3f37-icon.active {
    transform: rotate(180deg);
}

.cl-51fa3f37-content {
    display: none;
    padding-top: 15px;
}

.cl-51fa3f37-desc {
    margin-bottom: 15px;
    line-height: 1.6;
}

.cl-51fa3f37-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 500;
}
