.elementor-34906 .elementor-element.elementor-element-f3eba84 > .elementor-container{max-width:900px;}.elementor-34906 .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;
            }


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


/* ---------------> CODE BLOCK */
               .flow-visual-container {
            border-radius: 12px;
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            width: 100%;
            padding:10px;
            background: #001F52;
            margin:0 0 50px;
        }
        
        .code-block {
            position: relative;
            overflow: hidden;
        }

         .flow {
            color: #d4d4d4;
            font-size: 16px;
            line-height: 2.5;
            letter-spacing: 1px;
            font-weight: 600;
            font-family:  'Fira Code', monospace;
            text-align:center;
        }
     
        .arrow {
            color: #f9e11d;
            font-weight: 700;
            margin: 0 15px;
        }
        
/* ---------------> END CODE BLOCK */
            
/* ---------------> QUOTE ----------------- */
            .featured-quote {
  max-width: 720px;
  margin: 3rem auto;
  padding: 2rem 2.5rem;
  border-left: 4px solid #111;
  background-color: #fafafa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.featured-quote p {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #222;
}

.featured-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.95rem;
  color: #555;
}

.featured-quote cite span {
  color: #777;
}

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

/* ---------------> MOBILE ------------- */

@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;
    }
    
     .flow-visual-container {
        padding: 12px 8px;
    }
    
    .flow {
        font-size: 12px;
        line-height: 2;
        letter-spacing: 0.3px;
    }
    
    .arrow {
        margin: 0 5px;
        font-size: 14px;
    }
    
    /* ------> NEW TABLE MOBILE*/

                  @media screen and (max-width: 800px) {
                .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(1)::before, 
              .comparison-table td:nth-child(2)::before, 
              .comparison-table td:nth-child(3)::before, 
              .comparison-table td:nth-child(4)::before {
                  font-weight: 700;
                    color: #2c3e50;
                    display: block;
                    margin-bottom: 0.25rem;
                    font-size: 0.8rem;
                    text-transform: uppercase;
              }

                .comparison-table td::before {
                content: attr(data-label) ": ";
                font-weight: bold;
                display: block;
}/* 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 */