/* Optional styles for the WordPress block fragments. Add in
   Appearance > Customize > Additional CSS if the active theme needs them. */
.ichem-page-content { --ichem-red:#c8102e; --ichem-ink:#172027; --ichem-soft:#f3f5f6; --ichem-line:#d9dee2; }
.ichem-page-content .ichem-lead { max-width: 48rem; line-height: 1.55; }
.ichem-page-content .ichem-section { margin-block: 3rem; }
.ichem-page-content .ichem-card-grid > .wp-block-column { padding: 1.35rem; background: var(--ichem-soft); border-top: 4px solid var(--ichem-red); }
.ichem-page-content .ichem-card-grid h3 { margin-top: 0; }
.ichem-page-content .ichem-notice { margin-block: 2.5rem; padding: 1.4rem 1.6rem; background: #fff4f6; border-left: 6px solid var(--ichem-red); }
.ichem-page-content .ichem-news-card { height: 100%; padding: 1.25rem; border: 1px solid var(--ichem-line); }
.ichem-page-content .wp-block-button__link { border-radius: 0; }
.ichem-page-content .is-style-outline .wp-block-button__link { color: var(--ichem-red); border-color: var(--ichem-red); }
@media (max-width: 781px) { .ichem-page-content .ichem-card-grid { gap: 1rem; } }
