.elementor-38744 .elementor-element.elementor-element-4c9fc73{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38744 .elementor-element.elementor-element-4c9fc73.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-38744 .elementor-element.elementor-element-4e17f69{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#333333;--border-color:#333333;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38744 .elementor-element.elementor-element-23dadc4{border-style:solid;border-width:1px 1px 1px 1px;border-color:#333333;}@media(min-width:768px){.elementor-38744 .elementor-element.elementor-element-4c9fc73{--width:100%;}.elementor-38744 .elementor-element.elementor-element-4e17f69{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-23dadc4 */.sv-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: white;
  background-color: #212121;
  margin: 0;
  padding: 0;
}

.description-header {
    color: white;
}

.sv-guide-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.sv-guide-header {
  background-color: #252730;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  /* Force header width to match container */
  width: 100%;
  box-sizing: border-box;
}

/* Fix container alignment in header */
.sv-guide-header .sv-guide-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
}

.sv-guide-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.sv-guide-title {
  font-size: 2.5rem;
  margin: 0;
  color: #4db5da;
}

.sv-guide-subtitle {
  font-size: 1.8rem;
  border-bottom: 2px solid #4db5da;
  padding-bottom: 10px;
  margin-top: 40px;
  color: #4db5da;
}

.sv-guide-subheading {
  font-size: 1.4rem;
  margin-top: 30px;
  color: #4db5da;
}

.sv-guide-section {
  background-color: #252730;
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.sv-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.sv-feature-card {
  background-color: #1c1e24;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.sv-feature-card:hover {
  transform: translateY(-5px);
}

.sv-feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  color: #4db5da;
}

.sv-feature-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #4db5da;
}

.sv-guide-step {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}

.sv-step-number {
  background-color: #4db5da;
  color: #fff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  font-weight: bold;
  flex-shrink: 0;
}

.sv-step-content {
  flex: 1;
  color: white;
}

.sv-note-box {
  background-color: rgba(77, 181, 218, 0.1);
  border-left: 4px solid #4db5da;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
  color: white;
}

.sv-warning-box {
  background-color: rgba(231, 76, 60, 0.1);
  border-left: 4px solid #e74c3c;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
  color: white;
}

.sv-tip-box {
  background-color: rgba(46, 204, 113, 0.1);
  border-left: 4px solid #2ecc71;
  padding: 15px;
  margin: 20px 0;
  border-radius: 0 4px 4px 0;
  color: white;
}

.sv-image-container {
  margin: 20px 0;
  text-align: center;
}

.sv-guide-img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sv-toc {
  background-color: #1c1e24;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.sv-toc-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #4db5da;
}

.sv-toc-list {
  list-style-type: none;
  padding-left: 0;
}

.sv-toc-item {
  margin-bottom: 8px;
  color: white;
}

.sv-toc-link {
  color: #4db5da;
  text-decoration: none;
  transition: color 0.2s;
}

.sv-toc-link:hover {
  color: white;
  text-decoration: underline;
}

.sv-guide-code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #1a1a1a;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 0.9rem;
}

.sv-faq-item {
  margin-bottom: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  overflow: hidden;
}

.sv-faq-question {
  background-color: #1c1e24;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: white;
}

.sv-faq-question::after {
  content: '+';
  position: absolute;
  right: 15px;
  font-size: 1.2rem;
}

.sv-faq-question.active::after {
  content: '-';
}

.chromewebstorelink {
  /* Chrome's primary blue color */
  background-color: #4285F4;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 500;
  padding: 8px 12px 8px 36px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.chromewebstorelink::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><circle cx="50" cy="50" r="20" fill="white"/><path d="M50,30 L87,30 A50,50 0 0,1 68,78 L50,50 Z" fill="%23EA4335"/><path d="M50,30 L50,50 L32,78 A50,50 0 0,1 13,30 Z" fill="%23FBBC05"/><path d="M50,50 L32,78 A50,50 0 0,1 68,78 Z" fill="%2334A853"/><path d="M50,50 L50,30 L87,30 A50,50 0 0,1 50,85 L50,50 Z" fill="%234285F4"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.chromewebstorelink:hover{
    font-weight: 700;
    text-decoration: underline;
    color: white;
}

.sv-faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: white;
}

.sv-faq-answer.show {
  padding: 15px;
  max-height: 500px;
}

.sv-guide-footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 50px;
  color: white;
  font-size: 0.9rem;
}

/* Ensure all headings are properly colored */
.sv-guide h1, 
.sv-guide h2, 
.sv-guide h3, 
.sv-guide h4, 
.sv-guide h5, 
.sv-guide h6,
.sv-guide-section h1,
.sv-guide-section h2,
.sv-guide-section h3,
.sv-guide-section h4,
.sv-guide-section h5,
.sv-guide-section h6,
.sv-step-content h1,
.sv-step-content h2,
.sv-step-content h3,
.sv-step-content h4,
.sv-step-content h5,
.sv-step-content h6 {
  color: white;
}

/* Ensure all list items are white */
.sv-guide ul,
.sv-guide ol,
.sv-guide ul li,
.sv-guide ol li,
.sv-step-content ul,
.sv-step-content ol,
.sv-step-content ul li,
.sv-step-content ol li,
.sv-guide-section ul,
.sv-guide-section ol,
.sv-guide-section ul li,
.sv-guide-section ol li,
.sv-note-box ul,
.sv-note-box ol,
.sv-note-box ul li,
.sv-note-box ol li,
.sv-warning-box ul,
.sv-warning-box ol,
.sv-warning-box ul li,
.sv-warning-box ol li,
.sv-tip-box ul,
.sv-tip-box ol,
.sv-tip-box ul li,
.sv-tip-box ol li {
  color: white;
}

/* Ensure all paragraphs are white */
.sv-guide p,
.sv-guide-section p,
.sv-step-content p,
.sv-feature-card p,
.sv-faq-answer p,
.sv-note-box p,
.sv-warning-box p,
.sv-tip-box p {
  color: white;
}

/* Ensure all strong elements are white */
.sv-guide strong,
.sv-guide-section strong,
.sv-step-content strong,
.sv-note-box strong,
.sv-warning-box strong,
.sv-tip-box strong {
  color: white;
}

/* Fix specific text */
.sv-note-box *,
.sv-warning-box *,
.sv-tip-box * {
  color: white;
}

@media (max-width: 768px) {
  .sv-guide-wrapper {
    padding: 15px;
  }
  
  .sv-guide-title {
    font-size: 2rem;
  }
  
  .sv-guide-subtitle {
    font-size: 1.5rem;
  }
  
  .sv-feature-grid {
    grid-template-columns: 1fr;
  }
  
  .sv-guide-section {
    padding: 15px;
  }
}/* End custom CSS */