.faq-container { max-width: 600px; margin: 24px auto; font-family: "Roboto", sans-serif; } details summary .icon svg { height: 24px; display: flex; } details .content img { width: 100%; max-height: 200px; object-fit: cover; margin: 16px 0; box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2); } details .content { padding: 16px; line-height: 1.8; margin-top: -10px; } details summary { cursor: pointer; display: flex; justify-content: space-between; gap: 16px; padding: 16px 24px; background: #1d3557; color: #fff; user-select: none; transition: all 120ms ease; } details { background: #edf2f4; border-radius: 4px; overflow: hidden; margin-bottom: 12px; } details summary::-webkit-details-marker { display: none; } details[open] summary { background: #0c1728; margin-bottom: 10px; } details summary .icon { transition: all 120ms ease; } details[open] summary .icon { rotate: 180deg; }