/* Maszynka E-E-A-T Frontend Styles */

/* 1. Trust Bar */
.maszynka-eeat-trust-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 16px;
    margin-bottom: 20px;
    font-size: 0.88rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.maszynka-eeat-trust-bar .trust-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.maszynka-eeat-trust-bar .trust-item a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.maszynka-eeat-trust-bar .trust-item a:hover {
    text-decoration: underline;
}

.maszynka-eeat-trust-bar .trust-divider {
    color: #cbd5e1;
}

/* 2. Reviewer Badge */
.maszynka-eeat-reviewer-badge {
    background: linear-gradient(135deg, #f0fdf4 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-left: 4px solid #0284c7;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.maszynka-eeat-reviewer-badge .reviewer-avatar img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.maszynka-eeat-reviewer-badge .reviewer-heading {
    font-size: 0.85rem;
    color: #0369a1;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.maszynka-eeat-reviewer-badge .reviewer-name {
    font-size: 1rem;
    color: #0f172a;
    font-weight: 600;
}

.maszynka-eeat-reviewer-badge .reviewer-name a {
    color: #0f172a;
    text-decoration: none;
}

.maszynka-eeat-reviewer-badge .reviewer-title {
    font-weight: normal;
    color: #475569;
    font-size: 0.9rem;
}

.maszynka-eeat-reviewer-badge .reviewer-date {
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 2px;
}

/* 3. Author Box */
.maszynka-eeat-author-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin: 35px 0;
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.maszynka-eeat-author-box .author-avatar img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
    object-fit: cover;
    border: 3px solid #f1f5f9;
}

.maszynka-eeat-author-box .author-details {
    flex: 1;
}

.maszynka-eeat-author-box .author-header {
    margin-bottom: 8px;
}

.maszynka-eeat-author-box .author-name {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
}

.maszynka-eeat-author-box .author-job-title {
    display: inline-block;
    font-size: 0.9rem;
    color: #2563eb;
    font-weight: 600;
}

.maszynka-eeat-author-box .author-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
}

.maszynka-eeat-author-box .pill {
    background: #f1f5f9;
    color: #334155;
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.maszynka-eeat-author-box .pill-credential {
    background: #fef3c7;
    color: #92400e;
    font-weight: 600;
}

.maszynka-eeat-author-box .author-bio {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
    margin: 10px 0;
}

.maszynka-eeat-author-box .author-social-links {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.maszynka-eeat-author-box .social-label {
    color: #64748b;
    font-weight: 500;
}

.maszynka-eeat-author-box .social-link {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.maszynka-eeat-author-box .social-link:hover {
    text-decoration: underline;
}

/* 4. Sources Box */
.maszynka-eeat-sources-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
}

.maszynka-eeat-sources-box .sources-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.1rem;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.maszynka-eeat-sources-box .sources-list {
    margin: 0;
    padding-left: 20px;
    font-size: 0.9rem;
    color: #334155;
}

.maszynka-eeat-sources-box .source-item {
    margin-bottom: 6px;
    line-height: 1.4;
}

.maszynka-eeat-sources-box .source-publisher {
    color: #64748b;
}

.maszynka-eeat-sources-box .source-link {
    color: #2563eb;
    text-decoration: none;
    margin-left: 4px;
}

.maszynka-eeat-sources-box .source-link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .maszynka-eeat-author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .maszynka-eeat-author-box .author-social-links {
        justify-content: center;
    }
}
