.hidden{
    display: none !important;
}
.emoji-svg {
    display: inline-block;
    width: 0.85em;
    position: relative;
    height: 0.85em;
    margin: 0em 0.1em;
}

.emoji-svg > svg{
    position: absolute;
    display: block;
    height: 0.85em;
    width: 0.85em;
    transform: translateY(-50%);
    top: 50%;
}
@media screen and (min-width: 768px) {
    .mb-br{
        display: none;
    }
}
.header-logo {
    display: flex;
    align-items: center;
}

.header-logo picture {
    display: flex;
}

.header-logo img {
    max-height: 60px; /* Adjust for better fit */
    width: auto;
    object-fit: contain;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .header-logo img {
        max-height: 40px; /* Reduce logo size for mobile */
    }
}
:state(moz-scrollbar) {
    scrollbar-width: thin;
  }
  :state(moz-scrollbar) {
    scrollbar-width: thin !important;
  }
  
