.elementor-38985 .elementor-element.elementor-element-cbe25e0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-41793f1 *//* ============================================
   ComplyStrong Blog Post Styles
   Page: FDA 483 Findings
   Paste into: Appearance > Customize > Additional CSS
   ============================================ */

.post-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 16px 60px;
}

.post-header {
  margin-bottom: 32px;
  border-bottom: 3px solid #2C5CFC;
  padding-bottom: 24px;
}

.post-header h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a2e;
  margin-bottom: 0;
}

.post-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 40px 0 16px;
  line-height: 1.35;
  padding-left: 14px;
  border-left: 4px solid #2C5CFC;
}

.post-content h3 {
  font-size: 21px;
  font-weight: 600;
  color: #2C5CFC;
  margin: 32px 0 12px;
  line-height: 1.4;
}

.post-content p {
  margin-bottom: 18px;
  color: #333;
  line-height: 1.8;
  font-size: 17px;
}

.post-content strong { color: #1a1a2e; }

.post-content a {
  color: #2C5CFC;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.post-content a:hover { border-bottom-color: #2C5CFC; }

.post-content ul { margin: 0 0 20px 20px; padding: 0; }
.post-content ul li {
  margin-bottom: 6px;
  color: #333;
  line-height: 1.7;
  font-size: 17px;
}
.post-content ul li::marker { color: #2C5CFC; }

.post-content hr {
  border: none;
  border-top: 2px solid #e8ecf5;
  margin: 40px 0;
}

/* Tables */
.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  border: 1px solid #e0e4ee;
  overflow: hidden;
}
.post-content table th {
  background: #2C5CFC;
  color: #fff;
  font-weight: 600;
  padding: 12px 14px;
  text-align: left;
  font-size: 14px;
}
.post-content table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eef0f6;
  color: #444;
  vertical-align: top;
  line-height: 1.6;
}
.post-content table td:first-child {
  font-weight: 600;
  color: #1a1a2e;
  background: #f6f8ff;
}
.post-content table tr:nth-child(even) { background: #fafbfe; }

/* Yellow callout - What this looks like in practice */
.callout-yellow {
  background: #FFF8E1;
  border-left: 4px solid #F5A623;
  padding: 18px 22px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.callout-yellow strong {
  color: #8B5A00;
  display: block;
  margin-bottom: 6px;
}

/* Green callout - How to prevent it */
.callout-green {
  background: #E8F5E9;
  border-left: 4px solid #43A047;
  padding: 18px 22px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}
.callout-green strong {
  color: #2E7D32;
  display: block;
  margin-bottom: 6px;
}

/* Blue CTA block */
.cta-block {
  background: #f0f3ff;
  border-left: 4px solid #2C5CFC;
  padding: 24px 28px;
  margin: 36px 0;
  border-radius: 0 8px 8px 0;
}
.cta-block p { margin-bottom: 12px; color: #333; }
.cta-block p:last-child { margin-bottom: 0; }
.cta-block a { color: #2C5CFC; font-weight: 600; text-decoration: none; }
.cta-block a:hover { text-decoration: underline; }

/* Sources */
.sources-heading {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 40px 0 16px;
  padding-top: 32px;
  border-top: 2px solid #2C5CFC;
}
.sources-list { margin: 0 0 40px; padding: 0; list-style: none; }
.sources-list li {
  padding: 10px 0 10px 16px;
  font-size: 15px;
  color: #555;
  border-bottom: 1px solid #f0f2f6;
  border-left: 2px solid #dce3f5;
  transition: border-left-color 0.2s;
}
.sources-list li:hover { border-left-color: #2C5CFC; }
.sources-list li:last-child { border-bottom: none; }
.sources-list li a { color: #2C5CFC; text-decoration: none; }
.sources-list li a:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .post-header h1 { font-size: 26px; }
  .post-content h2 { font-size: 22px; }
  .post-content table { font-size: 13px; }
  .post-content table th, .post-content table td { padding: 8px 10px; }
}/* End custom CSS */