.op-single-author {
    max-width: 820px;
    margin: 34px auto 0;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 22px;
    border: 1px solid #e6ecf4;
    border-radius: 18px;
    background: #f8fafd;
    text-align: left;
}

.op-single-author__avatar {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50%;
    background: #eef3f9;
}

.op-single-author__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.op-single-author__content {
    min-width: 0;
}

.op-single-author__eyebrow {
    margin-bottom: 6px;
    color: #2380eb;
    font-family: Gilroy, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.op-single-author__name {
    display: inline-block;
    color: #131313;
    font-family: Gilroy, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.op-single-author__name:hover {
    color: #2380eb;
}

.op-single-author__role {
    margin-top: 5px;
    color: #667285;
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.op-single-author__text {
    margin-top: 10px;
    color: #303846;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.op-single-author__link {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    color: #092b96;
    font-family: Gilroy, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.op-single-author__link:hover {
    color: #2380eb;
}

@media (max-width: 668px) {
    .op-single-author {
        margin-top: 28px;
        padding: 20px;
        align-items: flex-start;
        gap: 16px;
    }

    .op-single-author__avatar {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
    }

    .op-single-author__name {
        font-size: 20px;
    }

    .op-single-author__text {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .op-single-author {
        flex-direction: column;
    }
}
