 
.custom-author-box {
    margin-top: 40px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.custom-author-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center; /* Centered heading */
}

.author-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.author-details img {
    border-radius: 50%;
    margin-right: 20px;
}

.author-info {
    margin-top: 10px;
}

.author-info h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.author-info p {
    margin: 5px 0;
}

.author-social a {
    margin: 0 8px;
    font-size: 24px;
    color: #0073aa;
    display: inline-block;
}

.author-social a:hover {
    color: #005177;
}