/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* -------------- CAN WE DISPLAY ONLY IF THERE IS A BLOCK CALLED BLOCK CONTENT GALLERY */
		@media (min-width: 576px) {
			.card-columns {
				-webkit-column-count: 3;
				-moz-column-count: 3;
				column-count: 3;
				-webkit-column-gap: 1.25rem;
				-moz-column-gap: 1.25rem;
				column-gap: 1.25rem;
				orphans: 1;
				widows: 1;
			}
			.card-columns.grid-2 {
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
			}
			.card-columns > * {
				display: inline-block;
				width: 100%;
			}
		}

.LoginRegisterPro ul,
.LoginRegisterPro li {
  display: none; /* or style appropriately */
}

.LoginRegisterPro {
  margin-top: 2rem;
}

/* AVATAR STYLING */

.avatar-wrapper {
  width: 100%;
}

.avatar-img {
  border: 3px solid #eee;
  transition: transform 0.2s ease;
}

.avatar-img:hover {
  transform: scale(1.02);
}

.edit-avatar-btn {
  font-size: 0.8rem;
  padding: 4px 10px;
}

.btn-follow {
  background-color: #e62739;
  color: #fff;
}

.btn-following {
  background-color: #6ed3cf;
  color: #fff;
}

.btn-follow {
  background-color: #e62739;
  color: #fff;
}

.btn-follow:hover {
  background-color: #e62739;
  color: #fff;
}

.btn-following {
  background-color: #6ed3cf;
  color: #fff;
}

.btn-following:hover {
  background-color: #6ed3cf;
  border-color: #6ed3cf;
  color: #fff;
}

.btn-follow,
.btn-following {
  transition: all 0.2s ease;
}

.interactive-banner-style-09 {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 900; /* modern, clean */
  overflow: hidden;
}

.interactive-banner-style-09 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
