.author-box {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;
            padding: 1rem;
            border-radius: 8px;
            background: #f9f9f9;
        }
        .author-box img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #ddd;
        }
        .author-info {
            font-style: italic;
            text-align: left;
        }
        .author-info strong {
            font-style: normal;
        }