.elementor-10573 .elementor-element.elementor-element-fe4ed1e{--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-9dc403f *//* ===================================
   SMCG Privacy Policy - Custom CSS
   For Elementor HTML Widget
   =================================== */

/* Main Container */
.privacy-policy-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Policy Header */
.policy-header {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 3px solid #0066cc;
}

.policy-header h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.effective-date,
.last-updated {
  font-size: 0.95em;
  color: #666;
  margin: 5px 0;
}

.effective-date strong,
.last-updated strong {
  color: #333;
  font-weight: 600;
}

/* Policy Content Sections */
.policy-content {
  margin-bottom: 50px;
}

.policy-content section {
  margin-bottom: 50px;
  scroll-margin-top: 100px; /* For anchor link navigation with fixed headers */
}

/* Headings */
.policy-content h2 {
  font-size: 1.8em;
  font-weight: 700;
  color: #0066cc;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  line-height: 1.3;
}

.policy-content h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #1a1a1a;
  margin: 30px 0 15px 0;
  line-height: 1.4;
}

/* Paragraphs */
.policy-content p {
  margin: 15px 0;
  line-height: 1.7;
}

.policy-content p strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Lists */
.policy-content ul,
.policy-content ol {
  margin: 15px 0 15px 25px;
  padding: 0;
}

.policy-content li {
  margin: 10px 0;
  line-height: 1.7;
}

.policy-content ul ul,
.policy-content ul ol,
.policy-content ol ul,
.policy-content ol ol {
  margin: 10px 0 10px 25px;
}

/* Links */
.policy-content a {
  color: #0066cc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.policy-content a:hover {
  color: #0052a3;
  border-bottom-color: #0052a3;
}

.policy-content a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.85em;
  opacity: 0.7;
}

/* Contact Info Block */
.contact-info {
  background: #f8f9fa;
  border-left: 4px solid #0066cc;
  padding: 20px 25px;
  margin: 25px 0;
  border-radius: 4px;
}

.contact-info strong {
  display: block;
  color: #1a1a1a;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.contact-info a {
  color: #0066cc;
  font-weight: 500;
}

/* Policy Footer */
.policy-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 2px solid #e5e5e5;
}

.footer-note {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  line-height: 1.6;
}

/* Highlighted Important Information */
.policy-content p strong:first-child {
  display: inline-block;
}

/* Special Styling for "Important" Notices */
.policy-content p:has(strong:first-child:contains("Important")),
.policy-content p:has(strong:first-child:contains("IMPORTANT")),
.policy-content p:has(strong:first-child:contains("Note")) {
  background: #fff8e6;
  border-left: 4px solid #ffc107;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 4px;
}

/* Table of Contents Style (if you add one later) */
.policy-content nav ul {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 20px 30px;
  margin: 30px 0;
}

.policy-content nav li {
  margin: 8px 0;
}

.policy-content nav a {
  font-weight: 500;
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* Tablet */
@media (max-width: 768px) {
  .privacy-policy-container {
    padding: 30px 15px;
  }
  
  .policy-header h1 {
    font-size: 2em;
  }
  
  .policy-content h2 {
    font-size: 1.5em;
  }
  
  .policy-content h3 {
    font-size: 1.2em;
  }
  
  .contact-info {
    padding: 15px 20px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .privacy-policy-container {
    padding: 20px 15px;
    font-size: 15px;
  }
  
  .policy-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  
  .policy-header h1 {
    font-size: 1.75em;
  }
  
  .policy-content section {
    margin-bottom: 35px;
  }
  
  .policy-content h2 {
    font-size: 1.4em;
    margin: 30px 0 15px 0;
  }
  
  .policy-content h3 {
    font-size: 1.15em;
    margin: 20px 0 12px 0;
  }
  
  .policy-content ul,
  .policy-content ol {
    margin-left: 20px;
  }
  
  .contact-info {
    padding: 15px;
  }
}

/* Print Styles */
@media print {
  .privacy-policy-container {
    padding: 0;
    max-width: 100%;
  }
  
  .policy-content a {
    color: #000;
    text-decoration: underline;
  }
  
  .policy-content a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  
  .policy-content section {
    page-break-inside: avoid;
  }
  
  .policy-header h1 {
    page-break-after: avoid;
  }
}/* End custom CSS */