.elementor-34812 .elementor-element.elementor-element-f3eba84 > .elementor-container{max-width:900px;}.elementor-34812 .elementor-element.elementor-element-d43443a > .elementor-container{max-width:900px;}.elementor-34812 .elementor-element.elementor-element-d43443a{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-17144e2 */.chowly-blog-section,
.chowly-blog-references-section{
    font-family:Arial;
    padding: 4rem 0 1rem;
}

.chowly-blog .eyebrow {
    font-weight: 800;
    font-size:1.35rem;
    color: #114191;
}

.chowly-blog h1 {
    font-size:3rem;
    font-weight: 700;
    color: #001F52;
    font-family:Arial;
}


.chowly-blog h2,
.chowly-blog h3,
.chowly-blog h4{
    font-weight: 700;
    color: #001F52;
    font-family:Arial;
    padding:1.25rem 0;
}

.chowly-blog h2{
      font-size: 2.25rem;  
}
.chowly-blog h3{
    font-size: 1.75rem;
}
.chowly-blog h4{
      font-size: 1.4rem;
}
.bullet-list{
    padding:0 1rem;
}

/* ---------- TABLE --------- */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  color:#222;
}

thead th {
  font-weight: 600;
}



.chowly-blog .subtext {
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.4;
  font-weight: 600;
  padding:1rem 0;
}

.chowly-blog p{
    color:#222;
}

a.customer-profile-links {
    color:#114191;
    font-weight: 700;
}
.customer-profile-links:hover{
    color: #001d4f;
    text-decoration: underline;
}


.references p {
    font-size: 1rem;
}

@media(max-width:800px){
    
.chowly-blog h1 {
    font-size:2.25rem;
    text-align: center;
}
.subtext {
      font-size: 1.25rem;
    text-align: center;
}
.eyebrow{
    text-align:center;
}
    .chowly-blog p {
        font-size: 1.15rem; 
        line-height: 1.5;
    }

    a.customer-profile-links {
        font-size: 1.15rem; 
    }

    a.customer-profile-links:hover {
        font-size: 1.15rem; 
    }
    
   .chowly-blog h2 {
        font-size: 2rem;
                text-align:center;
    }

   .chowly-blog p {
        font-size: 1.15rem; 
    }

    .bullet-list {
        padding: 0 0.5rem;
    }

/* ---------- MOBILE CARD STYLES ---------- */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }

  /* Hide table header */
  thead {
    display: none;
  }


  tbody tr {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }


  tbody td {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border: none;
    font-size: 14px;
    line-height: 1.5;
  }


  tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    min-width: 120px;
    color: #6b7280; /* subtle gray */
    flex-shrink: 0;
  }

  tbody td[data-label="Rank"] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
  }

  tbody td[data-label="Rank"]::before {
    color: #111827;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92ac004 */.faq-section {
  --bg: #f8f9fa;
  --white: #ffffff;
  --light-gray: #e2e8f0;
  --gray: #4a5568;
  --dark: #1a202c;
  --transition: 0.3s ease;
  font-family: Arial;
  padding:1rem;
}

.faq-section h2{
    font-size: 2.5rem;
    text-align:center;
    font-family: 'Arial';
    margin-bottom:2rem;
}

.faq-accordion-container {
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

.faq-accordion-item {
  border-bottom: 1px solid var(--light-gray);
}

.faq-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  cursor: pointer;
  text-decoration: none;
  color: black;
  background-color: transparent;
  transition: none;
  border: none;
}

.faq-accordion-header:hover {
  background-color: transparent;

}
.faq-accordion-header h3 {
  font-size: 1.25rem;
  margin: 0;
  color: black;
    font-family: 'Arial';
}

.faq-accordion-header::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--gray);
  transition: transform var(--transition);
}

.faq-accordion-header.active::after {
  content: "-";
  transform: rotate(180deg);
}

.faq-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition);
  padding: 0 1.25rem;
  background-color: transparent;
}

.faq-accordion-body p {
  padding: 1rem 0;
  margin: 0;
  font-size: 1.15rem;
  color: #4a5568;
    font-family: 'Arial';
    line-height: 1.4;
}
.faq-accordion-item:last-of-type {
  border-bottom: none;
}


@media (max-width: 800px) {
    .faq-section h2{
        font-size:2rem;
    }
  .faq-accordion-header h3 {
    font-size: 1.15rem;
    line-height:1.4;
  }

  .faq-accordion-body p {
    font-size: 1.15rem;
  }
}/* End custom CSS */