.post-back-button {
  display: inline-flex;
  align-items: center;
  background: var(--bricks-color-qcrtsh);
  color: #fff;
  padding: 7px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.post-back-button:hover {
  background-color: #005082;
}

.post-back-button .icon-circle {
  background-color: rgba(136, 219, 223, 0.45);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-bottom: .5rem;
}

.post-back-button .button-text {
  white-space: nowrap;
  font-size: 14px;
  margin-right: 7px;
}

.clearfix img {
  float: left;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}