.top-bar {
      background-color: #b98600;
      color: white;
      font-weight: 500;
      font-size: 0.9rem;
    }

    .top-bar .bi {
      font-size: 1rem;
      margin-right: 4px;
    }

    .navbar-brand img {
      height: 72px;
      background-color: #0f172b;
    }


    


/* Site styles (added) */

/* Hide the trust indicator top bar on small screens (mobile) */
@media (max-width: 767.98px) {
	.top-bar {
		display: none !important;
	}
}

/* Utility: hide entire page content on mobile if you intentionally want that */
@media (max-width: 767.98px) {
	.hide-on-mobile {
		display: none !important;
	}
}

