.aipd-6add6eb4-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aipd-6add6eb4-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.aipd-6add6eb4-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.aipd-6add6eb4-title {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.aipd-6add6eb4-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.aipd-6add6eb4-header[aria-expanded="true"] .aipd-6add6eb4-icon {
    transform: rotate(180deg);
}

.aipd-6add6eb4-content {
    display: none;
}

.aipd-6add6eb4-content:not([hidden]) {
    display: block;
}

.aipd-6add6eb4-inner {
    padding: 0 20px 20px;
    color: #4a5568;
    font-size: 15px;
    line-height: 1.5;
}

.aipd-6add6eb4-inner table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.aipd-6add6eb4-inner th, .aipd-6add6eb4-inner td {
    padding: 8px;
    border-bottom: 1px solid #edf2f7;
    text-align: left;
}
.aipd-6add6eb4-inner th {
    font-weight: 600;
    color: #2d3748;
    width: 30%;
}
