.elementor-34876 .elementor-element.elementor-element-f3eba84 > .elementor-container{max-width:900px;}.elementor-34876 .elementor-element.elementor-element-d43443a > .elementor-container{max-width:900px;}.elementor-34876 .elementor-element.elementor-element-d43443a{padding:0px 0px 0px 0px;}.elementor-34876 .elementor-element.elementor-element-92ac004{width:var( --container-widget-width, 100.114% );max-width:100.114%;--container-widget-width:100.114%;--container-widget-flex-grow:0;}.elementor-34876 .elementor-element.elementor-element-445ea3f > .elementor-container{max-width:900px;}/* 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{
    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.35rem;
    padding-top:1rem;
}


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


.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;
}

/* NEW TABLE */
      .comparison-table-wrapper {
                width: 100%;
                overflow-x: auto;
                margin: 2rem 0;
            }

            .comparison-table {
                width: 100%;
                border-collapse: collapse;
                background: #fff;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            }

            .comparison-table thead {
                background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
            }

            .comparison-table th {
                color: #fff;
                font-weight: 600;
                text-align: left;
                padding: 1.25rem 1.5rem;
                font-size: 0.95rem;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

            .comparison-table tbody tr {
                border-bottom: 1px solid #e8e8e8;
                transition: background-color 0.2s ease;
            }

            .comparison-table tbody tr:last-child {
                border-bottom: none;
            }

            .comparison-table tbody tr:hover {
                background-color: #f8f9fa;
            }

            .comparison-table td {
                padding: 1.25rem 1.5rem;
                font-size: 0.95rem;
                line-height: 1.6;
                color: #333;
            }

            .comparison-table td:first-child {
                font-weight: 600;
                color: #2c3e50;
                width: 15%;
            }

            .comparison-table td:nth-child(2) {
                color: #222;
                font-weight: 500;
                width: 42.5%;
            }

            .comparison-table td:nth-child(3) {
                color: #222;
                width: 42.5%;
            }


.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;
    }
    
    /* ------> NEW TABLE MOBILE*/

                .comparison-table {
                    display: block;
                }

                .comparison-table thead {
                    display: none;
                }

                .comparison-table tbody {
                    display: block;
                }

                .comparison-table tr {
                    display: block;
                    margin-bottom: 1.5rem;
                    border: 1px solid #e8e8e8;
                    border-radius: 8px;
                    overflow: hidden;
                }

                .comparison-table td {
                    display: block;
                    width: 100% !important;
                    text-align: left;
                    padding: 0.75rem 1rem;
                    border-bottom: 1px solid #f0f0f0;
                }

                .comparison-table td:last-child {
                    border-bottom: none;
                }

                .comparison-table td:first-child {
                    background: #f8f9fa;
                    font-size: 1rem;
                    padding: 1rem;
                }

                .comparison-table td:nth-child(2)::before {
                    content: "What's In (2026): ";
                    font-weight: 700;
                    color: #2c3e50;
                    display: block;
                    margin-bottom: 0.25rem;
                    font-size: 0.8rem;
                    text-transform: uppercase;
                }

                .comparison-table td:nth-child(3)::before {
                    content: "What's Out: ";
                    font-weight: 700;
                    color: #2c3e50;
                    display: block;
                    margin-bottom: 0.25rem;
                    font-size: 0.8rem;
                    text-transform: uppercase;
                }

}/* 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 */
/* Start custom CSS for html, class: .elementor-element-b4c3f51 */.chowly-blog-references-section {
  overflow-x: hidden;
}

.chowly-blog p,
.chowly-blog a {
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}/* End custom CSS */