/*========== Start Contact List  ==========*/
.yoo-contact-list.yoo-style1 {
  li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
    min-height: 50px;
    position: relative;

    &:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  .yoo-contact-icon {
    margin-right: 10px;
    position: absolute;
    left: 0;
  }

  .yoo-tag-wrap.yoo-style1 {
    margin: 3px 0;
  }

  .yoo-contact-text {
    margin-right: 30px;

    h3 {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
    }

    span {
      font-size: 12px;
      color: $base-color3;
      display: block;
      line-height: 14px;
    }
  }

  &.yoo-type1 {
    .yoo-contact-text {
      margin-right: 0;
      flex: 1;

      h3 {
        margin-bottom: 12px;
      }
    }
  }
}

// Contact Info List
.yoo-contact-info-list {
  font-size: 14px;
  line-height: 1.6em;

  li {
    display: flex;
    margin-bottom: 2px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .yoo-contact-info-label {
    color: $base-color3;
    width: 200px;
  }
}

/*========== End Contact List  ==========*/
