

.promociones-ubicaciones-content { margin-top: 10px; }
.promociones-ubicaciones-title { font-weight: 600; margin-bottom: 6px; }

.promociones-ubicaciones-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.promo-ubi-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #e0e6ed;
  background: #f7f9fb;
  color: #003865;
}
.promo-ubi-tag:hover {
  background: #eaf2f8;
  border-color: #c7d6e5;
  text-decoration: none;
}