footer {
    margin-top: 30px;
}

.comments-section {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comments-container {
    max-width: 800px;
    margin: 0 auto;
}

.comments-header {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}

.comments-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-content {
    display: flex;
    flex-direction: column;
}

.comment-username {
    font-weight: bold;
    margin-bottom: 4px;
}

.comment-text {
    color: #333;
}

.comment-timestamp {
    font-size: 12px;
    color: #999;
}


.comment-text {
    border: 1px solid #eee;
    padding: 7px 16px;
    color: #7d7b7b;
}

.comment-username {
    font-size: 14px;
    color: #696868;
}

li.comment-item {
    list-style: none!important;
}

.btn-trouble {
    background-color: #DBF2F2!important;
    margin: 10px;
}