﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.author-hero { display: grid; grid-template-columns: 160px 1fr; gap: 20px; margin: 32px auto; }
.author-avatar img { border-radius: 50%; display: block; }
.author-name { margin: 0 0 6px; font-size: 1.8rem; line-height: 1.2; }
.author-email { margin: 4px 0 0; font-weight: 500; }
.author-email a { text-decoration: none; }
.author-email a:hover { text-decoration: underline; }
.author-bio { margin-top: 10px; color: #555; }
