/* Author Section */

.bp-about-author-wrap {
    margin-top: 0;
}

.fp-author {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
}

.fp-author-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.8) 0%, rgba(88, 28, 135, 0.8) 100%);
    padding: 15px 25px;
    border-bottom: 2px solid rgba(132, 204, 22, 0.3);
}

.fp-author-header .fp-section-title {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
    font-size: 16px !important;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: none;
    letter-spacing: 1.5px;
}

.fp-author-published {
    flex-shrink: 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
    text-align: right;
    white-space: nowrap;
}

.fp-author-body {
    background: linear-gradient(135deg, rgba(30, 27, 75, 0.8) 0%, rgba(49, 46, 129, 0.8) 100%);
    padding: 20px 25px;
}

.fp-author-name {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    letter-spacing: normal;
}

.fp-author-name a {
    color: inherit;
    text-decoration: none;
}

.fp-author-name a:hover,
.fp-author-name a:focus-visible {
    color: var(--logo-lime, #84cc16);
    text-decoration: underline;
}

.fp-author-description {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    text-transform: none;
    letter-spacing: normal;
}

.fp-author-description p {
    margin: 0 0 10px;
    text-transform: none;
}

.fp-author-description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .fp-author-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .fp-author-published {
        text-align: left;
        white-space: normal;
    }
}
