|
229 | 229 | [data-theme="glass"] body .about-connect-card, |
230 | 230 | [data-theme="glass"] body .contact-form-card, |
231 | 231 | [data-theme="glass"] body .contact-link, |
| 232 | +[data-theme="glass"] body .faq-main-card, |
232 | 233 | [data-theme="glass"] body .about-pillar, |
233 | 234 | [data-theme="glass"] body .home-why__card, |
234 | 235 | [data-theme="glass"] body .home-why__perk, |
|
254 | 255 | [data-theme="glass"] body .about-card::before, |
255 | 256 | [data-theme="glass"] body .contact-form-card::before, |
256 | 257 | [data-theme="glass"] body .contact-link::before, |
| 258 | +[data-theme="glass"] body .faq-main-card::before, |
257 | 259 | [data-theme="glass"] body article.bg-white.rounded-2xl::before, |
258 | 260 | [data-theme="glass"] body article.bg-white.rounded-2xl.flex::before, |
259 | 261 | [data-theme="glass"] body .home-testimonial-card::before, |
|
273 | 275 | [data-theme="glass"] body .about-card > *, |
274 | 276 | [data-theme="glass"] body .contact-form-card > *, |
275 | 277 | [data-theme="glass"] body .contact-link > *, |
| 278 | +[data-theme="glass"] body .faq-main-card > *, |
276 | 279 | [data-theme="glass"] body article.bg-white.rounded-2xl > *, |
277 | 280 | [data-theme="glass"] body article.bg-white.rounded-2xl.flex > *, |
278 | 281 | [data-theme="glass"] body .home-testimonial-card > *, |
|
288 | 291 | [data-theme="glass"] body .about-connect-card:hover, |
289 | 292 | [data-theme="glass"] body .contact-form-card:hover, |
290 | 293 | [data-theme="glass"] body .contact-link:hover, |
| 294 | +[data-theme="glass"] body .faq-main-card:hover, |
291 | 295 | [data-theme="glass"] body article.bg-white.rounded-2xl:hover { |
292 | 296 | background-color: rgba(255, 255, 255, 0.72) !important; |
293 | 297 | box-shadow: inset 0 1px 0 var(--glass-highlight), 0 12px 40px rgba(15, 23, 42, 0.12), 0 1px 0 rgba(15, 23, 42, 0.05) !important; |
|
556 | 560 | scrollbar-color: rgba(148, 163, 184, 0.45) transparent; |
557 | 561 | } |
558 | 562 |
|
| 563 | +/* —— FAQ page —— */ |
| 564 | +[data-theme="glass"] body .faq-main__toolbar { |
| 565 | + border-color: rgba(255, 255, 255, 0.45) !important; |
| 566 | + background-color: rgba(255, 255, 255, 0.28) !important; |
| 567 | +} |
| 568 | + |
| 569 | +[data-theme="glass"] body .faq-search__input { |
| 570 | + border-color: rgba(255, 255, 255, 0.5) !important; |
| 571 | + background-color: rgba(255, 255, 255, 0.55) !important; |
| 572 | + color: rgb(15 23 42) !important; |
| 573 | +} |
| 574 | + |
| 575 | +[data-theme="glass"] body .faq-search__input::placeholder { |
| 576 | + color: rgb(100 116 139) !important; |
| 577 | +} |
| 578 | + |
| 579 | +[data-theme="glass"] body .faq-search__input:focus { |
| 580 | + border-color: rgba(14, 165, 233, 0.45) !important; |
| 581 | + background-color: rgba(255, 255, 255, 0.72) !important; |
| 582 | + box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12) !important; |
| 583 | +} |
| 584 | + |
| 585 | +[data-theme="glass"] body .faq-filter { |
| 586 | + border-color: rgba(255, 255, 255, 0.5) !important; |
| 587 | + background-color: rgba(255, 255, 255, 0.45) !important; |
| 588 | + color: rgb(51 65 85) !important; |
| 589 | +} |
| 590 | + |
| 591 | +[data-theme="glass"] body .faq-filter:hover { |
| 592 | + background-color: rgba(255, 255, 255, 0.62) !important; |
| 593 | +} |
| 594 | + |
| 595 | +[data-theme="glass"] body .faq-filter.is-active { |
| 596 | + border-color: rgba(14, 165, 233, 0.4) !important; |
| 597 | + background-color: rgba(14, 165, 233, 0.12) !important; |
| 598 | + color: rgb(3 105 161) !important; |
| 599 | +} |
| 600 | + |
| 601 | +[data-theme="glass"] body .faq-group__head { |
| 602 | + border-color: rgba(255, 255, 255, 0.35) !important; |
| 603 | +} |
| 604 | + |
| 605 | +[data-theme="glass"] body .faq-group__title { |
| 606 | + color: rgb(3 105 161) !important; |
| 607 | +} |
| 608 | + |
| 609 | +[data-theme="glass"] body .faq-group__count { |
| 610 | + background-color: rgba(14, 165, 233, 0.12) !important; |
| 611 | + color: rgb(3 105 161) !important; |
| 612 | +} |
| 613 | + |
| 614 | +[data-theme="glass"] body .faq-item { |
| 615 | + border-color: rgba(255, 255, 255, 0.42) !important; |
| 616 | + background-color: rgba(255, 255, 255, 0.32) !important; |
| 617 | + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35) !important; |
| 618 | +} |
| 619 | + |
| 620 | +[data-theme="glass"] body .faq-item:hover { |
| 621 | + background-color: rgba(255, 255, 255, 0.48) !important; |
| 622 | +} |
| 623 | + |
| 624 | +[data-theme="glass"] body .faq-item[open] { |
| 625 | + border-color: rgba(14, 165, 233, 0.35) !important; |
| 626 | + background-color: rgba(255, 255, 255, 0.52) !important; |
| 627 | +} |
| 628 | + |
| 629 | +[data-theme="glass"] body .faq-item__question { |
| 630 | + color: rgb(15 23 42) !important; |
| 631 | +} |
| 632 | + |
| 633 | +[data-theme="glass"] body .faq-item[open] .faq-item__question { |
| 634 | + color: rgb(2 132 199) !important; |
| 635 | +} |
| 636 | + |
| 637 | +[data-theme="glass"] body .faq-item__answer { |
| 638 | + border-color: rgba(255, 255, 255, 0.35) !important; |
| 639 | + color: rgb(71 85 105) !important; |
| 640 | +} |
| 641 | + |
| 642 | +[data-theme="glass"] body .faq-no-results { |
| 643 | + border-color: rgba(255, 255, 255, 0.45) !important; |
| 644 | + background-color: rgba(255, 255, 255, 0.25) !important; |
| 645 | + color: rgb(71 85 105) !important; |
| 646 | +} |
| 647 | + |
559 | 648 | /* ── Footer ── */ |
560 | 649 | [data-theme="glass"] body .site-footer { |
561 | 650 | background-color: var(--glass-chrome-bg) !important; |
|
0 commit comments