/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        3.3c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* === TWO-COLUMN AUTHOR BOX === */
.my-author-box {
  display: flex;
  margin: 2em 0;
  padding: 1.5em;
  background: #f9f9f9;
  border-radius: 8px;
}
.my-author-box .author-col-left {
  flex: 0 0 20%; /* ~17–25% */
  max-width: 20%;
  margin-right: 1em;
}
.my-author-box .author-col-left img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.my-author-box .author-col-right {
  flex: 1;
}
.my-author-box .author-name {
  margin: 0 0 .5em;
  font-size: 1.25em;
}
.my-author-box .author-bio {
  margin-bottom: 1em;
  line-height: 1.6;
}
.my-author-box .author-social-links a {
  display: inline-block;
  margin-right: 1em;
  text-decoration: none;
  font-size: 0.9em;
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
