* {
    box-sizing: border-box;
}

.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}
.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.content-area h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
          color: #000;
          width: 100%;
        }

  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      color: #000;
       width: 100%;
      line-height: 40px;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
      color: #000;
       width: 100%;
       padding: 0;
      line-height: 35px;
    }

    .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      color: #000;
       width: 100%;
        padding: 0;
      line-height: 30px;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      color: #000;
       width: 100%;
        padding: 0;
      line-height: 28px;
    }
       .content-area h6 {
      font-size: 16px; 
      font-weight: bold; 
      color: #000;
       width: 100%;
        padding: 0;
      line-height: 25px;
    }
.content-area ol li {
    list-style: decimal;
    
}

.content-area ul li {
    list-style: disc;
    }

    .content-area ol, .content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
} 


   .content-area table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .content-area td{
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
   }
th:first-child, td:first-child {
    padding-left: 8px !important;
}
   .content-area dl {
      margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
   }
  .content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
    
.content-area p {
    font-size: 16px;
    margin-bottom: 15px;
}
.content-area li {
    font-size: 16px;
    line-height: 30px;
}
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 17px;
    right: 0;
    font-size: 10px;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
    right:18px;
}
.site-info a {
    color: #fff !important;
    font-size: 14px;
}
.site-info{
    float: unset;
    text-align: center;
    color: #fff;
     font-size: 14px;
}

td.campaign-compact-table__offer-key-features li {
    list-style: none;
}
@media screen and (max-width: 580px){
    
    .menu-item-has-children > a::after {
        display: none;
   }
.sub-menu .menu-item-has-children > a::after {
    display: none;
}
 .table-auto {
    overflow-x: scroll;
    width: 100%;
}

}
@media screen and (max-width: 991px){
.table-auto {
    overflow-x: scroll;
    width: 100%;
}
.wrap {
    max-width: 100% !important;
}
}
