.auror-aeb {
    --auror-aeb-text: #1f2933;
    --auror-aeb-muted: #586474;
    --auror-aeb-border: #d9e0e8;
    --auror-aeb-link: #101828;
    --auror-aeb-bg-soft: #f6f8fb;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px 24px;
    margin: 24px 0;
    color: var(--auror-aeb-text);
}

.auror-aeb__person,
.auror-aeb .post-author-basic {
    display: flex;
    align-items: center;
    min-width: 240px;
    max-width: 100%;
    gap: 12px;
}

.auror-aeb__avatar-wrapper,
.auror-aeb .post-author-basic__avatar-wrapper {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
}

.auror-aeb__avatar-wrapper a {
    display: block;
    width: 48px;
    height: 48px;
}

.auror-aeb__avatar,
.auror-aeb .post-author-basic__avatar {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.auror-aeb__avatar--placeholder {
    display: grid;
    place-items: center;
    background: var(--auror-aeb-bg-soft);
    border: 1px solid var(--auror-aeb-border);
    color: var(--auror-aeb-muted);
    font-size: 14px;
    font-weight: 700;
}

.auror-aeb__details,
.auror-aeb .post-author-basic__details {
    min-width: 0;
}

.auror-aeb__text,
.auror-aeb .post-author-basic__text {
    margin: 0;
    color: var(--auror-aeb-muted);
    font-size: 14px;
    line-height: 1.45;
}

.auror-aeb__name,
.auror-aeb .post-author-basic__name {
    color: var(--auror-aeb-link);
    font-weight: 700;
    text-decoration: none;
}

.auror-aeb__name:hover,
.auror-aeb .post-author-basic__name:hover {
    text-decoration: underline;
}

.auror-aeb__role {
    color: var(--auror-aeb-muted);
}

.auror-aeb__label,
.auror-aeb .fact-checker-text {
    color: var(--auror-aeb-muted);
}

.auror-aeb__disclaimer,
.auror-aeb .post-author-basic-disclamer-text {
    flex: 1 1 100%;
    max-width: 100%;
}

.auror-aeb__disclaimer-content {
    position: relative;
}

.auror-aeb__disclaimer-text,
.auror-aeb .disclaimer-text {
    color: var(--auror-aeb-muted);
    font-size: 13px;
    line-height: 1.55;
}

.auror-aeb__disclaimer-text p {
    margin: 0 0 8px;
}

.auror-aeb__disclaimer-content.collapsed .auror-aeb__disclaimer-text {
    max-height: 48px;
    overflow: hidden;
}

.auror-aeb__toggle,
.auror-aeb .toggle-disclaimer {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--auror-aeb-link);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .auror-aeb {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
        margin: 20px 0;
    }

    .auror-aeb__person,
    .auror-aeb .post-author-basic {
        width: 100%;
        min-width: 0;
    }
}
