.header__top .topNav__item a {
    font-weight: 600 !important;
}

.header__button .button {
    font-size: 16px !important;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: unset !important;
    transform: none !important;
}

.text__text {
    font-size: 16px;
    line-height: 28px;
}

@media all {
  .text__text,
  .text__text p,
  .sections__item,
  .sections__item ul li,
  .sections__item ul li span {
    font-size: 1.1em !important;
  }
}

.historySection__navSticky {
    overflow: hidden;
    height: 90vh;
}

/* Comments Section */
.comments-area {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.comments-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

/* Individual Comment */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
    background: #fff;
}

.comment-list li:last-child {
    border-bottom: none;
}

/* Comment Author & Avatar */
.comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #56b046; /* Green border around avatar */
}

.comment-author .fn {
    font-weight: bold;
    color: #56b046; /* Green username */
}

.comment-metadata {
    font-size: 12px;
    color: #666;
}

/* Comment Text */
.comment-content {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    padding: 10px 0;
}

/* Reply Link */
.comment-reply-link {
    display: inline-block;
    background: #56b046;
    color: #fff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
}

.comment-reply-link:hover {
    background: #469638;
}

/* Comment Form */

.comment-reply-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

/* Input Fields */
.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {
    font-weight: bold;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background: #fff;
    transition: border 0.3s ease-in-out;
    height: 45px;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #56b046;
    outline: none;
}

/* Textarea */
.comment-form textarea {
    height: 120px;
    resize: vertical;
}

/* Submit Button */
.comment-form input[type="submit"] {
    background: #56b046;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.comment-form input[type="submit"]:hover {
    background: #469638;
}

/* Checkbox for GDPR */
.comment-form-cookies-consent label {
    font-size: 14px;
    color: #666;
}

.remah-article-meta-reviewed {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9em;
    color: #555;
    margin: 15px 0;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-left: 3px solid #4d9e3f;
}

.remah-medical-reviewed-label {
    font-weight: 600;
}

.remah-medical-reviewed-org-badge {
    font-size: 0.8em;
    padding: 2px 6px;
    background: #e6f7ff;
    color: #006d75;
    border-radius: 3px;
    border: 1px solid #91d5ff;
}