@charset "utf-8";
.suppliers-copy-usa {
  font-size: 18px;
}

.supplier-wrap-usa {
  margin-top: 40px;
}

.supplier-box-usa {
  display: flex;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  };

  &:last-of-type {
    border-bottom: 1px solid #e4e4e4;
  }

  .supplier-logo {
    max-width: 300px;
    width: 25%;
    padding-block: 20px;
    text-align: center;
    @media screen and (max-width: 767px) {
      max-width: 260px;
      width: 100%;
      margin-inline: auto;
    };
    a {
      display: block;
      img {
        height: auto;
      }
    }
  }

  .supplier-txt {
    flex: 1;
    @media screen and (min-width: 768px) {
      border-left: 1px solid #e4e4e4;
    };
    .supplier-names {
      position: relative;
      padding: 15px 20px;
      @media screen and (max-width: 767px) {
        padding: 0 20px 15px 20px;
      };
      .supplier-name {
        display: inline-block;
        margin-right: .5em;
        font-weight: bold;
        font-size: 28px;
        @media screen and (max-width: 767px) {
          font-size: 18px;
        };
      }
    }
    .supplier-contact {
      display: inline-block;
      font-weight: bold;
    }

    .supplier-details {
      padding: 15px 20px;
      background-color: #F2F2F2;
      .supplier-profile {
        font-size: 18px;
        @media screen and (max-width: 767px) {
          font-size: 16px;
        };
      }
      .supplier-btns {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        font-size: 20px;
        @media screen and (max-width: 767px) {
          display: block;
        };
      }
      .tooltip {
        display: grid;
        grid-template-columns: repeat(3, auto);
        gap: .5em;
        align-items: center;
        width: fit-content;
        font-size: 14px;
        @media screen and (max-width: 767px) {
          font-size: 12px;
        };
        .certificate-link {
          display: block;
          white-space: nowrap;
          color: #0F61FF;
          margin-left: 1em;
          font-weight: 600;
          font-size: 18px;
          @media screen and (max-width: 767px) {
            font-size: 15px;
          };
        }
        .tooltip-icon {
          width: 24px;
          aspect-ratio: 1;
        }
      }
      .btn-gradient-3d-simple {
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        @media screen and (max-width: 767px) {
          font-size: 14px;
        };
      }   
    }
  }
}

.certificate-area-usa {
  margin-block-start: 1em;
  padding: 1.5em 1em;
  border-radius: 10px;
  border: solid 1px #ccc;
  text-align: center;
  @media screen and (max-width: 767px) {
    width: 90%;
    margin: 1.5em auto;
  };
  p {
    line-height: 1.5;
  }
  .btn_normal.-certificate {
    display: block;
    width: fit-content;
    margin: 1em auto 0 auto;
    padding: .75em 1.5em;
    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    @media screen and (max-width: 767px) {
      font-size: 15px;
    };
    i {
      margin-right: .5em;
    }
  }
}
