html[data-theme=lightMode] .shareArticle .heading{color:var(--hd-black)}html[data-theme=lightMode] .shareArticle .copiedInfo{color:var(--hd-white)}.shareArticle{width:100%}.shareArticle .heading{text-transform:capitalize;margin-bottom:1rem;font-size:1.25rem;color:var(--hd-white)}@media screen and (min-width:768px){.shareArticle .heading{font-size:1.5rem}}.shareArticle .shareList{display:flex;margin:0;padding:0;list-style-type:none}.shareArticle .shareItem{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;position:relative}.shareArticle .shareItem:not(:last-child){-webkit-margin-end:.75rem;margin-inline-end:.75rem}@media screen and (min-width:768px){.shareArticle .shareItem{width:2rem;height:2rem}.shareArticle .shareItem:not(:last-child){-webkit-margin-end:1rem;margin-inline-end:1rem}}.shareArticle .shareButton{display:flex;align-items:center;justify-content:center;background-color:var(--hd-white)!important;width:100%;height:100%;border-radius:50%}.shareArticle .shareButton img{width:1rem;height:1rem}@media screen and (min-width:768px){.shareArticle .shareButton img{width:1.25rem;height:1.25rem}}.shareArticle .copyButton{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:100%;background-color:var(--hd-white);border:none;padding:0}.shareArticle .copyButton img{width:1.5rem;transform:rotate(-45deg)}.shareArticle .copiedInfo{position:absolute;top:-.5rem;font-size:.875rem;transform:translateY(-100%);background-color:var(--hd-lightGreen);padding:.25rem .375rem;border-radius:.125rem;color:var(--hd-black)}.shareArticle .copiedInfo:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,100%);width:0;height:0;border-left:.5rem solid rgba(0,0,0,0);border-right:.5rem solid rgba(0,0,0,0);border-top:.5rem solid var(--hd-lightGreen)}