/*
Theme Name: Kadence Child
Theme URI: https://kidsandwandering.com
Description: Kadence Child Theme for Kids & Wandering
Author: Kids & Wandering
Template: kadence
Version: 1.0.0
*/


.single-content .author-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px;
  margin: 40px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.single-content .author-box__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.single-content .author-box__text p {
  margin: 0 0 8px 0;
  font-size: 0.95em;
  color: #555;
}

.single-content .author-box__text a {
  color: #8AA5B5;
  font-size: 0.9em;
  text-decoration: none;
}


.single-content .author-box__name {
  font-family: var(--global-heading-font-family);
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
  margin: 0 0 6px 0;
}

.single-content .author-box__bio {
  margin: 0 0 8px 0;
  font-size: 0.95em;
  color: #555;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .single-content .author-box {
    flex-direction: column;
    text-align: center;
  }
}