.elementor-1739 .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 */.mgc-snippet-wrapper {
    --mgc-primary: #f22283;
    --mgc-secondary: #1f3d9d;
    --mgc-rare: #119809;
    --mgc-text: #333333;
    --mgc-bg-light: #f8f9fa;
    --mgc-border: #e0e0e0;
    
    font-family: inherit;
    color: var(--mgc-text);
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
  }

  .mgc-snippet-wrapper h1, 
  .mgc-snippet-wrapper h2, 
  .mgc-snippet-wrapper h3, 
  .mgc-snippet-wrapper h4 {
    color: var(--mgc-secondary);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
  }

  .mgc-snippet-wrapper h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
  }

  .mgc-snippet-wrapper h2 {
    font-size: 1.8rem;
    border-bottom: 2px solid var(--mgc-border);
    padding-bottom: 10px;
  }

  .mgc-snippet-wrapper h3 {
    font-size: 1.4rem;
  }

  .mgc-snippet-wrapper p {
    margin-bottom: 1.2em;
    font-size: 1.05rem;
  }

  .mgc-snippet-wrapper a {
    color: var(--mgc-primary);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
  }

  .mgc-snippet-wrapper a:hover {
    color: var(--mgc-secondary);
    text-decoration: underline;
  }

  /* Hero Section */
  .mgc-snippet-wrapper .hero {
    text-align: center;
    margin-bottom: 40px;
  }

  .mgc-snippet-wrapper .hero-meta {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
  }

  .mgc-snippet-wrapper .answer-block {
    background-color: var(--mgc-bg-light);
    border-left: 5px solid var(--mgc-primary);
    padding: 20px;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
  }

  /* Images & Media */
  .mgc-snippet-wrapper .img-block {
    margin: 30px 0;
    text-align: center;
  }

  .mgc-snippet-wrapper .img-block img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .mgc-snippet-wrapper .img-caption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
  }

  .mgc-snippet-wrapper .video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 8px;
    margin: 20px 0 10px 0;
  }

  .mgc-snippet-wrapper .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* Callouts */
  .mgc-snippet-wrapper .callout {
    background-color: #f0f4ff;
    border: 1px solid #cce0ff;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
  }

  .mgc-snippet-wrapper .callout.warn {
    background-color: #fff9e6;
    border-color: #ffecb3;
  }

  .mgc-snippet-wrapper .callout.tip {
    background-color: #e6ffe6;
    border-color: #b3ffb3;
  }

  .mgc-snippet-wrapper .callout-label {
    font-weight: bold;
    font-size: 1.15rem;
    color: var(--mgc-secondary);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mgc-snippet-wrapper .callout p:last-child {
    margin-bottom: 0;
  }

  /* Table Styling */
  .mgc-snippet-wrapper .table-wrap {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  }

  .mgc-snippet-wrapper table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
  }

  .mgc-snippet-wrapper th, 
  .mgc-snippet-wrapper td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--mgc-border);
  }

  .mgc-snippet-wrapper th {
    background-color: var(--mgc-secondary);
    color: #ffffff;
    font-weight: 600;
  }

  .mgc-snippet-wrapper tbody tr:nth-child(even) {
    background-color: var(--mgc-bg-light);
  }

  .mgc-snippet-wrapper .badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #fff;
  }

  .mgc-snippet-wrapper .badge-green { background-color: var(--mgc-rare); }
  .mgc-snippet-wrapper .badge-red { background-color: #d32f2f; }
  .mgc-snippet-wrapper .badge-yellow { background-color: #fbc02d; color: #333; }

  /* Decision Grid */
  .mgc-snippet-wrapper .decision-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
  }

  .mgc-snippet-wrapper .decision-card {
    flex: 1;
    min-width: 250px;
    background: #fff;
    border: 1px solid var(--mgc-border);
    border-top: 5px solid var(--mgc-primary);
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }

  .mgc-snippet-wrapper .decision-card.teal { border-top-color: var(--mgc-secondary); }
  .mgc-snippet-wrapper .decision-card.orange { border-top-color: #ff9800; }

  .mgc-snippet-wrapper .decision-card h4 {
    margin-top: 0;
    font-size: 1.2rem;
  }

  .mgc-snippet-wrapper .decision-card ul {
    padding-left: 20px;
    margin: 0;
  }

  .mgc-snippet-wrapper .decision-card li {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  /* FAQ Accordion */
  .mgc-snippet-wrapper .faq-item {
    border: 1px solid var(--mgc-border);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .mgc-snippet-wrapper .faq-q {
    background-color: var(--mgc-bg-light);
    padding: 15px 20px;
    font-weight: 700;
    color: var(--mgc-secondary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }

  .mgc-snippet-wrapper .faq-q:hover {
    background-color: #e9ecef;
  }

  .mgc-snippet-wrapper .faq-q::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
  }

  .mgc-snippet-wrapper .faq-item.active .faq-q::after {
    transform: rotate(45deg);
  }

  .mgc-snippet-wrapper .faq-a {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: #fff;
  }

  .mgc-snippet-wrapper .faq-item.active .faq-a {
    padding: 20px;
    max-height: 1000px; /* Arbitrary large number for transition */
  }

  /* CTA Section */
  .mgc-snippet-wrapper .cta-section {
    background-color: var(--mgc-secondary);
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 8px;
    margin: 40px 0;
  }

  .mgc-snippet-wrapper .cta-section h2 {
    color: #fff;
    margin-top: 0;
    border-bottom: none;
  }

  .mgc-snippet-wrapper .cta-btn-large {
    display: inline-block;
    background-color: var(--mgc-primary);
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(242, 34, 131, 0.4);
    transition: transform 0.2s, background-color 0.2s;
  }

  .mgc-snippet-wrapper .cta-btn-large:hover {
    transform: translateY(-2px);
    background-color: #d11a6f;
  }

  .mgc-snippet-wrapper .cta-btn-outline {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 10px;
    text-decoration: none !important;
    transition: background-color 0.2s, color 0.2s;
  }

  .mgc-snippet-wrapper .cta-btn-outline:hover {
    background-color: #fff;
    color: var(--mgc-secondary) !important;
  }

  /* Social Share & Links */
  .mgc-snippet-wrapper .social-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    padding: 20px;
    background-color: var(--mgc-bg-light);
    border-radius: 8px;
  }

  .mgc-snippet-wrapper .social-share span {
    font-weight: bold;
    margin-right: 10px;
  }

  .mgc-snippet-wrapper .share-btn {
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 0.9rem;
    text-decoration: none !important;
  }

  .mgc-snippet-wrapper .share-fb { background-color: #1877f2; }
  .mgc-snippet-wrapper .share-tw { background-color: #000000; }
  .mgc-snippet-wrapper .share-li { background-color: #0a66c2; }
  .mgc-snippet-wrapper .share-wa { background-color: #25d366; }

  .mgc-snippet-wrapper .internal-links {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid var(--mgc-border);
  }

  .mgc-snippet-wrapper .internal-links a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
  }

  .mgc-snippet-wrapper .internal-links a:last-child {
    border-bottom: none;
  }

  /* Footer Section inside snippet */
  .mgc-snippet-wrapper .site-footer-inner {
    text-align: center;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid var(--mgc-border);
  }

  .mgc-snippet-wrapper .site-footer-inner img {
    max-width: 200px;
    margin-bottom: 20px;
  }

  .mgc-snippet-wrapper .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .mgc-snippet-wrapper .social-icons a {
    background-color: var(--mgc-secondary);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
  }

  .mgc-snippet-wrapper .disclaimer {
    font-size: 0.85rem;
    color: #777;
    text-align: justify;
    line-height: 1.5;
  }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .mgc-snippet-wrapper {
      padding: 15px;
    }
    .mgc-snippet-wrapper h1 {
      font-size: 1.8rem;
    }
    .mgc-snippet-wrapper .cta-btn-large, 
    .mgc-snippet-wrapper .cta-btn-outline {
      display: block;
      width: 100%;
      box-sizing: border-box;
      margin: 10px 0;
    }
  }/* End custom CSS */