.stamp-link-box {
  display: flex;
  flex-direction: row; /* put logo on the right, text on the left */
  align-items: center;
  gap: 8px;
    font-size: 13px;
    margin: 0;
    font-family: HelveticaNeue!important;
    color: #808080 !important;
    
}

.stamp-link-box p {
  margin: 0;
}

.stamp-link-box a {
  color: #1B8354;
  text-decoration: none;
}
.stamp-link-box a:hover {
  text-decoration: underline;
}
.footer-body {
  direction: rtl !important;
}