.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.breadcrumb-link {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-link:hover {
    color: #2c5aa0;
}

.breadcrumb-separator {
    color: #999;
    font-weight: 300;
}

.breadcrumb-current {
    color: #2c5aa0;
    font-weight: 500;
}

.article-content {
    background-color: #f8f9fa;
    padding: 25px 0;
}

.article-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-top: 12px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.2;
}

.article-author {
    font-size: 16px;
    font-weight: 400;
    color: #336;
    margin-top: 12px;
    margin-bottom: 60px;
    text-align: left;
    line-height: 1.2;

}

.article-author span {
    padding-right: 6px;
    cursor: pointer;
}

.article-author span:nth-child(2) {
    cursor: unset;
}

.article-author span:nth-child(4) {
    cursor: unset;
}

.article-author span:nth-child(5) {
    cursor: unset;
}

.article-box {
    background-color: white;
    padding: 80px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.article-text {
    margin-bottom: 50px;
}

.article-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

.article-text img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.article-text ul {
    margin-left: 50px;
    margin-bottom: 16px;
}

.article-text ul li {
    font-size: 22px;
    line-height: 1.5;
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}
   
.article-text ul li::before {
    content: "•";
    color: #555;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 1.5em;
    line-height: 1.2;
}

.article-text video {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.article-text a {
    display: block;
    padding: 20px 0px;
    color: #253993;
    text-decoration: none;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 28px;
        text-align: center;
    }
    
    .article-box {
        padding: 30px 20px;
        margin: 0 8px;
    }
    
    .article-text p {
        font-size: 14px;
        text-align: left;
    }
    
    .breadcrumb-nav {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .article-content {
        padding: 40px 0;
    }
    
    .article-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .article-box {
        padding: 20px 15px;
    }
    
    .article-text p {
        margin-bottom: 15px;
    }
}

.navigation {
    background-color: #f8f9fa;
    padding: 15px 0;
}

.navigation-nav {
    max-width: 100%;
    margin-bottom: 25px;
    padding: 0 36px;
    text-align: right;
}

.navigation-link {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.navigation-link:hover {
    color: #3c6ab0;
}

/* Comments */
.comments-area {
    background-color: #f8f9fa;
    margin-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
}

.comment-respond {
    background-color: white;
    padding: 80px;
    max-width: 1000px;
    margin: 0 auto;
}

.comment-reply-title {
    font-weight: normal;
    line-height: 1.65;
    font-size: 1.625em;
}

#email-notes, .required-field-message {
    color: #808285;
}

.comment-textarea {
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;

    border-width: 1px;
    border-color: #eee;
}

.comment-textarea textarea {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    padding: .75em;
    height: auto;
    border: 1px solid #ddd;
    background: #f8f8f8;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    overflow: auto;
}

.comment-formwrap input {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    padding: .75em;
    height: auto;
    border: 1px solid #ddd;
    background: #f8f8f8;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    overflow: auto;
}

.comment-formwrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.comment-form-cookies-consent {
    margin: 16px 0;
    color: #666;
}

.comments-area .comment-form-comment {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.comments-area .comment-notes,.comments-area .comment-textarea,.comments-area .form-allowed-tags {
    margin-bottom: 1.5em;
}

.comments-area textarea#comment,.comments-area .comment-formwrap input[type="text"] {
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;
}

.submit {
    border: 0;
    padding: 1em;
    color: #253993;
    background-color: #fff;
    cursor: pointer;
}

.submit:hover {
    border: 0;
    padding: 1em;
    color: #fff;
    background-color: #253993;
}

@media (max-width: 768px) {
    .comment-formwrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .comment-formwrap {
        grid-template-columns: 1fr;
    }
}
