.elementor-4602 .elementor-element.elementor-element-9da09b7{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.ahs-container {
 
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-wrap: break-word;
}

.ahs-container * {
  box-sizing: border-box;
}

.ahs-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ahs-h1, h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #2c3e50;
}

.ahs-h2, h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0.5em;
  color: #2c3e50;
}

.ahs-h3, h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  color: #2c3e50;
}

.ahs-paragraph {
  margin-bottom: 1em;
}

.ahs-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.ahs-list li {
  margin-bottom: 0.5em;
}

.ahs-content-image {
  display: block;
  margin: 2rem auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ahs-section {
  margin-bottom: 2em;
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ahs-pro-tip, .ahs-tip, .ahs-reminder {
  background-color: #f0f8ff;
  border-left: 4px solid #007bff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  color: #333;
}

.ahs-toc {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5em;
  margin-bottom: 2em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.ahs-toc-title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #2c3e50;
}

.ahs-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ahs-toc-list li {
  margin-bottom: 0.5em;
}

.ahs-toc-list a {
  color: #007bff;
  text-decoration: none;
}

.ahs-toc-list a:hover {
  text-decoration: underline;
}

.ahs-checklist li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

.ahs-checklist li::before {
  content: '\2713'; /* Checkmark character */
  color: #28a745;
  position: absolute;
  left: 0;
  top: 0;
}

.ahs-troubleshooting-list li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

.ahs-troubleshooting-list li::before {
  content: '\2022'; /* Bullet point */
  color: #007bff;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive Heading Fonts */
@media (min-width: 768px) {
  .ahs-h1, h1 { font-size: 36px; }
  .ahs-h2, h2 { font-size: 30px; }
  .ahs-h3, h3 { font-size: 24px; }
}

/* Table Styles (Not present in this document, but included as per instructions) */
.ahs-table-wrapper {
  overflow-x: auto;
  margin-bottom: 2rem;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border: 1px solid #e5e7eb;
}
.ahs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: 0.95rem;
  font-family: system-ui, -apple-system, sans-serif;
}
.ahs-table th {
  background-color: #ff6600;
  color: #ffffff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 2px solid #e5e7eb;
}
.ahs-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  color: #374151;
  vertical-align: top;
}
.ahs-table tr:last-child td { border-bottom: none; }
.ahs-table tr:nth-child(even) { background-color: #f9fafb; }
.ahs-table tr:hover { background-color: #f3f4f6; transition: background-color 0.2s; }

/* Pros & Cons Styles (Not present in this document, but included as per instructions) */
/* Base Styles (Desktop First) */
.ahs-pros-cons-grid { display: flex; flex-direction: row; gap: 24px; width: 100%; box-sizing: border-box; }
.ahs-pros-col, .ahs-cons-col { flex: 1; display: flex; flex-direction: column; min-width: 0; }
.ahs-icon-circle { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px auto; font-size: 24px; background-color: #fff; border: 3px solid; }
.ahs-icon-circle.ahs-pros { border-color: #10b981; color: #10b981; }
.ahs-icon-circle.ahs-cons { border-color: #ef4444; color: #ef4444; }
.ahs-icon-circle img { width: 60%; height: 60%; object-fit: contain; display: block; }
.ahs-review-header { padding: 12px; text-align: center; font-weight: 700; text-transform: uppercase; color: #fff; border-top-left-radius: 8px; border-top-right-radius: 8px; letter-spacing: 0.05em; font-size: 14px; }
.ahs-review-header.ahs-pros { background-color: #10b981; }
.ahs-review-header.ahs-cons { background-color: #ef4444; }
.ahs-review-list { background-color: #fff; border: 1px solid #e5e7eb; border-top: none; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 16px; margin: 0; list-style: none; flex-grow: 1; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.ahs-review-list li { margin-bottom: 10px; font-size: 15px; color: #374151; display: flex; align-items: flex-start; line-height: 1.5; }
.ahs-review-list li:last-child { margin-bottom: 0; }
.ahs-review-list li i { margin-right: 10px; margin-top: 4px; font-size: 14px; flex-shrink: 0; }
.ahs-review-list.ahs-pros li i { color: #10b981; }
.ahs-review-list.ahs-cons li i { color: #ef4444; }

/* MEDIA QUERY MUST BE AT THE END TO OVERRIDE */
@media (max-width: 768px) {
  .ahs-pros-cons-grid { flex-direction: column !important; }
  .ahs-pros-col, .ahs-cons-col { width: 100% !important; margin-bottom: 24px; }
}

/* Button Styles (Not present in this document, but included as per instructions) */
.ahs-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.ahs-cta-button:hover {
  background-color: #ff5717;
}

.ahs-cta-button i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .ahs-cta-button {
    width: 100%;
    display: flex;
    text-align: center;
  }
  
  .ahs-list {
 
  margin-left: 0px;
  
}
}/* End custom CSS */