.hh-post-author__socials {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.hh-post-author {
  --post-author-padding-x: 60px;
  width: 100%;
  max-width: 460px;
  margin: 4rem auto 0;
  margin-left:-20px;
}

.hh-post-author__wrapper {
  position: relative;
  padding-left: var(--post-author-padding-x);
  padding-top: 2rem;
}

.hh-post-author__decoration {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.hh-post-author__decoration::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 140px;
height: 140px;
border-radius: 50%;
background: #64727d;
box-shadow: 0 20px 40px rgba(251,185,0,.2);
transform: translate(40px,-48px);
}
.hh-post-author__decoration::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 93px;
  height: 93px;
  background-image: url('https://investingexperts.net/wp-content/uploads/2025/06/post-author-decoration-dots.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.hh-post-author__info-inner {
  margin-left: calc(var(--post-author-padding-x) * -1);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.hh-post-author__info {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1rem;
  background-color: #fff;
  border: 2px solid #c2cfd9;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hh-post-author__avatar {
  position: relative;
  width: 124px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hh-post-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.hh-post-author__meta {
  display: flex;
  flex-direction: column;
}

.hh-post-author__label {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #5e6d7a;
  text-transform: uppercase;
  font-family: "Source Sans Pro", Sans-serif;
}

.hh-post-author__name {
  font-weight: 700;
  font-size: clamp(1rem, 0.90625rem + 0.390625vw, 1.125rem);
  line-height: 1.2;
}

.hh-post-author__name a {
  display: block;
  color: #0090d2;
  transition: color 0.3s;
  text-decoration: none;
  font-family: "Source Sans Pro", Sans-serif;
}

.hh-post-author__position {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.65625rem + 0.390625vw, 0.875rem);
  line-height: 1.1;
  color: #5e6d7a;
  margin-top: 0.5em;
  font-family: "Source Sans Pro", Sans-serif;
}

.hh-post-author__socials {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hh-post-author__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #24A3D8;
  color: #fff;
  font-size: 1.25em;
  transition: background-color 0.3s;
}

.hh-post-author__social-link:hover{
   color:#fff;
}

.hh-post-author__social-link svg {
  fill: currentColor;
}

@media (min-width: 550px) {
    .hh-post-author__decoration::before {
        width: 160px;
        height: 160px;
    }
}