.elementor-1888 .elementor-element.elementor-element-b95291e{--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;}/* Start custom CSS for html, class: .elementor-element-a560a88 */.bmt-blog-wrapper {
    font-family: inherit;
    color: #222;
    line-height: 1.8;
    background-color: #f8f9fa; /* Medical-type soft background */
    padding: 10px;
    box-sizing: border-box;
  }
  
  /* Section Styling */
  .bmt-section {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-sizing: border-box;
    overflow: hidden;
  }
  .bmt-section:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

  /* Typography */
  .bmt-h1 {
    color: #1f3d9d; /* Secondary Color */
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.3;
  }
  .bmt-h2 {
    color: #1f3d9d; /* Secondary Color */
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f22283; /* Primary Color Accent */
    font-weight: 700;
  }
  .bmt-h3 {
    color: #f22283; /* Primary Color */
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .bmt-p {
    margin-bottom: 15px;
  }
  .bmt-meta-text {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
  }

  /* Links & Highlights */
  .bmt-link {
    color: #f22283;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  .bmt-link:hover {
    color: #1f3d9d;
    text-decoration: underline;
  }
  .bmt-highlight {
    color: #119809; /* Rare Color */
    font-weight: 700;
  }

  /* Images & Video */
  .bmt-img-container {
    text-align: center;
    margin-bottom: 25px;
  }
  .bmt-hero-img, .bmt-content-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  }
  .bmt-caption {
    font-size: 0.9rem;
    color: #555;
    font-style: italic;
    margin-top: 10px;
    display: block;
  }
  .bmt-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  .bmt-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: none;
  }

  /* Key Takeaways Box */
  .bmt-takeaways {
    background: #f4f6fb;
    border-left: 6px solid #119809; /* Rare Color */
    padding: 20px 25px;
    border-radius: 0 15px 15px 0;
    margin: 25px 0;
  }
  .bmt-takeaways-title {
    color: #1f3d9d;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
  }
  .bmt-takeaways ul {
    margin: 0;
    padding-left: 20px;
  }
  .bmt-takeaways li {
    margin-bottom: 10px;
  }

  /* Table of Contents (TOC) */
  .bmt-toc {
    background: #ffffff;
    border: 1px solid #e0e5ec;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
  }
  .bmt-toc summary {
    font-weight: bold;
    color: #1f3d9d;
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    outline: none;
  }
  .bmt-toc summary::-webkit-details-marker {
    display: none;
  }
  .bmt-toc ul {
    margin-top: 15px;
    list-style-type: none;
    padding-left: 15px;
  }
  .bmt-toc li {
    margin-bottom: 10px;
  }
  .bmt-toc a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .bmt-toc a:hover {
    color: #f22283;
  }

  /* Tables */
  .bmt-table-responsive {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }
  .bmt-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background: #fff;
  }
  .bmt-table th {
    background-color: #1f3d9d;
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
  }
  .bmt-table td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #333;
  }
  .bmt-table tr:hover {
    background-color: #f8fbff;
  }

  /* Lists */
  .bmt-list {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .bmt-list li {
    margin-bottom: 10px;
  }

  /* Step by step process */
  .bmt-step-container {
    margin-bottom: 20px;
  }
  .bmt-step-title {
    font-weight: 700;
    color: #1f3d9d;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  /* FAQ Accordion */
  .bmt-faq-container {
    margin-top: 20px;
  }
  .bmt-faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e5ec;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
  }
  .bmt-faq-summary {
    padding: 18px 20px;
    font-weight: 700;
    color: #1f3d9d;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    transition: background 0.3s ease;
    outline: none;
  }
  .bmt-faq-summary:hover {
    background: #f4f6fb;
  }
  .bmt-faq-summary::-webkit-details-marker {
    display: none;
  }
  .bmt-faq-icon {
    color: #f22283;
    transition: transform 0.3s ease;
  }
  details[open] .bmt-faq-icon {
    transform: rotate(180deg);
  }
  .bmt-faq-content {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 15px;
  }

  /* Call to Action Buttons */
  .bmt-btn-container {
    margin: 25px 0;
    text-align: left;
  }
  .bmt-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #f22283; /* Primary Color */
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(242, 34, 131, 0.3);
    border: none;
    cursor: pointer;
  }
  .bmt-cta:hover {
    background-color: #1f3d9d; /* Secondary Color */
    box-shadow: 0 6px 15px rgba(31, 61, 157, 0.4);
    transform: translateY(-2px);
    text-decoration: none;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .bmt-h1 { font-size: 1.8rem; }
    .bmt-h2 { font-size: 1.5rem; }
    .bmt-h3 { font-size: 1.2rem; }
    .bmt-section { padding: 15px; margin-bottom: 20px; }
    .bmt-cta { width: 100%; box-sizing: border-box; text-align: center; }
  }/* End custom CSS */