/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.autor-box {
  text-align: center;
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  border-top: 2px solid #eee;
  font-family: Arial, sans-serif;
}
.autor-foto {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.autor-nome {
  display: block;
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #333;
}
.autor-bio {
  font-size: 1em;
  color: #555;
  margin-bottom: 10px;
}
.autor-link {
  color: #db5320;
  text-decoration: none;
  font-weight: bold;
}
.autor-link:hover {
  text-decoration: underline;
}
