.comment {
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #d8d8d8;
    background-color: #060606;
}

.comment-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.login-prompt {
    color: #d8d8d8;
    margin-bottom: 0;
}

.comment-info {
    flex-grow: 1;
    text-align: left;
}

.comment-form {
    margin-bottom: 0px;
}

.comment-info .username {
    font-weight: bold;
    color: #ffffff; /* White for username */
}

.comment-info .comment-date {
    font-size: 11px;
    color: gray;
}

.comment-info p {
    margin-top: 5px;
    color: #d8d8d8;
    font-size: 15px;
}

.avatar-comment-section {
    margin-right: 10px;
}

.comment-username {
    font-weight: bold;
    margin-right: 7px;
    color: #ffffff; /* White for username */
    font-family: 'Positions';
    font-size: 18px;
}


.comment-avatar {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    margin-right: 5px;
}

/* Adjust layout for smaller screens */
@media (max-width: 600px) {
    .comment-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .avatar-section {
        margin-top: 10px;
    }
}

body {
    padding: 0 !important;
}



.comments-container {
    margin-top: 50px;
    padding-top: 0;
}

.comment {
    border-bottom: 1px solid #888;
    color: #d8d8d8;
}

.comment strong {
    color: #333;
}

.comment p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.comment-date {
    font-size: 12px;
    color: gray;
}

.no-comments {
    font-style: italic;
    color: gray;
}

field-row-stacked {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.comment-form textarea {
    width: 100%;
    height: 60px;
    padding: 5px;
}

.comment-form button {
    background-color: #00ff00;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    margin-top: 5px;
}

.login-prompt a {
    color: blue;
}

@media (max-width: 600px) {
    .comment-content {
        flex-direction: row; /* Keep row layout to prevent avatar from stretching */
        align-items: center;
    }

    .avatar-comment-section {
        margin-right: 10px; /* Ensure spacing stays consistent */
    }

    .comment-avatar {
        width: 35px;  /* Adjust avatar size for mobile */
        height: 35px;
    }

    .comment-info {
        flex-grow: 1;
    }
}

@font-face {
    font-family: 'Positions';
   src: url('PositionsByArixbored-Regular%20.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-family: 'Positions';
    font-size: 35px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
    padding: 20px;
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text */
}

.btn {
    font-family: 'Segoe UI' !important;
}

.toggle-btn {
    margin-top: 10px;
}

        .container { width: 300px; margin: 100px auto; padding: 20px; background-color: black; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
        h2 { text-align: center; }
        input { width: calc(100% - 20px); padding: 10px; margin: 10px 0; border: 1px solid #ddd; border-radius: 5px; }
        .btn { background-color: #4CAF50; color: white; padding: 10px; border: none; border-radius: 5px; cursor: pointer; width: 100%; }
        .btn:hover { background-color: #45a049; }
        .toggle-btn { background-color: #2196F3; }
        .toggle-btn:hover { background-color: #0b7dda; }
        .error { color: red; text-align: center; }
        
                .button { padding: 10px 20px; margin: 10px; text-decoration: none; color: white; background-color: #007BFF; border-radius: 5px; display: inline-block; }
                
                
                        textarea { width: calc(100% - 20px); max-width: 400px; height: 150px; padding: 10px; border-radius: 5px; border: 1px solid #ddd; margin: 10px 0; }
        .button { padding: 10px 20px; margin: 10px; text-decoration: none; color: white; background-color: #007BFF; border-radius: 5px; display: inline-block; }
        .button-red { background-color: red; }
        .success-message { color: green; font-weight: bold; margin: 10px 0; }
        
                .bio { margin-top: 20px; font-size: 1.2em; color: #fff; }