Elegoo Filament

A collection page of Siraya Tech

category
Products
22
Active ads
0
Depth
Published
2025/09/17

About

.rte.rte-siraya-elegoo { --siraya-red: #cb1a36; --siraya-blue: #297fce; --siraya-white: #ffffff; --siraya-text: #1f2937; --siraya-muted: #4b5563; --siraya-border: #dbe7f7; --siraya-soft: #f7fbff; max-width: 900px; margin: 0 auto; color: var(--siraya-text); line-height: 1.7; font-size: 16px; } .rte.rte-siraya-elegoo h2, .rte.rte-siraya-elegoo h3 { line-height: 1.3; margin: 28px 0 14px; } .rte.rte-siraya-elegoo h2 { color: var(--siraya-blue); font-size: 28px; } .rte.rte-siraya-elegoo h3 { color: var(--siraya-red); font-size: 21px; } .rte.rte-siraya-elegoo p { margin: 0 0 14px; } .rte.rte-siraya-elegoo ul { margin: 0 0 16px 20px; padding: 0; } .rte.rte-siraya-elegoo li { margin: 0 0 10px; } .rte.rte-siraya-elegoo a { color: var(--siraya-red); text-decoration: none; font-weight: 600; } .rte.rte-siraya-elegoo a:hover { text-decoration: underline; } .rte.rte-siraya-elegoo .siraya-box { background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); border: 1px solid var(--siraya-border); border-radius: 18px; padding: 20px; margin: 20px 0; } .rte.rte-siraya-elegoo .siraya-highlight { border-left: 5px solid var(--siraya-red); background: #fff8f9; padding: 18px; border-radius: 14px; margin: 20px 0; } .rte.rte-siraya-elegoo .siraya-links li { margin-bottom: 12px; } .rte.rte-siraya-elegoo details { border: 1px solid var(--siraya-border); border-radius: 14px; background: var(--siraya-white); padding: 14px 16px; margin: 12px 0; } .rte.rte-siraya-elegoo details summary { cursor: pointer; font-weight: 700; color: var(--siraya-blue); list-style: none; position: relative; padding-right: 22px; } .rte.rte-siraya-elegoo details summary::-webkit-details-marker { display: none; } .rte.rte-siraya-elegoo details summary::after { content: '+'; position: absolute; right: 0; top: 0; color: var(--siraya-red); font-size: 20px; line-height: 1; } .rte.rte-siraya-elegoo details[open] summary::after { content: '−'; } .rte.rte-siraya-elegoo .siraya-note { font-size: 14px; color: var(--siraya-muted);