.recipe-author-notes{display:flex;flex-direction:column;gap:10px;margin-bottom:var(--block-vertical-margin)}.recipe-author-notes__author{display:flex;justify-content:space-between;align-items:center}.recipe-author-notes__author .recipe-author-notes__author-logo{height:30px;width:auto}.recipe-author-notes__author-avatar{width:30px;height:30px}.recipe-author-notes__author-infos{display:flex;align-items:center;gap:10px}.recipe-author-notes__author-name{font-size:13px;font-weight:var(--font-weight-bold)}.recipe-author-notes__author-link{font-size:11px;font-weight:var(--font-weight-bold);color:var(--corail);text-decoration:underline}@media(min-width:1024px){.recipe-author-notes__author-link{font-size:13px}}.recipe-author-notes__notes{color:var(--dark-grey);font-weight:lighter;font-size:13px;display:flex;flex-direction:column;gap:5px}.recipe-author-notes__text{font-size:15px;font-style:italic}