[data-dom-id-46402] summary {
    align-items: center;
    background-color: #F8FAFB;
    border-bottom: 1px solid #E8EDF2;
    border-left: 4px solid #0073AA;
    color: #1E293B;
    column-gap: 1rem;
    cursor: pointer;
    display: grid;
    font-size: 1.125rem;
    font-weight: 700;
    grid-template-columns: auto 1fr auto;
    letter-spacing: -0.01em;
    line-height: 1.4;
    list-style: none;
    padding: 16px 20px;
    transition: background-color 150ms ease;
    row-gap: 1rem;
}
[data-dom-id-91205][data-dom-id-46402]  summary > .summary:not(:empty) {
    color: #64748B;
    font-size: 14px;
    font-weight: 500;
    justify-self: end;
    letter-spacing: normal;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
[data-dom-id-91208][data-dom-id-46402]  summary > .summary:empty {
    display: none;
}
[data-dom-id-46402] summary::after {
    color: #94A3B8;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    transition: transform 0.2s ease;
}
[data-dom-id-91212][data-dom-id-46402]  details[open] > summary::after {
    content: "\f078";
    transform: scaleY(-1);
}
