/* _content/AWG.Blazor.Web/Controls/GoogleLogin.razor.rz.scp.css */
/* _content/AWG.Blazor.Web/Controls/LeftNav.razor.rz.scp.css */
.nav-menu-image-container[b-er03icim7g] {
  display: flex;
  justify-content: center;
  /* Horizontally centers the image */
  align-items: center;
  /* Vertically centers the image */
  height: 150px;
  /* Adjust based on desired height */
  margin-bottom: 16px;
  /* Add spacing below the image */
  width: 100%;
  /* Ensures the container spans the entire width */
}
.current-listing-image[b-er03icim7g] {
  max-height: 100%;
  /* Ensures the image fits within the container */
  max-width: 100%;
  /* Prevents overflow */
  object-fit: contain;
  /* Maintains aspect ratio */
  border-radius: 8px;
  /* Optional: adds rounded corners */
  border: 1px white solid;
}
/* _content/AWG.Blazor.Web/Pages/Index.razor.rz.scp.css */
