.ai_summary__widget {
    position: relative;
    font-family: inherit;
    padding: 0 .75rem;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin-block: .75rem;
}

.ai_summary__widget summary::marker {
    content: '';
    display: none;
}

.ai_summary__widget summary {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-block: 10px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.ai_summary_widget_icon, .arrowIcon svg {
    fill: #000;
    height: 1.125rem;
    width: 1.125rem;
    margin-right: 5px;
}

.arrowIcon {
    position: absolute;
    right: 0;
    top: 4px;
}

.ai_summary__widget summary .arrow {
  transition: transform 0.25s ease;
}

.ai_summary__widget[open] summary .arrow {
  transform: rotate(180deg);
}

.ai_summary__widget summary span {
    color: #545454;
}

.ai_summary__widget ul {
	padding-inline-start: 0;
	margin-block: 0 .75rem;
	margin-bottom: .75rem !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
}

.ai_summary__widget > ul > li {
    list-style: disc;
    list-style-position: inside;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px;
}

.ai_summary__widget ul li::marker {
    color: #000;
}

.ai_summary__widget .widget__powered,
.articleContainer__main .cnt .ai_summary__widget > a.widget__powered {
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
    background-image: none;
    cursor: pointer;
}

.ai_summary__widget .widget__powered:hover,
.articleContainer__main .cnt .ai_summary__widget > a.widget__powered:hover {
    background-image: none;
}

.ai_summary__widget[open] summary {
    padding-bottom: .75rem;
    border-bottom: 1px solid #ccc;
}

