/*
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs...
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ✅ Important: Import Parent Theme Styles */
@import url("../astra/style.css");

/* Custom Author Box Styles */
.custom-author-box {
  background-color: #f9f9f9;
  border-left: 4px solid #0073aa;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.custom-author-box h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.custom-author-box p {
  font-size: 14px;
  color: #666;
}

.custom-author-box img {
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}

