.author{container-name:author;container-type:inline-size;padding-block:clamp(18px,2.5vw,36px);padding-inline:clamp(24px,2.5vw,48px);border-radius:12px;background:var(--color-navy);color:var(--color-white);word-break:break-all;transition:background .3s ease-in-out}.author:hover,.author:focus-within{background:var(--color-bold-blue)}.author:hover .icon,.author:focus-within .icon{opacity:1}.author__body{display:grid;align-items:center;gap:clamp(18px,2.5vw,36px)}@container author (width > 340px){.author__body{grid-template-columns:93px 1fr}}.author__media{width:93px;height:93px;border:2px solid var(--color-white);border-radius:50%;overflow:hidden}.author__media .author__img{object-fit:cover;height:100%;min-width:100%}.author__content{display:flex;flex-direction:column;gap:10px}.author__name{margin:0;font-size:1.75rem;font-weight:800;line-height:1.2;color:currentColor;word-break:break-word}.author__name a{text-decoration:none;color:currentColor}.author__name a:hover,.author__name a:focus-visible{text-decoration:underline}.author__link{display:flex;align-items:center;gap:10px;text-decoration:none;color:currentColor}.author__link .icon{width:12px;height:14px;fill:currentColor;opacity:0;transition:opacity .3s ease-in-out}
