body {
    padding-top: 20px;
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-control-static {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    padding-left: 0.75rem;
}

.table-responsive {
    overflow-x: auto;
}

/* Forum styles */
.list-group-item-action h5 {
    color: #0d6efd;
}

.list-group-item-action:hover h5 {
    text-decoration: underline;
}

/* Admin sidebar */
.list-group-item.active {
    font-weight: bold;
}

.accept-label {
            font-weight: 700; /* Bold */
            font-size: 1.1rem; /* Bigger */
            color: #212529;
        }
