

/* Start:/local/templates/canada/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17774396973369*/
.team-profile {
    border: 1px solid #333c4c;
}
.team-profile__inner {
    display: flex;
    gap: 20px;
    margin: 0 0 20px 0;
    position: relative;
}
.team-profile__left {
    flex: 0 0 160px;
}
.team-profile__photo {
    width: 100%;
    height: 160px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    overflow: hidden;
}
.team-profile__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-profile__message {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    height: 40px;
}
.team-profile__message span {
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    color: #1d2738;
}
.team-profile__message svg {
    color: #1d2738;
    transform: rotate(-90deg);
}
.team-profile__right {
    flex: 1 1 auto;
}
.team-profile__top {
    display: flex;
    gap: 30px;
    margin: 0 0 20px 0;
}
.team-profile__top-separator {
    width: 1px;
    height: 56px;
    background-color: #283346;
}
.team-profile__top-info {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.5);
}
.team-profile__top-info span {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: block;
}
.team-profile__roles {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.team-profile__role {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 25px;
    border-radius: 40px;
    background-color: #333c4c;
}
.team-profile__role span {
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
}
.team-profile__text, .team-profile__text a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}
.team-profile__text a {
    text-decoration: underline;
}
.team-profile__text p:not(:last-child), .team-profile__text h2 {
    margin: 0 0 10px;
}
.team-profile__text p:last-child {
    margin: 0;
}
.comments-panel__textarea {
    border-radius: 1rem;
    background-color: #333c4c;
    padding: 1.5rem 1rem 1.5rem 2rem;
    height: 15.6rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: border-radius 0.3s 
ease;
}
.comments-panel__textarea__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.comments-panel__field {
    background-color: transparent;
    border: none;
    resize: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9em;
    padding: 0 8px 0 0;
}
@media(max-width:767px) {
    .team-profile__left {
        flex: 0 0 120px;
        width: 120px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .team-profile__photo {
        height: 120px;
    }
    .team-profile__top {
        margin-left: 140px;
        flex-direction: column;
        gap: 10px;
    }
    .team-profile__top-separator {
        width: 100%;
        height: 1px;
    }
    .team-profile__message span {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/canada/components/bitrix/news/authors/bitrix/news.detail/.default/style.css?17774396973369 */
