@charset "UTF-8";
/* CSS Document */

/* START C4L CUSTOM */
.c4lv-component { position: relative; min-width: 200px; max-width: 90%; background-color: #fff; padding: 24px 36px 30px 36px; margin: 36px auto; border-radius: 8px; box-shadow: 0 4px 24px rgb(0 0 0 / 0.13); }
.c4lv-component-title { position: relative; top: -11px; left: -39px; padding: 6px 14px 5px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; font-weight: 600; font-size: 11px; letter-spacing: .7px; color: #fff; background-color: #333333; text-transform: uppercase; font-family: inherit; display: inline-block; margin-top: 0; filter: drop-shadow(0 1.55601px 3.11202px rgb(0 0 0 / .07)); }
.c4lv-component-inner { display: flex; align-items: flex-start; gap: 24px; }
.c4lv-icon { width: 60px; height: 60px; flex-shrink: 0; margin-top: 5px; }
.c4lv-icon img { width: 60px; height: 60px; object-fit: contain; }
.c4lv-content p { line-height: 1.5; }
/* END C4L CUSTOM */