/* Small final refinements kept separate so they are easy to adjust. */
.final-website{
  width:188px;
  min-height:55px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 16px;
  border:1px solid #c8b9ff88;
  border-radius:11px;
  background:#ffffff17;
  color:#fff;
  font-size:0;
  text-decoration:none;
  margin:0;
}
.final-website::before{content:"◎";font-size:25px;line-height:1;color:#fff}
.final-website::after{content:"Prefer the web?\A Visit website";white-space:pre;display:block;font-size:10px;line-height:1.18;font-weight:700;color:#fff}
.final-website::first-line{font-size:9px;font-weight:400;color:#ffffffbd}
.final-website:hover{background:#ffffff29;text-decoration:none}
