@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* サイドバープロフィール調整 */

.custom-author-profile {
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #fafafa;
    text-align: center;
    margin-bottom: 20px;
}

.custom-author-profile img.avatar {
    border-radius: 50%;
    margin-bottom: 15px;
}

.custom-author-profile h3 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.custom-author-profile p.author-position {
    font-style: italic;
    margin-bottom: 10px;
    color: #777;
}

.custom-author-profile p {
    color: #555;
}
