#cookie-banner {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    font-size: 14px !important;
    color: #ffffff; /* Changed from #333 to white */
    text-align: left;
  }
  .eb_imagewrap {
    margin-bottom: 0; /* Remove bottom margin if any */
    padding-bottom: 0;
}

.eb_textinfo {
    margin-top: 0; /* Remove top margin if any */
    padding-top: 0;
}

.eb_imagewrap img {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
}
.button_cookie .eb_papbtn{
  color: white ;

}
  .eb_textinfo .heading_title {
    font-size: 24px; /* or use 2em or any size you prefer */
    font-weight: bold;
    margin-bottom: 10px;
}
.inner3 .green a  {
  color: #66AF29 !important;
  font-weight: bold;
  text-decoration: none !important;
}
.inner3 .white a  {
  color: white !important;
  font-weight: bold;
  text-decoration: none !important;
}
.eb_papbtn {
  background: #1D467A !important;
  color: #ffffff !important;
}
.eb_imagewrap img {
  height: auto;
}

.eb_textinfo {
  flex: 1;
  min-width: 250px; /* Optional: ensures text block doesn't shrink too small */
}
.eb_privacypolicy .button_cookie {
  position: static;
  text-decoration: none;
}
.inner3 {
  width: 86%;
  position: relative;
  left: 0;
}
.eb_textinfo p {
    font-size: 14px !important; /* optional: adjust for clarity */
    font-weight: normal;
    line-height: 1.5;
}
.inner3 .heading_title {
  font-size: 18px;
  color: #FFF;
  letter-spacing: normal;
  margin: 0;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 8px;
}
.eb_privacypolicy {
  width: 13%;
  float: right;
  margin: 0;
  padding-left: 10px;
}
.eb_contentwrap {
  display: flex;
  align-items: center; /* Vertically center content */
  gap: 30px; /* Space between items */
  flex-wrap: wrap; /* For mobile responsiveness */
}
.eb_contentimagewrap .eb_contentwrap .eb_textinfo {
  float: left;
  width: calc(100% - 80px);
}
.eb_contentimagewrap .eb_contentwrap .eb_imagewrap {
  float: left;
  width: 80px;
  padding-right: 15px;
}
.eb_papbtn {
  color: white !important;
  background-color: #1D467A !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
}
.eb_textinfo a {
  color:#66AF29 !important; /* or any color you want */
  text-decoration: none !important;
  font-weight: bold;
}

.inner1 {
  max-width: 1600px;
  width: 94%;
  margin: auto;
  position: relative;
}
  #cookie-banner p {
    margin: 0;
    text-align: left;
  }
  .notice_div_simplebar, .notice_div_ribbin {
    background: #1e5695 !important;
    z-index: 99999 !important;
}
.notice_div_ribbin {
    position: fixed;
    left: 0;
    z-index: 999;
    background: #1E5695 !important;
    width: 100%;
    padding: 20px 0;
}
.ebsticky_bottom {
  bottom: 0px;
}
.heading_title{
    font-size: 20px;
    color: white;
}
.eb_imagewrap img {
    width: 100px;
    height: auto;
  }
  #cookie-banner a {
    color: white; /* blue-600 */
    text-decoration: underline;
    
  }
  .ebsticky_bottom {
    bottom: 0px;
}
.button_message.eb_privacypolicy {
  white-space: nowrap; /* Prevent buttons from wrapping */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Optional: If you want the buttons horizontal */
@media (min-width: 600px) {
  .button_message.eb_privacypolicy {
    flex-direction: row;
  }
}

.button_cookie {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  text-decoration: none !important;/* Remove underline from <a> */
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}

.button_cookie:hover {
  background-color: #0056b3;
}

/* Optional: To prevent spacing issues */
.eb_privacypolicy {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
