#jc {
    width: 700px;
    margin-inline: auto;
}

#jc h4 {
    text-align: center;
    font-size: 1rem;
    color: #3d7c2b;
    padding-block: 0.5rem;
}
#jc input, #jc textarea {
    width: 100%;
    padding-block: 0.5rem;
    border: 1px solid #e3e3e3;
    outline: none;
    padding-inline: 0.5rem;
    box-shadow: none;
}
#jc textarea {
    resize: none;
    margin-top: 9px;
}
#jc .btn {
    background: #3d7c2b;
    padding-inline: 1rem;
    padding-block: 0.5rem;
    margin-inline-start: auto;
    display: block;
    width: max-content;
    border: none;
}
#jc .btn a {
    color: #fff;
    text-shadow: none;
    font-size: 1rem;
}
#comments-form {
    position: relative;
}
#comments-footer {
    display: none;
}
#comments-form-message {
    color: red;
    position: absolute;
    bottom: 1rem;
}


.jcomments-latest {
    display: flex;
    flex-wrap: nowrap;
    gap: 1%;
    margin-left: 0;
}
ul.jcomments-latest li {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 30.25%;
    border: 1px solid #eeeeee;
    padding: 1rem;
    border-radius: 4px;
}
.jcomments-latest li h4 {
    display: none;
}

.jcomments-latest li .author, .date {
    width: 50%;
    flex: 0 0 50%;
}

ul.jcomments-latest .comment {
    width: 100%;
}

.comment-navigation {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.navigation-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #33333369;
    cursor: pointer;
}
.navigation-dot.active {
    background-color: #3d7c2b;
}

.moduletable {
    overflow: hidden;
}