.how-to-links-widget {
  padding: 10px 14px; }
  .how-to-links-widget .non-member-img {
    width: 50%;
    display: block;
    margin: auto;
    padding-top: 25px; }
  .how-to-links-widget .how-to-link {
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: calc(50% - 1px);
    margin-bottom: 15px; }
    .how-to-links-widget .how-to-link a {
      height: 100%;
      display: block;
      padding-left: 15px; }
      .how-to-links-widget .how-to-link a .img {
        float: left;
        margin-right: 30px; }
  .how-to-links-widget .how-to-link-title {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    font-size: 16px;
    margin-bottom: 1px; }
  .how-to-links-widget .description {
    color: rgba( 102, 102, 102 ,  1 );
    color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
    font-size: 0.75rem; }
