/* RP My Account icon module (black, minimal) */
.rp-myaccount { display: inline-block; }

.rp-myaccount__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: none;
}

.rp-myaccount__link:focus{
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* RP My Account icon module (black, minimal)
.rp-myaccount__icon{
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5Zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5Zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

 */

.rp-myaccount__link:hover{ opacity: 0.75; }

.rp-myaccount__text{
  font-size: 0.95rem;
  line-height: 1;
  color: #000;
}
