.festival-comments {
    margin-top: 30px;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.festival-comments-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.festival-comment-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.festival-comment-navigation .nav-previous,
.festival-comment-navigation .nav-next {
    max-width: 48%;
}

.festival-comment-navigation a {
    color: #0af8c5;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 500;
}

.festival-comment-navigation a:hover {
    color: #08d9b8;
    text-decoration: underline;
}

.festival-comments-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.festival-comments-list .children {
    list-style: none;
    margin-top: 20px;
    padding-left: 60px;
    border-left: 2px solid #eaeaea;
}

.festival-comments-list li {
    margin-bottom: 25px;
}

.festival-comment-body {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.festival-comment-meta {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.festival-comment-avatar {
    margin-right: 15px;
    flex-shrink: 0;
}

.festival-comment-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.festival-comment-metadata {
    flex-grow: 1;
}

.festival-comment-author {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

.festival-comment-author a {
    color: #333;
    text-decoration: none;
}

.festival-comment-author a:hover {
    color: #0af8c5;
}

.festival-comment-time {
    font-size: 0.9rem;
    color: #777;
}

.festival-comment-content {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #444;
}

.festival-comment-content p:last-child {
    margin-bottom: 0;
}

.festival-comment-awaiting-moderation {
    margin-top: 10px;
    padding: 10px;
    background-color: #fffbea;
    border-left: 3px solid #ffd566;
    color: #6b5900;
    font-size: 0.9rem;
}

.festival-comment-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.festival-reply-link a,
.festival-edit-link a {
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #777;
    text-decoration: none;
    transition: all 0.2s ease;
}

.festival-reply-link a:hover,
.festival-edit-link a:hover {
    color: #0af8c5;
}

.festival-reply-link i,
.festival-edit-link i {
    margin-right: 5px;
}

.festival-comment-reply-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
}

.festival-comment-reply-title small {
    margin-left: 10px;
    font-size: 0.9rem;
}

.festival-comment-reply-title small a {
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease;
}

.festival-comment-reply-title small a:hover {
    color: #0af8c5;
}

.festival-comment-notes {
    margin-bottom: 20px;
    color: #777;
    font-size: 0.9rem;
}

.festival-must-log-in,
.festival-logged-in-as {
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.festival-comment-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.festival-comment-form-field {
    flex: 1;
    min-width: 200px;
}

.festival-comment-form-field input,
.festival-comment-form-field textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.festival-comment-form-field input:focus,
.festival-comment-form-field textarea:focus {
    border-color: #0af8c5;
    outline: none;
    box-shadow: 0 0 0 2px rgba(10, 248, 197, 0.1);
}

.festival-comment-form-field input::placeholder,
.festival-comment-form-field textarea::placeholder {
    color: #999;
}

.festival-comment-form-cookies {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.festival-comment-form-cookies input {
    margin-right: 10px;
    margin-top: 5px;
}

.festival-comment-form-cookies label {
    font-size: 0.9rem;
    color: #666;
}

.festival-form-submit {
    margin-top: 10px;
}

.festival-submit-btn {
    background-color: #0af8c5;
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.festival-submit-btn:hover {
    background-color: #08d9b8;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.festival-no-comments {
    padding: 15px;
    background-color: #f2f2f2;
    border-radius: 6px;
    color: #666;
    text-align: center;
    font-style: italic;
}

body.likhun-dark .festival-comments {
    background-color: #292929;
}

body.likhun-dark .festival-comments-title,
body.likhun-dark .festival-comment-reply-title,
body.likhun-dark .festival-comment-author a {
    color: #fff;
}

body.likhun-dark .festival-comment-body {
    background-color: #333;
}

body.likhun-dark .festival-comment-content {
    color: #ddd;
}

body.likhun-dark .festival-comment-form-field input,
body.likhun-dark .festival-comment-form-field textarea {
    background-color: #383838;
    border-color: #444;
    color: #fff;
}

body.likhun-dark .festival-comment-form-field input::placeholder,
body.likhun-dark .festival-comment-form-field textarea::placeholder {
    color: #999;
}

body.likhun-dark .festival-comment-notes,
body.likhun-dark .festival-comment-form-cookies label,
body.likhun-dark .festival-comment-time {
    color: #bbb;
}

body.likhun-dark .festival-comment-navigation a {
    color: #0af8c5;
}

body.likhun-dark .festival-comment-awaiting-moderation {
    background-color: #3a3612;
    border-color: #897b18;
    color: #e6d85a;
}

@media (max-width: 768px) {
    .festival-comments {
        padding: 15px;
    }
    
    .festival-comment-form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .festival-comments-list .children {
        padding-left: 20px;
    }
    
    .festival-comment-meta {
        flex-direction: column;
    }
    
    .festival-comment-avatar {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .festival-comment-avatar img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .festival-comments-title,
    .festival-comment-reply-title {
        font-size: 1.3rem;
    }
    
    .festival-comment-body {
        padding: 15px;
    }
    
    .festival-comment-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .festival-comment-form-cookies label {
        font-size: 0.8rem;
    }
    
    .festival-submit-btn {
        width: 100%;
    }
}