.ck-content1 {
    max-width: 1200px;
    margin: auto;
}

h2 {
    font-size: 23px;
}
.user-account, button.search-icon, p, ul.header-social-network li a {
    color: #2b2b2b !important;
}

.header-style-1 .search-button {
    background: #fff;
    line-height: 43px !important;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 899;
}


.slicknav_btn {
    top: 5px;!important
}
.calccontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.calccolumn {
    text-align: left;
  margin-left:20px;
    width: 100%; /* Single column on mobile */
}
h1, p {
    max-width: 800px;
        margin: 10px 20px;
}

@media (min-width: 768px) { /* Applies to larger screens */
    .calccolumn {
        width: calc(25.33% - 20px); /* Three columns with spacing */
    }
  h1, p {
    max-width: 800px;
        margin: 0 auto 20px;
}
  
  
}

.ck-content1 ul {
    list-style-type: disc;
    padding-left: 45px;
    line-height: 1.8;
}

@media only screen and (min-width: 1024px) {  /* Adjust for larger screens */
    .ck-content1 ul {
        padding-left: 230px !important;
    }
}







.calcquestion {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.calcquestion input {
    margin-right: 10px;
}

.calcresult {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.button-53 {
    background-color: #3DD1E7;
    border: 0 solid #E5E7EB;
    box-sizing: border-box;
    color: #000000;
    display: flex
;
    font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    justify-content: center;
    font-weight: 700;
    line-height: 1.75rem;
    padding: 0.75rem 0.65rem;
    margin: 0px auto;
    position: relative;
    text-align: center;
    text-decoration: none #000000 solid;
    text-decoration-thickness: auto;
    width: 67%;
    max-width: 400px;
    position: relative;
    cursor: pointer;
    transform: rotate(-2deg);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    margin: 0 auto;
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}


 body {
            font-family: Arial, sans-serif;
            
            background-color: #f8f8f8;
        }
        .container {
            
            margin: 20px auto;
      
          
        }



        h1 {
            font-size: 24px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            margin-top: 20px;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #ccc;
        }
        td:nth-child(2), td:nth-child(4) {
            background-color: #e0edda;
        }
        .footer {
            margin-top: 15px;
            font-size: 12px;
            color: gray;
        }