/*****************************************/
/*     Start your custom style here      */
/*****************************************/

.header__menu-container.header__menu-container--mobile {
    display: none;
}


.meta.ml-2 {
    color: black !important; /* Set the font color of the entire div to black */
}

.meta.ml-2 div {
    color: black !important; /* Set the font color of the date to black */  
}


.meta.ml-3 {
    color: white !important; /* Set the font color of the entire div to white */
  }

.meta.ml-3 div {
    color: white !important; /* Set the font color of the date to white */
  
  }
.hs_cos_wrapper_type_text {
    color: white !important;
  } 

.d-inline-block.mb-4 {
  margin-bottom: 0 !important;
  border: 0 !important;
  padding-bottom: 0 !important;/* Adjust the value as needed */
}

.author-section {
  margin-top: 30px !important;
}

.hs-blog-post-listing__post-tag {
  margin-top: 5px !important;
}

.hs_cos_wrapper_widget_1698946467186:hover {
  color: #1540FF !important; /* Change the color to blue when hovered */
}
  
.sr-pagination.bg-secondary {
    background-color: #fff !important; 
    color: #fff !important;
}

.article-panel:hover {
    outline: 1px solid #000000 !important; /* Black outline*/
    box-shadow: none !important;
}

.legal-consent-container {
    font-size: 14px;
}
.legal-consent-container .hs-richtext ~ .hs-richtext {
    font-size: 10px;
    line-height: 14px;
}
}