/* Start custom CSS for html, class: .elementor-element-77184f2 *//* ICG Press Release — Custom CSS */
/* Paste into: Elementor > Custom CSS, or WordPress Appearance > Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Lora:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;600&display=swap');

#icg-pr * { box-sizing: border-box; margin: 0; padding: 0; }

#icg-pr {
  font-family: 'DM Sans', sans-serif;
  background: #ffffff;
  color: #2d3748;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* HEADER */
#icg-pr .pr-header {
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 36px;
  margin-bottom: 40px;
}

#icg-pr .pr-meta {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px; flex-wrap: wrap;
}

#icg-pr .pr-label {
  display: inline-block;
  background: rgba(250,162,28,0.10);
  border: 1px solid rgba(250,162,28,0.30);
  color: #faa21c; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 13px; border-radius: 999px;
}

#icg-pr .pr-date { font-size: 13px; color: #7a8a9a; font-weight: 500; }
#icg-pr .pr-location { font-size: 13px; color: #7a8a9a; }
#icg-pr .pr-dot { width: 3px; height: 3px; background: #cbd5e0; border-radius: 50%; flex-shrink: 0; }

#icg-pr h1 {
  font-family: 'Lora', serif;
  font-size: 36px; font-weight: 600;
  color: #153258; line-height: 1.22;
  margin-bottom: 16px;
}

#icg-pr .pr-deck {
  font-size: 17px; color: #556070;
  line-height: 1.75; font-weight: 400;
  font-family: 'Lora', serif; font-style: italic;
  border-left: 3px solid #148bb2;
  padding-left: 18px;
}

/* HIGHLIGHT BANNER */
#icg-pr .pr-highlight {
  background: #f0fafd;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 40px;
  display: flex; align-items: flex-start; gap: 24px;
}

#icg-pr .pr-highlight .hl-icon {
  width: 160px; height: 160px; flex-shrink: 0;
  background: #fff; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(21,50,88,0.10);
}

#icg-pr .pr-highlight .hl-icon img { width: 140px; height: 140px; object-fit: contain; }
#icg-pr .pr-highlight p { font-size: 15px; color: #153258; line-height: 1.65; font-weight: 500; }
#icg-pr .pr-highlight strong { color: #148bb2; }

/* BODY */
#icg-pr .pr-body { display: flex; flex-direction: column; gap: 0; }
#icg-pr .pr-body p { font-size: 15.5px; color: #3d4a5c; line-height: 1.85; margin-bottom: 22px; }

/* SECTION HEADINGS */
#icg-pr .pr-section-title {
  font-family: 'Lora', serif;
  font-size: 22px; font-weight: 600;
  color: #153258; line-height: 1.3;
  margin-top: 44px; margin-bottom: 16px;
  padding-top: 44px;
  border-top: 1px solid #edf2f7;
}

#icg-pr .pr-section-title:first-child { margin-top: 0; padding-top: 0; border-top: none; }

/* REQUIREMENTS LIST */
#icg-pr .pr-list {
  list-style: none;
  background: #f8fafc;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 22px;
  display: flex; flex-direction: column; gap: 12px;
}

#icg-pr .pr-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 15px; color: #2d3748; line-height: 1.6;
}

#icg-pr .pr-list .li-dot {
  width: 20px; height: 20px; flex-shrink: 0;
  background: #f0fafd; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}

/* PULL QUOTE */
#icg-pr .pr-quote {
  margin: 36px 0; padding: 28px 32px;
  background: #148bb2;
  border-radius: 16px; position: relative;
}

#icg-pr .pr-quote::before {
  content: '\201C';
  font-family: 'Lora', serif;
  font-size: 80px; line-height: 1;
  color: rgba(250,162,28,0.25);
  position: absolute; top: 10px; left: 22px;
}

#icg-pr .pr-quote blockquote {
  font-family: 'Lora', serif;
  font-size: 17px; font-style: italic;
  color: rgba(255,255,255,0.90);
  line-height: 1.75; padding-left: 8px;
  position: relative; z-index: 1;
}

#icg-pr .pr-quote cite {
  display: block; margin-top: 14px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal; font-size: 13px;
  color: #faa21c; font-weight: 600;
  letter-spacing: 0.03em;
}

/* STATS ROW */
#icg-pr .pr-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: #e8f6fb;
  border-radius: 16px; overflow: hidden; margin: 32px 0;
}

#icg-pr .stat-cell { background: #f0fafd; padding: 24px 20px; text-align: center; }

#icg-pr .stat-num {
  font-family: 'Lora', serif;
  font-size: 36px; font-weight: 600;
  color: #faa21c; line-height: 1;
  display: block; margin-bottom: 6px;
}

#icg-pr .stat-lbl { font-size: 12.5px; color: #556070; font-weight: 500; line-height: 1.4; }

/* ABOUT BOX */
#icg-pr .pr-about { margin-top: 52px; padding-top: 28px; border-top: 2px solid #edf2f7; }
#icg-pr .pr-about .about-label {
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #faa21c; margin-bottom: 10px;
}
#icg-pr .pr-about p { font-size: 14px; color: #556070; line-height: 1.8; }

/* BADGES */
#icg-pr .pr-badges {
  display: flex; align-items: center; gap: 24px;
  flex-wrap: nowrap;
  margin-top: 36px;
  padding-top: 28px; border-top: 1px solid #edf2f7;
  overflow-x: auto;
}

#icg-pr .pr-badges img {
  height: 130px; width: auto; object-fit: contain;
  opacity: 0.90; transition: opacity .18s;
  flex-shrink: 0;
}

#icg-pr .pr-badges img:hover { opacity: 1; }

/* RESPONSIVE */
@media (max-width: 600px) {
  #icg-pr h1 { font-size: 26px; }
  #icg-pr .pr-stats { grid-template-columns: 1fr; }
  #icg-pr .pr-highlight { flex-direction: column; gap: 14px; }
  #icg-pr .pr-quote blockquote { font-size: 15px; }
  #icg-pr .pr-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
  }
  #icg-pr .pr-badges img { height: 110px; width: auto; }
}/* End custom CSS */