/* Start custom CSS */.abc-community-app {
  display: flex;
  gap: 0;
  min-height: 100vh;
  background: #FBFAF8;
  padding: 0;
}

.abc-community-menu {
  width: 280px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  background: #ffffff;
  border-right: 1px solid #e2B848;
  border-radius: 0;
  padding: 24px;
}

.abc-community-content {
  flex: 1;
  min-height: 100vh;
  background: #FBFAF8;
  border-radius: 0;
  overflow: hidden;
}

.abc-community-content iframe {
  width: 100%;
  height: 100vh;
  border: none;
}/* End custom CSS */