Menopause & Hormone Balance — Moon Phases by Perennial
:root { --mp-accent:#9a1d5a; --mp-bg:#f5e4ed; --mp-text:#333; } /* Accordion core */ summary { font-family: 'Canela Light', serif; font-size: 22px; font-weight: 400; color: #111; cursor: pointer; padding: 16px 0; border-bottom: 1px solid #ececec; position: relative; padding-right: 32px; letter-spacing: 0.02em; transition: color .25s ease; } summary:hover { color: var(--mp-accent); } details { margin: 6px 0; border-radius: 4px; overflow: hidden; transition: all .25s ease; } details + details { margin-top: 12px; border-top: 1px solid #f2f2f2; padding-top: 6px; } /* Chevron animation */ summary::after { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239a1d5a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%