.forum-container {
    border: {$theme['borderwidth']} solid #ccc;
    margin-bottom: {$theme['tablespace']};
}

.forum-header {
    background-color: #f2f2f2;
    padding: 10px;
}

.forum-header h2 {
    margin: 0;
}

.forum-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.forum-status {
    width: 10%;
}

.forum-info {
    width: 40%;
    margin-right: 10px;
}

.forum-info h3 {
    margin: 0;
}

.forum-info .forum-description {
    margin: 0;
    font-size: 0.8em;
}

.forum-threads,
.forum-posts,
.forum-lastpost {
    width: 15%;
    text-align: center;
}

.forum-threads p,
.forum-posts p,
.forum-lastpost p {
    margin: 0;
    font-size: 0.8em;
}

.forum-threads span,
.forum-posts span,
.forum-lastpost span {
    font-weight: bold;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  display: none;
}