.ho-author-signature {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #f3f4f6;
}

.ho-author-signature__label {
    margin: 0 0 1.25rem;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #9ca3af;
}

.ho-author-signature__inner {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.ho-author-signature__avatar {
    flex-shrink: 0;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 9999px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ho-author-signature__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ho-author-signature__initials {
    font-size: 1.5rem;
    font-weight: 300;
    color: #d1d5db;
    font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
    line-height: 1;
}

.ho-author-signature__content {
    min-width: 0;
}

.ho-author-signature__name {
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: #111827;
    font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
    line-height: 1.3;
}

.ho-author-signature__role {
    margin: 0 0 0.75rem;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9ca3af;
}

.ho-author-signature__bio {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: #6b7280;
}

.ho-author-signature__link {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #111827;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ho-author-signature__link:hover {
    color: #4b5563;
}

.ho-author-signature__empty {
    margin: 0;
    font-size: 0.875rem;
    color: #9ca3af;
    font-style: italic;
}

.ho-author-signature--editor {
    padding: 1.25rem;
    border: 1px dashed #d1d5db;
    border-radius: 0;
    background: #fafafa;
}
