/*
 Theme Name: Expressline AMN
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: ATMC
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/

/* Fix for Google Recaptcha badge under footer */

footer{z-index: 0; position: relative;}
.grecaptcha-badge{z-index: 1000;}
.topic-link{color: #1A2E5C; text-decoration: underline;}
.topic-link:hover,.topic-link:active,.topic-link:focus{color: #B16120; text-decoration: underline;}

/* Author Byline (article header) */
.atmc-byline{display:block;margin-top:5px;font-size:15px;color:#666;font-style:italic;}
.atmc-byline a{color:#1A2E5C;text-decoration:none;}
.atmc-byline a:hover{color:#B16120;text-decoration:underline;}

/* Author Box (article footer) */
.atmc-author-box{display:flex;align-items:flex-start;gap:20px;}
.atmc-author-avatar{flex-shrink:0;}
.atmc-author-avatar img{border-radius:50%;width:96px;height:96px;}
.atmc-author-name{font-weight:700;font-size:16px;margin-bottom:8px;color:#1A2E5C;}
.atmc-author-name a{color:#1A2E5C;text-decoration:none;}
.atmc-author-name a:hover{color:#B16120;text-decoration:underline;}
.atmc-author-bio{font-size:14px;line-height:1.6;color:#333;}