.hs-author-profile {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #2F1CC2;
}

.hs-author-profile *,
.hs-author-profile *::before,
.hs-author-profile *::after {
    box-sizing: border-box;
}

.hs-author-profile__inner {
    width: fit-content;
    max-width: min(1100px, calc(100vw - 32px));
    display: flex;
    align-items: flex-start;
    gap: 42px;
    margin: 0;
    padding: 48px 52px;
    background: #F4F2ED;
    border-radius: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
}

.hs-author-profile__photo {
    flex: 0 0 150px;
    width: 150px;
    height: 150px;
}

.hs-author-profile__photo img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.hs-author-profile__content {
    min-width: 0;
    flex: 1 1 auto;
}

.hs-author-profile__eyebrow,
.hs-author-profile__bio-label {
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #FF6E29;
}

.hs-author-profile__eyebrow {
    margin: 1px 0 8px;
}

.hs-author-profile__name {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 9px;
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 700;
    color: #2F1CC2;
}

.hs-author-profile__title {
    white-space: nowrap;
}

.hs-author-profile__position {
    margin-top: 9px;
    font-family: "Sora", sans-serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 600;
    color: #FF6E29;
}

.hs-author-profile__bio-label {
    margin-top: 23px;
    margin-bottom: 7px;
}

.hs-author-profile__bio {
    max-width: 880px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #2F1CC2;
}

.hs-author-profile__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 23px;
}

.hs-author-profile__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 15px;
    border: 2px solid #2F1CC2;
    border-radius: 999px;
    background: transparent;
    color: #2F1CC2;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .055em;
}

@media (max-width: 767px) {
    .hs-author-profile__inner {
        width: calc(100vw - 32px);
        max-width: none;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 22px;
        padding: 30px 22px;
        border-radius: 25px;
    }

    .hs-author-profile__content {
        width: 100%;
    }

    .hs-author-profile__name {
        justify-content: center;
    }

    .hs-author-profile__tags {
        justify-content: center;
    }

    .hs-author-profile__photo,
    .hs-author-profile__photo img {
        width: 105px !important;
        height: 105px !important;
    }

    .hs-author-profile__eyebrow,
    .hs-author-profile__bio-label {
        font-size: 12px;
    }

    .hs-author-profile__name {
        font-size: 27px;
    }

    .hs-author-profile__position {
        font-size: 16px;
    }

    .hs-author-profile__bio {
        font-size: 15px;
        line-height: 1.65;
    }

    .hs-author-profile__tags {
        margin-top: 18px;
        gap: 7px;
    }

    .hs-author-profile__tag {
        min-height: 35px;
        padding: 7px 12px;
        font-size: 10px;
    }
}
