/** Shopify CDN: Minification failed

Line 183:52 Expected identifier but found whitespace
Line 264:0 Unexpected "<"
Line 354:0 Unexpected "<"
Line 445:0 Unexpected "<"
Line 536:0 Unexpected "<"
Line 627:0 Unexpected "<"
Line 718:0 Unexpected "<"
Line 809:0 Unexpected "<"
Line 900:0 Unexpected "<"
Line 991:0 Unexpected "<"
... and 4 more hidden warnings

**/


/* CSS from section stylesheet tags */
.advert-banner-top {
    display: block;
    margin: 0rem 0rem 1.5rem 0rem;
  }

  .banner-img {
    display:block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 65%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 65%;
      margin-left: auto;
      margin-right: auto;
    }
  }
.advert-banner-top {
    display: block;
    margin: 0rem 0rem 1.5rem 0rem;
  }

  .banner-img {
    display:block !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 65%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  }
.advert-banner-top {
    display: block;
    margin: 0rem 0rem 1.5rem 0rem;
  }

  .banner-img {
    display:block !important;
    width: 100% ;
    margin-left: auto;
    margin-right: auto;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .advert-banner-top {
      margin : 0rem 0rem 3.4rem 0rem;
    }

    .banner-img {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }
  }
/* during mobile usage hide it  */
    .contributers-note-content {
      display : none;
      margin : 0px 0px;
    }

    .contributor-container-title {
      border-bottom: 1px solid #707070;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 5px;
    }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .contributers-note-content {
      display : block;
      margin : 8px 0px
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .contributers-note-content {
      display : block;
      margin : 8px 0px
    }
  }
.article-card {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
    }

    .article-list-title {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 5px;
      border-bottom: 1px solid #707070;
    }

    .article-container {
      display: flex;
      flex-direction: column;
    }

    .article-container .article-container--content{
      display: grid;
      grid-template-columns: auto auto;
      padding: 10px 15px;
      border-top: 1px solid #d6d6d6;
    }

    .article-container .article-container--content : first-of-type {
      border-top: none;
    }

    .article-container.article-container--content:first-of-type {
      border-top: none;
    }

    .article-container .article-container--content .article-container--img {
      width: 130px;
    }

    .article-container .article-container--content .article-container--img img {
      max-width: unset;
      width: 100%;
      object-fit: cover;
    }

    .article-container .article-container--content .article-container--header {
      margin: 0px 10px;
    }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .article-container .article-container--content{
      display: grid;
      grid-template-columns: auto auto;
      padding: 10px 0;
      border-top: 1px solid #d6d6d6;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .article-container .article-container--content{
      display: grid;
      grid-template-columns: auto auto;
      padding: 10px 0;
      border-top: 1px solid #d6d6d6;
    }
  }
.ad-container {
    display : none;
    margin : 0px 0px;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .ad-container {
      display : block;
      margin: 8px 0px 8px 0px;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .ad-container {
      display : block;
      margin: 8px 0px 8px 0px;
    }
  }
.ad-container {
    display : none;
    margin : 0px 0px;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .ad-container {
      display : block;
      margin: 0px 0px 8px 0px;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .ad-container {
      display : block;
      margin: 0px 0px 8px 0px;
    }
  }
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer !important; /* Change cursor to indicate clickability */
 
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 20px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
<style>
/* Overall container */
.editable-tile-container {
  position: relative;
  width: 100%;
  /* height: 250px; Adjust height as necessary */
  overflow: hidden;
  cursor: pointer; /* Change cursor to indicate clickability */
  
}

/* Background container */
.editable-tile-container--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Apply fading effect only to background */
  z-index: 1; /* Ensure it's below content */
  border-radius: 10px; /* Optional: Add rounded corners */
}

/* Foreground content */
.editable-tile-content {
  position: relative;
  z-index: 2; /* Ensure it's above the background */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
}

/* Image on the left */
.editable-tile-image-left {
  flex: 0 0 auto;
  margin-right: 5px;
}

.editable-tile-foreground-image {
  object-fit: cover;
  border-radius: 10px; /* Optional: Add rounded corners */
  }
  
/* Screen size > 1200px */
@media (min-width: 1200px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 992px and 1199px */
@media (min-width: 992px) and (max-width: 1199px) {
  .editable-tile-foreground-image {
    width: 3.5em;
    height: 3.5em;
  }
}

/* Screen size between 768px and 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}

/* Screen size < 768px */
@media (max-width: 767px) {
  .editable-tile-foreground-image {
    width: 3em;
    height: 3em;
  }
}
  
/* Text on the right */
.editable-tile-text-right {
  flex: 1;
}

.editable-tile-custom-title {
  font-size: 24px;
  color: white; /* Ensure text stands out against the faded background */
  /* text-decoration: none; */
  font-weight: bold;
}
</style>
/* during mobile usage hide it  */
  .subbox {
    display: block;
    margin : 0rem 0rem 0rem 0rem;
  }

  @media only screen and (min-width: 600px) {
    /* For tablets: */
    .subbox {
      margin : 2rem 1.5rem 0rem 1.5rem;
    }
  }

  @media only screen and (min-width: 768px) {
    /* For desktop: */
    .subbox {
      margin : 2rem 1.5rem 0rem 1.5rem;
    }
  }