/*
  Theme Name: Divi_otroška_tema_JM
  Version: 1.0.0
  Template: Divi
  Author: Divi Pixel
  Author URI: https://www.divi-pixel.com
  Description: Divi otroška tema Janez Mihelič
  Text Domain: divi_otroška_tema_jm
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.sd-author-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
    padding: 30px;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
}

.sd-author-img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.sd-author-label {
    margin: 0;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sd-author-name {
    margin: 6px 0;
    font-size: 20px;
    font-weight: 600;
}

.sd-author-bio {
    margin: 10px 0 15px 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* Modern Divi-style button */
.sd-author-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #2ea3f2;
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.sd-author-button::after {
    content: " →";
    transition: margin-left 0.3s ease;
}

.sd-author-button:hover {
    background: #1f8dd6;
}

.sd-author-button:hover::after {
    margin-left: 5px;
}

/* Responsive layout */
@media (max-width: 768px) {
    .sd-author-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .sd-author-img img {
        margin-bottom: 15px;
    }
}
