/* CleanWhite forces `.navbar-custom .nav li a { color: #fff }` — dropdown items inherit that
   and become invisible on the light `.dropdown-menu` background. */
.navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a,
.navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a:focus {
    color: #333 !important;
    background-color: transparent !important;
}
.navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a:hover {
    color: #0085a1 !important;
    background-color: #f5f5f5 !important;
}

[data-theme="dark"] .navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a,
[data-theme="dark"] .navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a:focus {
    color: #c9d1d9 !important;
}
[data-theme="dark"] .navbar-custom .navbar-nav > li.dropdown > .dropdown-menu > li > a:hover {
    color: #7fb4ff !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.post-comments {
    margin-top: 48px;
}

.post-comments h2 {
    margin-top: 28px;
    font-size: 28px;
}

.post-comments .comments-intro,
.post-comments .comments-status {
    margin-bottom: 18px;
    color: #666;
    font-size: 16px;
}

.post-comments .comments-status {
    font-size: 14px;
}

[data-theme="dark"] .post-comments .comments-intro,
[data-theme="dark"] .post-comments .comments-status {
    color: #9aa7b7;
}

.comments-list {
    margin: 20px 0 28px;
}

.comment-item {
    padding: 16px 0;
    border-top: 1px solid #e8e8e8;
}

.comment-item:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.comment-meta {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 6px;
    color: #444;
}

.comment-meta span {
    color: #777;
    font-size: 13px;
}

.comment-item p {
    margin: 0;
    white-space: pre-wrap;
}

.comment-form {
    margin-top: 24px;
}

.comment-form-row {
    margin-bottom: 16px;
}

.comment-form label {
    display: block;
    margin-bottom: 6px;
    color: #333;
    font-weight: 700;
}

.comment-form label span {
    color: #777;
    font-weight: 400;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    color: #333;
}

.comment-form textarea {
    resize: vertical;
}

.comment-submit {
    padding: 10px 16px;
    border: 0;
    border-radius: 4px;
    background: #0085a1;
    color: #fff;
    font-weight: 700;
}

.comment-submit:hover,
.comment-submit:focus {
    background: #006f87;
}

.comment-honeypot {
    position: absolute;
    left: -10000px;
}

[data-theme="dark"] .comment-item {
    border-color: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .comment-meta,
[data-theme="dark"] .comment-form label {
    color: #c9d1d9;
}

[data-theme="dark"] .comment-meta span,
[data-theme="dark"] .comment-form label span {
    color: #9aa7b7;
}

[data-theme="dark"] .comment-form input,
[data-theme="dark"] .comment-form textarea {
    border-color: rgba(255, 255, 255, 0.18);
    background: #0d1628;
    color: #c9d1d9;
}
