.article__header__breadcrumbs ol {
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    /*.article-container {
		margin-top: 125px;
	}*/
}

.is-fixed-fix {
    position: relative !important;
}

.secondary__menu__wrapper__desktop {
    padding-top: 0px !important;
}

.floating__input:-webkit-autofill + .floating__label::before {
    transform: translate3d(0, -3.2rem, 0) scale3d(0.78, 0.78, 1);
}

.adbox {
    justify-content: center;
}

.author {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.author strong,
.author__role {
    color: rgba(255, 2, 1, var(--text-opacity));
}

.author__top {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(196.35, 196.35, 196.35);
}

.author__image {
    flex-shrink: 0;
    width: 84px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author__role {
    margin-bottom: 15px;
}

.author__desc {
    font-size: 14px;
}

.author__name {
    font-size: 22px;
    margin-bottom: 0;
}

.author__role {
    font-weight: 500;
    font-size: 14px;
}

.author__socials {
    width: 100%;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(196.35, 196.35, 196.35);
}

.author-icon {
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    background: rgba(255, 2, 1, var(--text-opacity));
}

.author-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.author__socials a {
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
    background: rgba(255, 2, 1, var(--text-opacity));
}

.author__socials a:hover {
    opacity: 0.8;
}

.author__publications {
    gap: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(196.35, 196.35, 196.35);
}

.author__publications-icon {
    margin-bottom: 5px;
}

.author__publications-title {
    margin-bottom: 10px;
}

.author__publications-column {
    width: 45%;
}

.author__bottom {
    width: 100%;
}

.author__bottom-file {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
