.compare-layout h1, .compare-layout h2, .compare-layout h3, .compare-layout h4{
    margin-top: 10px;
}

.compare-layout table{
    margin: 0px;
}

.compare-layout {
    font-family: 'Poppins';
}

.compare-layout .response-container{
    display: flex;
    flex-direction: column;
    font-size: 1em;
    width: 800px;
    max-width: calc(100% - 40px);
}

.compare-layout .title{
    margin: 30px auto 30px;
    font-weight: 600;
    font-size: 1.7em;
}

.compare-layout h3{
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}

.compare-layout h4{
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}

.description{
    text-align: justify;
}

.comparision-logos-container{
    display: block;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 25px;
    background-color: #fff;
    display: flex;
}

.comparision-logos-container>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comparision-logos-container.two-logo-container>div{
    min-width: 40%;
}

.comparision-logos-container.three-logo-container>div{
    min-width: 27%;
}

.comparision-logos-container .internet-stats{
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comparision-logos-container .internet-stats p{
    margin-top: 7px;
    text-align: center;
}

.comparision-logos-container .internet-stats p b{
    font-weight: 600;
}

.comparision-logos-container img{
    width: auto;
    width: 200px;
    height: 120px;
    padding: 10px;
    object-fit: contain;
    align-items: center;
}

.comparision-logos-container img.vs-logo{
    width: auto;
    height: 90px;
    margin: auto;
    opacity: 0.4;
}

/* .comparision-logos-container img:nth-child(2){
    border-left: 1px solid #ccc;
} */

.differences-table{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.differences-table ol li{
    margin-top: 15px;
}

.differences-table ol{
    margin-left: 20px;
}

.differences-table>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-left: 1px solid #ccc;
}

.differences-table>div:first-child{
    border-left: 0px;
}

.differences-table>div h3{
    text-align: center;
}

.action-btn-container{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.action-btn-container button{
    margin-top: 20px;
    /* border-radius: 20px; */
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 1em;
}

.key-differences{
    margin-top: 40px;
}

/* .key-differences h3{
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
} */

.key-differences ol{
    margin-left: 20px;
}

.key-differences ol li{
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 18px;
}

.key-differences ol>li:first-child{
    border-top: 0px;
    padding-top: 0px;
}

.key-differences ol li>h4{
    font-size: 1.1em;
    margin: 0px;
    font-weight: 500;
}

.key-differences ol li>p{
    margin-top: 8px;
}

.distinct-features{
    margin-top: 40px;
    width: 100%;
}

.key-differences h3,
.distinct-features h3, 
.indepth-differences h3,
.pricing-overview h3{
    text-decoration: underline;
}

.indepth-differences{
    width: 100%;
    margin-top: 40px;
}

.indepth-differences table thead, .distinct-features table thead{
    position: sticky;
    top: 0px;
}

.table-thead-style1{
    background-color: rgb(38 67 117);
    color: #fcfcfc;
}

.table-tr-style1{
    background-color: rgb(44, 85, 157);
    color: #fcfcfc;
}

.table-value{
    text-align: center;
}

.icon.cross{
    color: #aa1507;
    font-size: 1.2em;
    text-align: center;
}

.icon.check{
    color: #078942;
    font-size: 1.2em;
    text-align: center;
}


@media only screen and (max-width: 800px){
    .comparision-logos-container.two-logo-container img{
        width: 39vw;
        height: 20vw;
    }

    .comparision-logos-container.two-logo-container img.vs-logo{
        height: 15vw;
    }

    .comparision-logos-container.three-logo-container img{
        width: 22vw;
        height: 14vw;
    }

    .comparision-logos-container.three-logo-container img.vs-logo{
        height: 13vw;
    }

    .differences-table{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }

    .differences-table>div{
        border-left: 0px !important;
        border-top: 1px solid #ccc;
    }

    .differences-table>div:first-child{
        border-top: 0px;
    }

    .differences-table>div h3{
        margin-top: 0px;
        font-size: 1.2em;
    }

    .distinct-features tbody, .indepth-differences tbody{
        font-size: 0.9em;
    }

    .key-differences li p{
        text-align: justify;
    }

    .compare-layout h3{
        font-size: 1.1em;
        margin-bottom: 10px;
    }

    .table-overflow-container{
        overflow-x: auto;
    }
}

@media only screen and (max-width: 700px){

    .comparision-logos-container.three-logo-container{
        display: flex;
        flex-direction: column;
        width: 95%;
    }

    .comparision-logos-container.three-logo-container img.vs-logo {
        height: 16vw;
    }

    .reviews-container .review{
        font-size: 0.9em;
    }

}


.reviews-container .review{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 373px;
    max-width: 400px;
    border: 1px solid #6c6c6c;
}

.reviews-container .review .individual-star-rating{
    margin-top: 10px;
}

.comparision-reviews .reviews-container{
    margin-top: 0px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.reviews-container .review .individual-star-rating>p {
    border-radius: 50px;
    border: 1px solid #444;
    padding: 5px 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.pricing-overview{
    margin-top: 40px;
}

.pricing-overview .individual-pricing{
    margin-bottom: 30px;
    font-size: 0.95em;
}
.pricing-overview>.individual-pricing:last-child{
    margin-bottom: 10px;
}

.pricing-overview h4{
    margin-bottom: 0px;
}

.pricing-overview .plan-descriptions{
    margin-bottom: 0px;
}

.pricing-overview .pricing-button{
    background-color: #222;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 1.1em;
    color: #fcfcfc;
    margin: 0px;
    opacity: 0.7;
}

.internet-stats .text-content{
    font-size: 0.95em;
}

.internet-stats .text-content b{
    font-size: 0.9em;
}

.internet-stats .rating-stars{
    display: flex;
    align-items: center;
    justify-content: center;
}

.internet-stats .rating-stars b{
    padding-top: 3px;
    font-size: 0.95em;
}




/* ----------- Comments ------------ */
.comments-section {
    /* font-family: 'Arial', sans-serif; */
    /* max-width: 600px; */
    /* margin: 0 auto; */
}

.comment {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
}

.comment-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-author {
    color: #0a58ca;
}

.comment-timestamp {
    margin-left: 10px;
    color: #6c757d;
    font-weight: 700;
    font-size: 0.9em;
}

.comment-body {
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 0px;
    padding-top: 5px;
}

.reply {
    margin-left: 20px;
    border-left: 2px solid #e1e1e1;
    padding-left: 10px;
}

.comment.reply{
    border-bottom: 0px;
}

/* Tablet view */
@media (max-width: 768px) {
    .comments-section {
      max-width: 100%;
      padding: 0 20px;
    }
  
    .comment {
      padding: 8px;
    }
  
    .comment-header {
      font-size: 0.9rem;
    }
  
    .comment-body {
      font-size: 0.8rem;
    }
  }
  
  /* Mobile view */
@media (max-width: 480px) {
    .reply {
      margin-left: 10px;
      padding-left: 5px;
    }
  
    .comment-header {
      font-size: 0.8rem;
    }
  
    .comment-body {
      font-size: 0.7rem;
    }
}


.compare-layout .post-suggestions ul{
    font-size: 1em !important;
}

.compare-layout .post-suggestions ul>li{
    margin: 7px 0px;
}
