.tq-60ece833-container {
    width: 100%;
}

.tq-60ece833-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.tq-60ece833-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    border: none;
    padding: 15px 20px;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    transition: background 0.2s ease;
}

.tq-60ece833-trigger:focus {
    outline: none;
}

.tq-60ece833-title {
    flex-grow: 1;
    margin-right: 15px;
}

.tq-60ece833-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.tq-60ece833-icon svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.tq-60ece833-content {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
    color: #555;
    line-height: 1.6;
}
