.offer-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.offer-header .brand img {
  width: 38px;
  height: 38px;
}

.offer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.offer-back {
  color: #087b52;
  font-weight: 700;
  text-decoration: none;
}

.offer-back:hover {
  color: #056d45;
}

@media (max-width: 760px) {
  .offer-header { gap: 12px; }
  .offer-actions { gap: 8px; }
  .offer-back { font-size: 13px; }
}
