/*
Theme Name: Exceptional Health
Theme URI:
Author: SEOTA
Author URI:
Description:
Version: 2025.01
*/
@charset "utf-8";
/* CSS Document */

.author-card{border-radius: 10px; border: 2px solid #4B92C6; background: #F5F5F5; display: flex; padding: 24px; gap: 24px; align-items: center;}
.author-card .ratio{ width: 100px;}
.author-card .author-role { color: #505050;}
.author-card h4{ display: flex; align-items: center; color: #2A456D; font-weight: 700;}
.author-card h4 span:before{ content: ","; margin-right: 6px;}
.author-card .author-info{ display: flex; flex-direction: column; gap: 5px;}
.author-card .author-info > *{ margin-bottom: 0;}
.quote-box{box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10); background: #fff; display: flex; flex-direction: column; gap: 20px;}
.quote-box > *{ margin-bottom: 0;}
