.info-tr {
  position: relative;
   background: var(--back) var(--katbild);
  background-size: cover; 
  z-index: 0;
}

.info-tr > * {
  position: relative;
  z-index: 1;
}


.category-wrap {
  margin: 40px 0;
  overflow: hidden;
}

.category-header {
background:var(--katbild);
  background-size: cover;
  background-position: center;
  padding: 40px 30px;
  text-align: center;
  color: #d8c9ab;
  position: relative;

}

.category-title {
  font-family: 'Uncial Antiqua', serif;
  font-size: 60px;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px black;
}

.category-desc {
  font-size: 14px;
  font-family: 'Georgia', serif;
  margin-top: 10px;
  opacity: 0.9;
	background:var(--body);
	padding:3px 5px;
	color:var(--golden);
}

.category-body {

}

.forum-container {
  position: relative;
  display: flex;
  background: #121212;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: 'Georgia', serif;
  min-height: 130px;
  overflow: hidden;
	margin:10px 0px;

}

.forum-left {
  flex-basis: 60%;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 40px;
  background: var(--body);
  z-index: 1;
}

.forum-stats {
  position: absolute;
  right: 40%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 70px;
  text-align: center;
}

.stat {
  font-size: 18px;
  color: var(--accentborder);
  text-transform: uppercase;
  font-weight: bold;
}

.stat span {
  font-size: 14px;
  opacity: 0.6;
  font-weight: normal;
  position: relative;
	margin:4px;
  top: 2px; 
}


.forum-texts {
  display: flex;
  flex-direction: column;
}

.forum-title a {
  font-family: 'Uncial Antiqua', serif;
  font-size: 24px;
  color: #c9bca6;
  text-decoration: none;
}

.forum-title a:hover {
  color: #d8c79e;
}

.forum-links {
  font-size: 11px;
  color: #998a74;
  margin-top: 5px;
  opacity: 0.8;
}

.forum-links a {
  color: inherit;
  margin-right: 6px;
  text-decoration: none;
}

.forum-links a:hover {
  text-decoration: underline;
}

.forum-right {
  flex-basis: 35%;
  background: var(--body) url(../../../images/pale/waves.png) center/cover no-repeat;
  align-items: center;
  padding: 20px 30px;
  position: relative;
}

.flex {
  display: flex;
	gap:40px;
  justify-content: start;}

.forum-lastpost {
  font-size: 11px;
  padding: 8px 12px 8px 0px;
  max-width: 100%;
border-bottom:2px solid var(--bordercolor);
  text-align: left;
  line-height: 1.5;
	margin-left:5px;
	margin-top:12px;
}

.forum-lastpost a {
  color:var(--golden);
}


