[data-custom-details] {
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 12px 16px;
margin-bottom: 15px;
background-color: #f8fafc;
font-family: inherit;
}
[data-custom-details] summary {
font-weight: 600;
cursor: pointer;
outline: none;
user-select: none;
color: #1e293b;
}
[data-custom-details] .info-text {
margin-top: 10px;
color: #475569;
line-height: 1.6;
}