/*
Theme Name: الیتیست
Author: الیتیست
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
Version: 1.0
*/

/* post content */
.elitist-post-content a {
    color: #FB966C;
}
.elitist-post-content #elitist-toc ul,
.elitist-post-content #elitist-toc ol {
    font-size: 16px;
    font-weight: bold;
}
.elitist-post-content #elitist-toc ul li a,
.elitist-post-content #elitist-toc ol li a {
    color: #ffffff !important;
}
.elitist-post-content h1,
.elitist-post-content h2,
.elitist-post-content h3,
.elitist-post-content h4,
.elitist-post-content h5,
.elitist-post-content h6 {
    background: #FB966C;
    background: linear-gradient(to right, #FB966C 0%, #D5729A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "yekanBakh-Bold";
}
.elitist-post-content figure img {
    border-radius: 25px;
}
.elitist-post-content figure figcaption {
    text-align: center;
}
.elitist-post-content .elitist-content-suggestion a {
    color: #ffffff;
}

/* comments */
#elitist-single-post #comments {
    color: #6c757d;
}
#elitist-single-post #comments .logged-in-as {
    font-size: 14px;
}
#elitist-single-post #comments .logged-in-as a {
    color: #ffffff;
}
#elitist-single-post #comments .required-field-message .required {
    color: #dc3545;
    font-weight: bold;
}
#elitist-single-post #comments .comment-reply-link {
    color: #ffffff;
}
#elitist-single-post #comments .children {
    padding: 0 !important;
}
#elitist-single-post #comments #elitist-comment-navigation a {
    color: #ffffff !important;
}

/* pagination */
.elitist-pagination ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.elitist-pagination ul li .page-numbers {
    background: #FB966C;
    background: linear-gradient(to right, #FB966C 0%, #D5729A 100%);
    padding: 8px 15px;
    border-radius: 5px;
}
.elitist-pagination ul li .page-numbers:not(.current) {
    color: #ffffff !important;
}
.elitist-pagination ul li .page-numbers.current {
    background: #ffffff !important;
}