h2, h3 {
      font-weight: bold;
      margin-bottom: 15px;
      text-align: center;
    }

.main-header-bar-wrap {
    display: none !important;
}

article#post-10 {
	padding: 0 !important;
	margin-top: -50px
}
.advertorial-headline{
	color: #0940BB;
}

.advertorial-subheadline{
	font-family: 'Open Sauce One', sans-serif;
	color: #2663EB;
}

.advertorial-subheadline-white{
	font-family: 'Open Sauce One', sans-serif;
}

a{
	font-family: 'Open Sauce One', sans-serif !important;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
	text-decoration: none !important;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
	margin-bottom: none !important;
}

    h2 em, h3 em {
      font-style: italic;
      color: #0073e6;
    }

    p {
      margin-bottom: 15px;
    }

    .section {
      padding: 60px 20px;
    }

    .btn {
      display: inline-block;
      background: #0073e6;
      color: #fff;
      padding: 12px 24px;
      text-decoration: none;
      border-radius: 5px;
      margin-top: 20px;
    }

    /* Hero */
    .hero {
      text-align: center;
      background: #fff;
    }

    /* Split section */
    .split {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 30px;
    }

    .split img {
      max-width: 300px;
      border-radius: 10px;
    }

    .split .text {
      max-width: 500px;
    }

    /* Collagen types */
    .types {
      background: #f3f8ff;
      text-align: center;
    }

    .types-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 40px;
    }

    .types-grid .type {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      flex: 1 1 250px;
      max-width: 300px;
    }

    /* Decline section */
    .decline {
      background: #fff;
      text-align: center;
    }

    .decline img {
      max-width: 400px;
      margin-top: 20px;
    }

    /* Two things */
    .two-things {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .two-things .card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      max-width: 300px;
      text-align: center;
    }

    .two-things img {
      max-width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    /* Symptoms */
    .symptoms {
      background: #f9f0fa;
      text-align: center;
    }

    .symptom-icons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 30px;
    }

    .symptom-icons .icon {
      text-align: center;
      max-width: 120px;
    }

    /* FAQ */
    .faq {
      background: #fff;
    }

    .faq-item {
      margin-bottom: 20px;
    }

    .faq-item h4 {
      color: #0073e6;
      margin-bottom: 5px;
    }

    /* Products */
    .products {
      background: #f3f8ff;
      text-align: center;
    }

    .product-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-top: 30px;
    }

    .product-card {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      max-width: 220px;
      text-align: center;
    }

    .product-card img {
      max-width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
    }

    .product-card .price {
      font-weight: bold;
      margin: 10px 0;
    }

    .footer {
      background: #fff;
      text-align: center;
      padding: 40px 20px;
      font-size: 14px;
      color: #555;
    }

    /* Responsive */
    @media(max-width: 768px) {
      .split {
        flex-direction: column;
      }
      .two-things {
        flex-direction: column;
      }
    }