/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a {
  color: #0077cc !important;
}
.home-button {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: #373737;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.home-button:hover {
  background-color: #0056b3;
}

.page-title-container {
  position: relative; /* Ensure the container can position its children */
}
.modal-content {
  padding: 20px;
}
.character-count {
  text-align: right;
  font-size: 0.9em;
  color: #555;
}
