/* General Styles */
.eabs-author-profile,
.eabs-author-signature,
.eabs-article-details,
.eabs-author-articles {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    /* color: #333; */
}

/* Author Profile Page */
.eabs-author-profile {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.eabs-author-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.eabs-author-photo img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.eabs-author-name {
    /* color: #1a1a1a; */
}

.eabs-author-name a {
    color: #ec6d26;
    font-size: 18px;
}
.eabs-author-meta {
    font-size: 0.9rem;
}

.eabs-author-biography {
    margin: 2rem 0;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Author Signature */
.eabs-author-signature {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    margin: 2rem 0;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #ec6d26;
}

.eabs-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.eabs-author-info h4 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
}

.eabs-author-info a {
    color: #2271b1;
    text-decoration: none;
}

.eabs-author-info a:hover {
    text-decoration: underline;
}

/* Article Details */
.eabs-article-details {
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.eabs-article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
}

.eabs-mini-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

/* Articles Grid */
.eabs-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.eabs-article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.eabs-article-card:hover {
    transform: translateY(-4px);
}

.eabs-article-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.eabs-article-content {
    padding: 1.5rem;
}

.eabs-article-title {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    font-weight: 600;
}

.eabs-article-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.eabs-article-title a:hover {
    color: #2271b1;
}

.eabs-article-excerpt {
    margin-bottom: 1rem;
    color: #666;
    font-size: 0.95rem;
}

/* EEAT Elements */
.eabs-eeat-elements {
    margin: 20px 0 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .eabs-author-header {
        flex-direction: column;
        text-align: center;
    }

    .eabs-author-photo img {
        width: 200px;
        height: 200px;
    }

    .eabs-author-signature {
        flex-direction: column;
        text-align: center;
    }

    .eabs-articles-grid {
        grid-template-columns: 1fr;
    }
    .eabs-author-name {
        font-size: 1.5rem;
        /* color: #1a1a1a; */
    }
    .eabs-article-meta {
        flex-direction: column;
        gap: 10px;
    }
    .eabs-author-name {
        margin-bottom: 0;
    }
    .eabs-author-name a {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}

/* Utility Classes */
.eabs-reading-time,
.eabs-update-date,
.eabs-registration-date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.eabs-reading-time::before {
    content: '🕒';
}

.eabs-update-date::before {
    content: '📅';
}

.eabs-registration-date::before {
    content: '📋';
}

/* Покращений короткий опис */
.eabs-short-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin: 1rem 0 2rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-left: 5px solid #ec6d26;
    border-radius: 3px;
}

/* Стилізація підпису автора */
.eabs-author-signature {
    border-left: 5px solid #ec6d26;
    margin-top: 3rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.eabs-author-signature .eabs-author-name {
    font-size: 1.3rem;
}

.eabs-author-signature .eabs-author-bio {
    font-style: italic;
    color: #555;
}

.eabs-article-card .eabs-article-meta {
    color: #000;
}



.page .eabs-author-info {
	color: black;
}