.forumbit-depth-1-title a {
  color: var(--background-color);
  letter-spacing: 0.094rem;
	font-weight: 600;
}

.forumbit-depth-1-title {
  margin: 2.5rem 0;
	color: var(--background-color);
	letter-spacing: 0.094rem;
	text-transform: uppercase;
	font-weight: 600;
}

.forumbit-depth-2 {
	background-color: var(--background-color-less-opacity);
	padding: 1.875rem;
}

.forumbit-depth-2.status {
	background-color: var(--accent-color-less-opacity);
	display: flex;
	align-items: center;
}

.forumbit-depth-2.status img {
	width: 3.125rem;
}

.forumbit-depth-2-wrapper {
	grid-gap: var(--20px);
	display: grid;
}

.forumbit-depth-2-container {
	height: 9.375rem;
	align-items: center;
}

.forumbit-depth-2-container > div {
	height: 100%;
}

.forumbit-depth-2-title {
  border-bottom: 0.063rem solid var(--background-color-intensive);
  margin-bottom: var(--10px);
  padding-bottom: var(--10px);
  width: 85%;
  font-weight: 600;
  letter-spacing: 0.094rem;
}

.forumbit-depth-2-description {
  font-size: 0.656rem;
  width: 85%;
  text-align: justify;
  color: var(--text-color-lighter);
	max-height: 60px;
	overflow: auto;
}

.forumbit-depth-2.lastpost {
	flex-flow: column;
	justify-content: center;
}

.forumbit-depth-2-lastpost {
  font-weight: 600;
  margin-bottom: var(--5px);
  font-size: 0.75rem;
}

.forumbit-depth-2-lastpost-author, .forumbit-depth-2-date {
	opacity: .8;
	font-size: var(--10px);
	text-transform: uppercase;
}

.forumbit-depth-2-lastpost-author a {
	color: var(--text-color);
}

.forumdisplay-calender-instaroid {
	display: grid;
grid-template-columns: 1fr 1fr;
	grid-gap: var(--15px);
margin-bottom: var(--15px);
}

.forumdisplay-calender-instaroid > div {
  background-color: var(--background-color-less-opacity);
}