/*
Theme Name: Astra Child Professional
Template: astra
Author: Your Name
Version: 1.0.0
*/

/* 著者画像のスタイル調整 */
.custom-author-box {
    margin: 20px 0;
    text-align: center;
}

.custom-author-box img {
    border: 3px solid #eee; /* 薄い枠線 */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* 柔らかな影 */
    transition: transform 0.3s ease;
}

.custom-author-box img:hover {
    transform: scale(1.05); /* ホバー時に少し大きく */
}