/* .banner-container-code {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f47361;
}
.banner-button a button:hover {
  background: #ffffff !important;
  color: #f47361;
}
.card-header button{
  padding:5px;
}
.card-header button:hover{
  background: #ffffff00 !important;
  color: #ffffff;
}
.banner-button a button:hover {
  background-color: transparent !important;
  color: #ffffff;
}
.carded {
  background-color: #f47361;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1240px;
  transition: all 0.3s ease;
  /* Smooth transition */
}

/* .carded.closed {
  background-color: #f47361;
  padding: 6px 0px;
}
 */
/* Common styling for content */
/* .body-content-banner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  line-height:25px;
  font-family: system-ui; */
}
/* 
.banner-close-btn {
  font-size: 24px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
 */
/* .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#banner-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
} */

.body-content-banner {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertically center the text */
}



/* .banner-button {
  display: flex;
  justify-content: center;
}

.action-btn {
  padding: 10px 40px;
  background-color: #f8f8f8;
  color: #f47361;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  font-family: system-ui; */
}

/* .on-desktop-none {
  display: none;
}
.closed .action-btn {
  padding: 9px 0px;
  background-color: #f8f8f800;
  color: #ffffff;
  font-size: 16px;
} */
/* Mobile styles (under 980px) */
/* @media only screen and (max-width: 980px) {
  .on-mobile-none {
    display: none;
  }

  .on-desktop-none {
    display: block !important;
  } */

  /* Hide the original image on mobile */
/*   .carded .image-container {
    display: none;
  } */

  /* Hide the close button on mobile */
/*   .carded .banner-close-btn {
    display: none;
  } */

  /* Unique mobile content */
/*   .mobile-content {
    display: block;
    text-align: center;
    color: #ffffff;
    align-items: center;
    column-gap: 20px;
  }
 */
/*   .mobile-content {
    display: flex !important;
  }

  .mobile-content p {
    font-size: 14px;
    font-weight: 600;

    margin:0px;
  } */

/*   .mobile-content .action-btn {
    padding: 0px 0px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    background: none !important;
    font-size: 14px;
  }

.mobile-content .action-btn {
    color: #f47361 !important;
    padding: 6px;
    font-size: 13px;
    background-color: #f8f8f8 !important;
    border: none;
    border-radius: 4px;
}

  .carded {
    padding: 10px !important;
    align-items: center !important;
  } */

  /* Ensure the card is stacked vertically and centered on mobile */
/*   .carded {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
} */

