
48 PSA | SGC | Beckett | One-Touch Card Display
.collapsible-section { border-top: 1px solid #e0e0e0; font-family: Helvetica, Arial, sans-serif; } .collapsible-header { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-weight: bold; font-size: 16px; cursor: pointer; } .collapsible-icon { width: 26px; height: 26px; border-radius: 50%; background-color: #e0e0e0; font-size: 14px; font-weight: bold; color: #000; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, background-color 0.2s, color 0.2s; } .collapsible-header:hover .collapsible-icon { background-color: #000; color: #fff; } .rotate-up { transform: rotate(180deg); } .collapsible-content { overflow: hidden; max-height: 0; transition: max-height 0.4s ease-out, padding 0.3s ease-out; font-size: 14px; line-height: 1.6; padding: 0; } .collapsible-content.o